source: genesis/nodes/HybridAster/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: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "16"
7latitude : "52.18667"
8location : "flat, Asterstraat 254, 2223 VN, Katwijk"
9longitude : "4.41978"
10masterip : "172.23.26.1"
11monitoring_group: "wleiden"
12nodename : "Aster"
13nodetype : "Hybrid"
14rdnap_x : 88843
15rdnap_y : 466945
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24
25iface_ath0:
26 comment : "Omni voor de buurt"
27 ip : "172.23.26.1/26"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : "7"
32 ssid : "ap-WirelessLeiden-Aster"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_vr0:
38 comment : "Local subnet with PoE"
39 ip : "172.23.26.65/28"
40 sdesc : "local"
41 type : "eth"
42 dhcp : False
43 status : "down"
44
45
46iface_vr1:
47 comment : "Bridge naar lijtweg1, il-west"
48 ip : "172.16.17.92/29"
49 sdesc : "aster2lijtweg1"
50 mode : "station-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 ssid : "il-w.lijtweg1.wleiden.net"
54 dhcp : False
55 compass : "o"
56 ns_ip : "172.16.17.91/29"
57 ns_mac : "00:15:6d:70:53:48"
58 bridge_type: "NanoStation5"
59 status : "up"
60
61
62iface_vr2:
63 comment : "Bridge naar UniGorN"
64 ip : "172.16.17.100/29"
65 sdesc : "aster2unigorn"
66 mode : "station-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 ssid : "il-o.unigorn.wleiden.net"
70 dhcp : False
71 compass : "zo"
72 ns_ip : "172.16.17.99/29"
73 ns_mac : "00:15:6d:f6:bb:99"
74 bridge_type: "NanoStation5"
75 status : "up"
76
77
Note: See TracBrowser for help on using the repository browser.