source: genesis/nodes/HybridPVKerkDuif/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"
6ileiden : True
7latitude : "52.11823"
8location : "PV De Kerkduif, Nieuweweg 9, 2381 NW,Zoeterwoude "
9longitude : "4.50433"
10masterip : "172.17.13.1"
11monitoring_group: "wzoeterwoude"
12nodename : "PVKerkDuif"
13nodetype : "Hybrid"
14rdnap_x : 94532
15rdnap_y : 459257
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 Binnen"
27 ip : "172.17.13.1/26"
28 sdesc : "2binnen"
29 mode : "ap"
30 type : "11g"
31 channel : "10"
32 ssid : "ap-ZTW-PVKerkDuif-Binnen"
33 dhcp : "10-60"
34 status : "up"
35
36
37iface_vr0:
38 comment : "Link naar PVKerkDuif Network"
39 ip : "172.17.13.65/28"
40 sdesc : "2building"
41 type : "eth"
42 dhcp : "66-78"
43 status : "down"
44
45
46iface_vr1:
47 comment : "Link to Zwet"
48 ip : "172.16.16.172/29"
49 sdesc : "2zwet"
50 mode : "ap-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 ssid : "il-o.zwet.wleiden.net"
54 dhcp : False
55 compass : "w"
56 ns_ip : "172.16.16.171/29"
57 ns_mac : "00:15:6d:ec:82:69"
58 bridge_type: "NanoStation5"
59 status : "up"
60
61
62iface_vr2:
63 comment : "AccessPoint Sportvelden via NanoStation, peer 00:27:22:E2:53:DD 172.17.20.3"
64 ip : "172.17.20.1/24"
65 sdesc : "2sportvelden"
66 mode : "ap-wds"
67 type : "eth"
68 channel : "11"
69 ssid : "ap-ZTW-PVKerkDuif-Buiten"
70 dhcp : "11-250"
71 ns_ip : "172.17.20.2/24"
72 ns_mac : "00:27:22:80:5a:b6"
73 bridge_type: "NanoStation M2"
74 status : "up"
75
76
Note: See TracBrowser for help on using the repository browser.