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
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10881]6latitude : "52.14253"
[10116]7location : "Woon-zorgcentrum Haagwijk, Beethovenlaan 2, 2324 EL, Leiden"
[10881]8longitude : "4.47319"
[10116]9masterip : "172.20.144.1"
[11325]10monitoring_group: "wleiden"
[10116]11nodename : "Haagwijk"
[11231]12nodetype : "Hybrid"
[10059]13rdnap_x : 92434
14rdnap_y : 461987
[11231]15release : "9.0-RELEASE"
16service_accesspoint: True
[11554]17service_concentrator: False
[11231]18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
[10116]21status : "up"
[10059]22
[11322]23
[10059]24iface_ath0:
[10884]25 comment : "Ap"
[11231]26 ip : "172.20.144.1/24"
[10116]27 sdesc : "ap"
[10703]28 mode : "ap"
[11737]29 type : "11g"
[10116]30 channel : "8"
[10156]31 ssid : "ap-WirelessLeiden-Haagwijk"
[11231]32 dhcp : "10-250"
[10116]33 status : "up"
[10059]34
35
[10116]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"
[10454]44 dhcp : False
[10729]45 compass : "zw"
[10116]46 ns_ip : "172.16.4.146/29"
47 ns_mac : "00:15:6d:ec:82:43"
[10892]48 bridge_type: "NanoStation5"
[10116]49 status : "up"
50
51
[10059]52iface_vr0:
[10116]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"
[10454]61 dhcp : False
[10729]62 compass : "o"
[10116]63 ns_ip : "172.16.17.130"
64 ns_mac : "00:15:6d:ec:82:60"
[10892]65 bridge_type: "NanoStation5"
[10116]66 status : "up"
[10059]67
[10116]68
[10059]69iface_vr1:
[10116]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"
[11654]76 channel : "44"
[10116]77 ssid : "il-zo.livinglab.wleiden.net"
[10454]78 dhcp : False
[10729]79 compass : "nw"
[10116]80 ns_ip : "172.16.17.115/29"
81 ns_mac : "00:15:6d:bd:68:05"
[10892]82 bridge_type: "NanoStation5"
[10116]83 status : "up"
[10059]84
[10116]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"
[10454]95 dhcp : False
[10116]96 compass : "nw"
97 ns_ip : "172.16.5.234/29"
98 ns_mac : "00:15:6d:ea:f0:f6"
[10892]99 bridge_type: "NanoStation5"
[10116]100 status : "up"
101
102
Note: See TracBrowser for help on using the repository browser.