source: genesis/nodes/HybridLangevoort/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.1 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.69"
7ileiden : True
8latitude : "52.18620"
9location : "Hazenboslaan 39, 2343 SW, tegenover school met vleugel dak, Oegstgeest"
10longitude : "4.47699"
11masterip : "172.23.25.1"
12monitoring_group: "wleiden"
13nodename : "Langevoort"
14nodetype : "Hybrid"
15rdnap_x : 92755
16rdnap_y : 466842
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: True
22service_proxy_normal: True
23status : "up"
24
25
26iface_ath0:
27 comment : "Omni voor de buurt"
28 ip : "172.23.25.1/24"
29 sdesc : "omni"
30 mode : "ap"
31 type : "11g"
32 channel : "6"
33 ssid : "ap-WirelessLeiden-Langevoort"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Extra AP2"
40 ip : "172.17.41.1/24"
41 sdesc : "ap2"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "11"
46 ssid : "ap-WirelessLeiden-Langevoort2"
47 dhcp : "10-240"
48 ns_ip : "172.17.41.2/24"
49 ns_mac : "00:15:6d:d4:f8:36"
50 bridge_type: "Bullet2"
51 status : "up"
52
53
54iface_vr0:
55 comment : "External Link"
56 ip : "192.168.1.70/24"
57 sdesc : "2external"
58 type : "eth"
59 dhcp : "client"
60 status : "up"
61
62
63iface_vr1:
64 comment : "A-Link naar Lijtweg1"
65 ip : "172.16.6.244/29"
66 sdesc : "2lijtweg1"
67 mode : "station-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "108"
71 ssid : "il-n.lijtweg1.wleiden.net"
72 dhcp : False
73 compass : "w"
74 ns_ip : "172.16.6.243/29"
75 ns_mac : "dc:9f:db:2a:28:b6"
76 bridge_type: "NanostationM5"
77 status : "up"
78
79
80iface_vr2:
81 comment : "Extra AP3"
82 ip : "172.17.70.1/24"
83 sdesc : "ap3"
84 mode : "ap"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "1"
88 ssid : "ap-WirelessLeiden-Langevoort3"
89 dhcp : "10-240"
90 compass : "w"
91 ns_ip : "172.16.6.3/29"
92 ns_mac : "00:15:6d:e9:f9:bd"
93 bridge_type: "Bullet2"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.