source: genesis/nodes/CNodeUniGor1/wleiden.yaml@ 10081

Last change on this file since 10081 was 10081, checked in by rick, 13 years ago

New bridges found using snmp queries (much faster).

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ath0,vr2,vr0,vr1"
7latitude : "4.45961"
8location : "Gorleus Lab Universiteit Leiden, Einsteinweg 55, 2333 CC, Leiden"
9longitude : "52.16782"
10masterip : "172.17.35.1"
11nodename : "UniGor1"
12nodetype : "CNode"
13rdnap_x : 91540
14rdnap_y : 464813
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "AP Richting oost"
21 interface : "ath0"
22 ip : "172.17.35.1/24"
23 desc : "AP Richting O"
24 sdesc : "ap-o"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "2"
28 ssid : "ap-wirelessleiden-unigor-oost"
29 dhcp : "10-250"
30 compass : "None"
31 status : "up"
32
33
34iface_vr0:
35 comment : "Ethernet"
36 interface : "vr0"
37 ip : "172.19.128.65/28"
38 desc : "Ethernet naar server en Gorlaeus nodes"
39 sdesc : "eth"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "up"
44
45
46iface_vr1:
47 comment : "A link naar Cope via nanostation 1"
48 interface : "vr1"
49 ip : "172.16.3.185/29"
50 desc : "A Link naar Cope"
51 sdesc : "2cope"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "128"
56 ssid : "il-zo.unigor1.wleiden.net"
57 dhcp : "no"
58 bridge_type: "NanoStation5"
59 compass : "se"
60 ns_ip : "172.16.3.186/29"
61 ns_mac : "00:15:6d:f2:38:a0"
62 status : "up"
63
64
65iface_vr1_alias0:
66 comment : "A link naar LUMC"
67 interface : "vr1:0"
68 ip : "172.16.4.81/29"
69 desc : "A Link naar LUMC"
70 sdesc : "2lumc"
71 type : "eth"
72 dhcp : "no"
73 compass : "None"
74 status : "up"
75
76
77iface_vr2:
78 comment : "A link naar Robijn via nanostation 2"
79 interface : "vr2"
80 ip : "172.16.4.37/30"
81 desc : "Link naar Robijn"
82 sdesc : "2robijn"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 channel : "104"
87 ssid : "il-z.unigor1.wleiden.net"
88 dhcp : "no"
89 bridge_type: "NanoStation5"
90 compass : "s"
91 ns_ip : "172.16.5.218/29"
92 ns_mac : "00:15:6d:f2:38:bd"
93 status : "up"
94
95
96iface_vr2_alias0:
97 comment : "A Link naar Zwaluwak via nanostation 2"
98 interface : "vr2:0"
99 ip : "172.16.3.69/30"
100 desc : "Link naar Zwaluwak"
101 sdesc : "2zwaluwak"
102 type : "eth"
103 dhcp : "False"
104 compass : "None"
105 status : "up"
106
107
Note: See TracBrowser for help on using the repository browser.