source: genesis/nodes/HybridLijtweg2/wleiden.yaml@ 11774

Last change on this file since 11774 was 11774, checked in by huub, 12 years ago

extra ap en extra nanobridge geconfigureerd voor lijtweg2

File size: 3.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18489"
7location : "Lijtweg, 2341 HB, Oegstgeest"
8longitude : "4.47098"
9masterip : "172.23.13.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg2"
12nodetype : "Hybrid"
13rdnap_x : 92342
14rdnap_y : 466702
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Ap zuid"
26 ip : "172.23.13.1/24"
27 sdesc : "ap-z"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "ap-WirelessLeiden-Lijtweg2"
32 dhcp : "10-250"
33 status : "up"
34
35iface_ue0:
36 comment : "InterLink naar Broekplein"
37 ip : "172.16.5.140/29"
38 sdesc : "2broekplein"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "44"
43 ssid : "il-w.broekplein.wleiden.net"
44 dhcp : False
45 compass : "o"
46 ns_ip : "172.16.5.139/29"
47 ns_mac : "00:15:6d:70:4d:d3"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_ue1:
53 comment : "Extra ap"
54 ip : "172.17.81.1/24"
55 sdesc : "ap22"
56 mode : "ap-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "6"
60 ssid : "ap-WirelessLeiden-Lijtweg22"
61 dhcp : "10-250"
62 compass : "w"
63 ns_ip : "172.17.81.2"
64 ns_mac : ""
65 bridge_type: "NanoStationM2"
66 status : "up"
67
68
69iface_vr0:
70 comment : "InterLink naar Rustenborch via switch"
71 ip : "172.16.6.33/29"
72 sdesc : "2rustenborch"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "116"
77 ssid : "il-w.lijtweg2.wleiden.net"
78 dhcp : False
79 compass : "zw"
80 ns_ip : "172.16.6.34"
81 ns_mac : "00:15:6d:70:51:c6"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr0_alias0:
87 comment : "Interlink naar KWVdeKaag via switch nanoM5 172.16.17.250 00:15:6d:f2:43:eb"
88 ip : "172.16.17.249/29"
89 sdesc : "2unigorn"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "140"
94 ssid : "il-ono.lijtweg2.wleiden.net"
95 dhcp : False
96 compass : "o"
97 status : "up"
98
99
100iface_vr0_alias1:
101 comment : "Link naar Boterhuis via switch nano 172.16.17.250 00:15:6d:f2:43:eb"
102 ip : "172.16.6.81/29"
103 sdesc : "2boterhuis"
104 type : "eth"
105 extra_type : "eth2wifibridge"
106 dhcp : False
107 status : "down"
108
109
110iface_vr0_alias2:
111 comment : "Link naar Juffermans via switch nano 172.16.17.250 00:15:6d:f2:43:eb"
112 ip : "172.16.3.146/29"
113 sdesc : "2juffermans"
114 type : "eth"
115 extra_type : "eth2wifibridge"
116 dhcp : False
117 status : "up"
118
119
120iface_vr1:
121 comment : "Link naar de Leidse Houtschool"
122 ip : "172.16.3.113/29"
123 sdesc : "2lhs"
124 mode : "ap-wds"
125 type : "eth"
126 extra_type : "eth2wifibridge"
127 channel : "132"
128 ssid : "il-z.lijtweg2.wleiden.net"
129 dhcp : False
130 status : "up"
131
132
133iface_vr1_alias1:
134 comment : "Link naar Camimplants"
135 ip : "172.16.6.97/29"
136 sdesc : "2camimplants"
137 type : "eth"
138 extra_type : "eth2wifibridge"
139 dhcp : False
140 status : "up"
141
142
143iface_vr2:
144 comment : "Ethernet naar Lijtweg1"
145 ip : "172.16.253.2/30"
146 sdesc : "2lijtweg1"
147 type : "eth"
148 dhcp : False
149 status : "up"
150
151iface_vr1_alias0:
152 comment : "Link naar Leeuwenhorst en Voorhout via switch"
153 ip : "172.16.4.113/29"
154 sdesc : "2lhs"
155 mode : "ap-wds"
156 type : "eth"
157 extra_type : "eth2wifibridge"
158 channel : "140"
159 ssid : "il-nnw.lijtweg2.wleiden.net"
160 ns_ip : "172.16.4.114"
161 ns_mac : ""
162 bridge_type: "NanoBridgeM5"
163 dhcp : False
164 compass : "nnw"
165 status : "down"
166
167
168
169
Note: See TracBrowser for help on using the repository browser.