source: genesis/nodes/HybridUniGor2/wleiden.yaml@ 11637

Last change on this file since 11637 was 11554, checked in by rick, 12 years ago

Cleanup actie.

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16782"
7location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
8longitude : "4.45961"
9masterip : "172.22.8.1"
10monitoring_group: "wleiden"
11nodename : "UniGor2"
12nodetype : "Hybrid"
13rdnap_x : 91540
14rdnap_y : 464813
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "AP Richting zuid"
25 ip : "172.22.8.1/24"
26 sdesc : "ap-zuid"
27 mode : "ap"
28 type : "11b"
29 channel : "7"
30 ssid : "ap-WirelessLeiden-Unigor-zuid"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Ethernet naar server en Gorlaeus nodes"
37 ip : "172.19.128.66/28"
38 sdesc : "eth"
39 type : "eth"
40 dhcp : False
41 status : "up"
42
43
44iface_vr1:
45 comment : "B-Link naar Brug"
46 ip : "172.16.16.129/29"
47 sdesc : "2brug"
48 mode : "ap-wds"
49 type : "eth"
50 channel : "7"
51 ssid : "n-o.unigor.wleiden.net"
52 dhcp : False
53 compass : "e"
54 ns_ip : "172.16.16.130/29"
55 ns_mac : "00:15:6d:e8:e6:9b"
56 status : "down"
57
58
59iface_vr1_alias0:
60 comment : "B-Link naar AZC via bullet 2"
61 ip : "172.16.0.165/30"
62 sdesc : "2azc"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 dhcp : False
66 status : "up"
67
68
69iface_vr2:
70 comment : "Link naar DirkLos2"
71 ip : "172.16.4.1/29"
72 sdesc : "2DirkLos2"
73 mode : "ap-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "149"
77 ssid : "il-o.unigor2.wleiden.net"
78 dhcp : False
79 compass : "o"
80 ns_ip : "172.16.4.2/29"
81 ns_mac : "00:15:6d:d0:14:75"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
Note: See TracBrowser for help on using the repository browser.