source: genesis/nodes/HybridHaagwijk/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.3 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.14253"
7location : "Woon-zorgcentrum Haagwijk, Beethovenlaan 2, 2324 EL, Leiden"
8longitude : "4.47319"
9masterip : "172.20.144.1"
10monitoring_group: "wleiden"
11nodename : "Haagwijk"
12nodetype : "Hybrid"
13rdnap_x : 92434
14rdnap_y : 461987
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"
26 ip : "172.20.144.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : "8"
31 ssid : "ap-WirelessLeiden-Haagwijk"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Link naar Rick"
38 ip : "172.16.4.145/29"
39 sdesc : "2rick"
40 mode : "station-wds"
41 type : "eth"
42 channel : "40"
43 ssid : "il-zw.haagwijk.wleiden.net"
44 dhcp : False
45 compass : "zw"
46 ns_ip : "172.16.4.146/29"
47 ns_mac : "00:15:6d:ec:82:43"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr0:
53 comment : "Link naar ROC"
54 ip : "172.16.17.129/29"
55 sdesc : "2rocl"
56 mode : "ap-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "140"
60 ssid : "il-o.haagwijk.wleiden.net"
61 dhcp : False
62 compass : "o"
63 ns_ip : "172.16.17.130"
64 ns_mac : "00:15:6d:ec:82:60"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr1:
70 comment : "Nanostation5 naar LivingLab"
71 ip : "172.16.17.116/29"
72 sdesc : "2livinglab"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "44"
77 ssid : "il-zo.livinglab.wleiden.net"
78 dhcp : False
79 compass : "nw"
80 ns_ip : "172.16.17.115/29"
81 ns_mac : "00:15:6d:bd:68:05"
82 bridge_type: "NanoStation5"
83 status : "up"
84
85
86iface_vr2:
87 comment : "Link naar AJsoft1"
88 ip : "172.16.5.233/29"
89 sdesc : "2ajsoft1"
90 mode : "station-wds"
91 type : "eth"
92 extra_type : "eth2wifibridge"
93 channel : "128"
94 ssid : "il-nw.haagwijk.wleiden.net"
95 dhcp : False
96 compass : "nw"
97 ns_ip : "172.16.5.234/29"
98 ns_mac : "00:15:6d:ea:f0:f6"
99 bridge_type: "NanoStation5"
100 status : "up"
101
102
Note: See TracBrowser for help on using the repository browser.