source: genesis/nodes/HybridDirkLos1/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.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16732"
7location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
8longitude : "4.47071"
9masterip : "172.19.131.1"
10monitoring_group: "wleiden"
11nodename : "DirkLos1"
12nodetype : "Hybrid"
13rdnap_x : "092299"
14rdnap_y : 464748
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 noord"
26 ip : "172.17.45.1/24"
27 sdesc : "2ap2"
28 mode : "ap"
29 type : "11g"
30 channel : "3"
31 ssid : "ap2-WirelessLeiden-Dirklos"
32 dhcp : "10-250"
33 compass : "e"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ethernet naar DirkLos2"
39 ip : "172.16.3.58/30"
40 sdesc : "2DLos2"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45
46iface_ue0_alias0:
47 comment : "Local Ethernet"
48 ip : "172.16.176.66/27"
49 sdesc : "localeth"
50 type : "eth"
51 dhcp : False
52 status : "up"
53
54
55iface_vr0:
56 comment : "Ethernet to interlink oost"
57 ip : "172.16.4.156/29"
58 sdesc : "2geluidsnet1"
59 mode : "station-wds"
60 type : "eth"
61 extra_type : "eth2wifibridge"
62 channel : "140"
63 ssid : "il-zw.geluidsnet1.wleiden.net"
64 dhcp : False
65 compass : "zo"
66 ns_ip : "172.16.4.155/29"
67 ns_mac : "00:15:6d:f6:be:ff"
68 bridge_type: "NanoStation5"
69 status : "up"
70
71
72iface_vr1:
73 comment : "Ethernet to interlink south-east (Vosko3)"
74 ip : "172.16.4.76/29"
75 sdesc : "2Vosko3"
76 mode : "station-wds"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : "100"
80 ssid : "il-wnw.vosko3.wleiden.net"
81 dhcp : False
82 compass : "zo"
83 ns_ip : "172.16.4.75/29"
84 ns_mac : "00:15:6d:f6:be:eb"
85 bridge_type: "NanoStation5"
86 status : "up"
87
88
89iface_vr2:
90 comment : "Ethernet to interlink west (Cam)"
91 ip : "172.16.4.89/29"
92 sdesc : "2cam"
93 mode : "ap-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "44"
97 ssid : "il-zw.dirklos1.wleiden.net"
98 dhcp : False
99 compass : "z"
100 ns_ip : "172.16.4.90/29"
101 ns_mac : "00:15:6d:70:53:52"
102 bridge_type: "NanoStation5"
103 status : "down"
104
105
Note: See TracBrowser for help on using the repository browser.