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 | #
|
---|
4 | board : "ALIX2"
|
---|
5 | comment : "None"
|
---|
6 | ileiden : True
|
---|
7 | latitude : "52.11823"
|
---|
8 | location : "PV De Kerkduif, Nieuweweg 9, 2381 NW,Zoeterwoude "
|
---|
9 | longitude : "4.50433"
|
---|
10 | masterip : "172.17.13.1"
|
---|
11 | monitoring_group: "wzoeterwoude"
|
---|
12 | nodename : "PVKerkDuif"
|
---|
13 | nodetype : "Hybrid"
|
---|
14 | rdnap_x : 94532
|
---|
15 | rdnap_y : 459257
|
---|
16 | release : "9.0-RELEASE"
|
---|
17 | service_accesspoint: True
|
---|
18 | service_concentrator: False
|
---|
19 | service_incoming_rdr: False
|
---|
20 | service_proxy_ileiden: False
|
---|
21 | service_proxy_normal: False
|
---|
22 | status : "up"
|
---|
23 |
|
---|
24 |
|
---|
25 | iface_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 |
|
---|
37 | iface_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 |
|
---|
46 | iface_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 |
|
---|
62 | iface_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.