source: genesis/nodes/HybridBoterhuis/wleiden.yaml@ 11737

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

Upgrading all wireless protocols, as 802.11g has far better collicion control
than 802.11b. It also plays nicer with 802.11n and is the de-facto WiFi
standard in use at 2.4Ghz band.

File size: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "8"
7ileiden : True
8latitude : "52.18753"
9location : "Zeeverkennerscentrum Kagerplassen, Boterhuiseiland"
10longitude : "4.52255"
11masterip : "172.17.31.1"
12monitoring_group: "wleiden"
13nodename : "Boterhuis"
14nodetype : "Hybrid"
15portal_sponsor: "Stichting Zeeverkennerscentrum Kagerplassen"
16portal_url: "http://www.kagerplassen.scouting.nl/"
17rdnap_x : 95872
18rdnap_y : 466952
19release : "9.0-RELEASE"
20service_accesspoint: True
21service_concentrator: False
22service_incoming_rdr: False
23service_proxy_ileiden: False
24service_proxy_normal: False
25status : "up"
26
27
28iface_ath0:
29 comment : "AP voor de buurt"
30 ip : "172.17.31.1/24"
31 sdesc : "ap"
32 mode : "ap"
33 type : "11g"
34 channel : "9"
35 ssid : "ap-WirelessLeiden-Boterhuis"
36 dhcp : "10-100"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Ap2"
42 ip : "172.17.32.1/24"
43 sdesc : "ap2"
44 mode : "ap"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "6"
48 ssid : "ap2-WirelessLeiden-Boterhuis"
49 dhcp : "10-100"
50 compass : "-"
51 bullet2_ip : "172.17.32.2/24"
52 bullet2_mac: "00:15:6D:30:29:02"
53 status : "up"
54
55
56iface_ue1:
57 comment : "Ethernet to interlink zuid van kaag2"
58 ip : "172.16.6.92/29"
59 sdesc : "2kaag2"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "140"
64 ssid : "il-z.kaag2.wleiden.net"
65 dhcp : False
66 compass : "no"
67 ns_ip : "172.16.6.91/29"
68 ns_mac : "00:27:22:8a:3b:96"
69 bridge_type: "NanoStation M5"
70 status : "up"
71
72
73iface_vr0:
74 comment : "Ethernet to interlink northwest of Graficall"
75 ip : "172.16.5.101/29"
76 sdesc : "2graficall"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "44"
81 ssid : "il-nw.graficall.wleiden.net"
82 dhcp : False
83 compass : "z"
84 ns_ip : "172.16.5.100/29"
85 ns_mac : "00:27:22:10:f6:01"
86 bridge_type: "NanoStation M5"
87 status : "up"
88
89
90iface_vr1:
91 comment : "Link naar unused"
92 ip : "172.16.6.177/29"
93 sdesc : "2unused"
94 mode : "station-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "140"
98 ssid : "il-w.boterhuis.wleiden.net"
99 dhcp : False
100 compass : "w"
101 ns_ip : "172.16.6.178/29"
102 ns_mac : "00:27:22:8a:3d:b6"
103 bridge_type: "NanoStation M5"
104 status : "up"
105
106
107iface_vr2:
108 comment : "Link naar xxxx"
109 ip : "172.16.3.33/29"
110 sdesc : "2xxx"
111 mode : "ap-wds"
112 type : "eth"
113 extra_type : "eth2wifibridge"
114 channel : "116"
115 ssid : "il-z.boterhuis.wleiden.net"
116 dhcp : False
117 compass : "207"
118 ns_ip : "172.16.3.34/29"
119 ns_mac : "00:27:22:10:fe:31"
120 bridge_type: "NanoStation M5"
121 status : "down"
122
123
Note: See TracBrowser for help on using the repository browser.