source: genesis/nodes/HybridRund/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.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "172.17.160.66"
7ileiden : True
8latitude : "52.16114"
9location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
10longitude : "4.49224"
11masterip : "172.17.160.1"
12monitoring_group: "wleiden"
13nodename : "Rund"
14nodetype : "Hybrid"
15rdnap_x : 93763
16rdnap_y : 464042
17rdr_host : "83.163.239.115"
18rdr_rules :
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23release : "9.0-RELEASE"
24service_accesspoint: True
25service_concentrator: False
26service_incoming_rdr: True
27service_proxy_ileiden: False
28service_proxy_normal: False
29status : "up"
30
31
32iface_ath0:
33 comment : "Ap"
34 ip : "172.17.161.1/24"
35 sdesc : "ap"
36 mode : "ap"
37 type : "11g"
38 channel : "3"
39 ssid : "ap-WirelessLeiden-Rund"
40 dhcp : "10-250"
41 status : "up"
42
43
44iface_vr0:
45 comment : "Link to external interface"
46 ip : "172.17.160.65/28"
47 sdesc : "2external"
48 type : "eth"
49 dhcp : False
50 status : "up"
51
52
53iface_vr1:
54 comment : "Link naar Geluidsnet2"
55 ip : "172.16.4.212/29"
56 sdesc : "2geluidsnet2"
57 mode : "station-wds"
58 type : "eth"
59 extra_type : "eth2wifibridge"
60 channel : "64"
61 ssid : "il-o.geluidsnet2.wleiden.net"
62 dhcp : False
63 compass : "w"
64 ns_ip : "172.16.4.211/29"
65 ns_mac : "00:27:22:8a:3d:a7"
66 bridge_type: "NanoStation M5"
67 status : "up"
68
69
70iface_vr2:
71 comment : "Link naar vosko2"
72 ip : "172.16.17.156/29"
73 sdesc : "2vosko2"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "44"
78 ssid : "il-no.vosko2.wleiden.net"
79 dhcp : False
80 compass : "zw"
81 ns_ip : "172.16.17.155/29"
82 ns_mac : "00:27:22:10:d8:43"
83 bridge_type: "NanoStation M5"
84 status : "up"
85
86
Note: See TracBrowser for help on using the repository browser.