source: genesis/nodes/CNodeLijtweg2/wleiden.yaml@ 10074

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

Which bridge type do we configure?

Requested-By: richardvm

File size: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4comment : "None"
5ileiden : True
6interfaces: "ue1,ue0,ath0,vr2,vr0,vr1"
7latitude : "4.47098"
8location : "Lijtweg, 2341 HB, Oegstgeest"
9longitude : "52.18489"
10masterip : "172.23.13.1"
11nodename : "Lijtweg2"
12nodetype : "CNode"
13rdnap_x : 92342
14rdnap_y : 466702
15release : "8.2-RELEASE"
16status : "up"
17
18
19iface_ath0:
20 comment : "ap zuid"
21 interface : "ath0"
22 ip : "172.23.13.1/26"
23 desc : "AP Zuid"
24 sdesc : "ap-z"
25 mode : "ap-wds"
26 type : "11b"
27 channel : "10"
28 ssid : "ap-wirelessleiden-lijtweg2"
29 dhcp : "10-60"
30 compass : "None"
31 status : "up"
32
33
34iface_ue0:
35 comment : "Ethernet naar Lijtweg1"
36 interface : "ue0"
37 ip : "172.16.253.2/30"
38 desc : "Ethernet naar lijtweg1"
39 sdesc : "2lijtweg1"
40 type : "eth"
41 dhcp : "no"
42 compass : "None"
43 status : "up"
44
45
46iface_ue1:
47 comment : "Link naar KWVdeKaag"
48 interface : "ue1"
49 ip : "172.16.17.249/29"
50 desc : "Interlink naar KWVdeKaag"
51 sdesc : "2unigorn"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "161"
56 ssid : "il-ono.lijtweg2.wleiden.net"
57 dhcp : "no"
58 bridge_type: "NanoStation M5"
59 compass : "ene"
60 ns_ip : "172.16.17.250/29"
61 ns_mac : "00:15:6d:f2:43:eb"
62 status : "up"
63
64
65iface_vr0:
66 comment : "Link naar Rustenborch"
67 interface : "vr0"
68 ip : "172.16.6.33/29"
69 desc : "InterLink naar Rustenborch"
70 sdesc : "2rustenborch"
71 mode : "station-wds"
72 type : "eth"
73 extra_type : "eth2wifibridge"
74 channel : "116"
75 ssid : "il-w.lijtweg2.wleiden.net"
76 dhcp : "no"
77 bridge_type: "NanoStation5"
78 compass : "w"
79 ns_ip : "172.16.6.34"
80 ns_mac : "00:15:6d:70:51:c6"
81 status : "up"
82
83
84iface_vr1:
85 comment : "Link naar de Leidse Houtschool"
86 interface : "vr1"
87 ip : "172.16.3.113/29"
88 desc : "Link naar school de Leidse Houtschool"
89 sdesc : "2lhs"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "132"
94 ssid : "il-z.lijtweg2.wleiden.net"
95 dhcp : "no"
96 bridge_type: "NanoStation5"
97 compass : "s"
98 ns_ip : "172.16.3.114/29"
99 ns_mac : "00:15:6d:71:54:c7"
100 status : "down"
101
102
103iface_vr1_alias0:
104 comment : "Link naar Camimplants"
105 interface : "vr1:0"
106 ip : "172.16.0.125/30"
107 desc : "Link naar Camimplants"
108 sdesc : "2camimplants"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 dhcp : "no"
112 compass : "None"
113 status : "up"
114
115
116iface_vr2:
117 comment : "Link naar Broekplein"
118 interface : "vr2"
119 ip : "172.16.5.140/29"
120 desc : "InterLink naar Broekplein"
121 sdesc : "2broekplein"
122 mode : "station-wds"
123 type : "eth"
124 extra_type : "eth2wifibridge"
125 channel : "44"
126 ssid : "il-w.broekplein.wleiden.net"
127 dhcp : "no"
128 bridge_type: "NanoStation5"
129 compass : "w"
130 ns_ip : "172.16.5.139/29"
131 ns_mac : "00:15:6d:70:4d:d3"
132 status : "up"
133
134
Note: See TracBrowser for help on using the repository browser.