source: genesis/nodes/HybridLijtweg2/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: 3.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18489"
7location : "Lijtweg, 2341 HB, Oegstgeest"
8longitude : "4.47098"
9masterip : "172.23.13.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg2"
12nodetype : "Hybrid"
13rdnap_x : 92342
14rdnap_y : 466702
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 zuid"
26 ip : "172.23.13.1/24"
27 sdesc : "ap-z"
28 mode : "ap"
29 type : "11g"
30 channel : "10"
31 ssid : "ap-WirelessLeiden-Lijtweg2"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "InterLink naar Broekplein"
38 ip : "172.16.5.140/29"
39 sdesc : "2broekplein"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "44"
44 ssid : "il-w.broekplein.wleiden.net"
45 dhcp : False
46 compass : "o"
47 ns_ip : "172.16.5.139/29"
48 ns_mac : "00:15:6d:70:4d:d3"
49 bridge_type: "NanoStation5"
50 status : "up"
51
52
53iface_vr0:
54 comment : "InterLink naar Rustenborch via switch"
55 ip : "172.16.6.33/29"
56 sdesc : "2rustenborch"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "116"
61 ssid : "il-w.lijtweg2.wleiden.net"
62 dhcp : False
63 compass : "zw"
64 ns_ip : "172.16.6.34"
65 ns_mac : "00:15:6d:70:51:c6"
66 bridge_type: "NanoStation5"
67 status : "up"
68
69
70iface_vr0_alias0:
71 comment : "Interlink naar KWVdeKaag via switch nanoM5 172.16.17.250 00:15:6d:f2:43:eb"
72 ip : "172.16.17.249/29"
73 sdesc : "2unigorn"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "140"
78 ssid : "il-ono.lijtweg2.wleiden.net"
79 dhcp : False
80 compass : "o"
81 status : "up"
82
83
84iface_vr0_alias1:
85 comment : "Link naar Boterhuis via switch nano 172.16.17.250 00:15:6d:f2:43:eb"
86 ip : "172.16.6.81/29"
87 sdesc : "2boterhuis"
88 type : "eth"
89 extra_type : "eth2wifibridge"
90 dhcp : False
91 status : "down"
92
93
94iface_vr0_alias2:
95 comment : "Link naar Juffermans via switch nano 172.16.17.250 00:15:6d:f2:43:eb"
96 ip : "172.16.3.146/29"
97 sdesc : "2juffermans"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 dhcp : False
101 status : "up"
102
103
104iface_vr1:
105 comment : "Link naar de Leidse Houtschool"
106 ip : "172.16.3.113/29"
107 sdesc : "2lhs"
108 mode : "ap-wds"
109 type : "eth"
110 extra_type : "eth2wifibridge"
111 channel : "132"
112 ssid : "il-z.lijtweg2.wleiden.net"
113 dhcp : False
114 status : "up"
115
116
117iface_vr1_alias1:
118 comment : "Link naar Camimplants"
119 ip : "172.16.6.97/29"
120 sdesc : "2camimplants"
121 type : "eth"
122 extra_type : "eth2wifibridge"
123 dhcp : False
124 status : "up"
125
126
127iface_vr2:
128 comment : "Ethernet naar Lijtweg1"
129 ip : "172.16.253.2/30"
130 sdesc : "2lijtweg1"
131 type : "eth"
132 dhcp : False
133 status : "up"
134
135
Note: See TracBrowser for help on using the repository browser.