source: genesis/nodes/HybridWBRotary/wleiden.yaml@ 11738

Last change on this file since 11738 was 11738, checked in by rick, 12 years ago

Allign at channels to match the 801.11g recommendations.

File size: 2.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr1"
7gateway : "192.168.0.225"
8ileiden : True
9latitude : "52.16707"
10location : "NH Kerk, Comriekade 7, 2481 AD, Woubrugge"
11longitude : "4.63817"
12masterip : "172.25.52.1"
13monitoring_group: "wleiden"
14nodename : "WBRotary"
15nodetype : "Hybrid"
16rdnap_x : 103755
17rdnap_y : 464588
18rdr_host : "94.209.113.8"
19rdr_rules :
20- ['tcp', 9080, '172.17.0.41', 80]
21- ['tcp', 9081, '172.17.0.42', 554]
22- ['tcp', 9082, '172.17.0.43', 554]
23- ['tcp', 9083, '172.17.0.44', 80]
24release : "9.0-RELEASE"
25remote_access: ""
26service_accesspoint: True
27service_concentrator: False
28service_incoming_rdr: True
29service_proxy_ileiden: True
30service_proxy_normal: True
31status : "up"
32
33
34iface_ath0:
35 comment : "Ap voor de buurt"
36 ip : "172.25.52.1/24"
37 sdesc : "apnz"
38 mode : "ap"
39 type : "11g"
40 channel : 6
41 ssid : "ap-woubrugge-rotarynz"
42 dhcp : "10-250"
43 status : "up"
44
45
46iface_ue0:
47 comment : "Link naar Zoeterwoude Rijndijk"
48 ip : "172.16.18.25/29"
49 sdesc : "2ztw"
50 mode : "ap-wds"
51 type : "eth"
52 extra_type : "eth2wifibridge"
53 channel : "140"
54 ssid : "il-wzw.wbrotary.wleiden.net"
55 dhcp : False
56 compass : "zw"
57 ns_ip : "172.16.18.26/29"
58 ns_mac : "00:15:6d:8e:dc:be"
59 bridge_type: "Bullet M5"
60 status : "up"
61
62
63iface_vr0:
64 comment : "Link naar Graficall, Leiderdorp"
65 ip : "172.16.18.44/29"
66 sdesc : "2graficall"
67 mode : "ap-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "36"
71 ssid : "il-o.graficall.wleiden.net"
72 dhcp : False
73 compass : "w"
74 ns_ip : "172.16.18.43/29"
75 ns_mac : "00:27:22:10:34:c6"
76 bridge_type: "Bullet M5"
77 status : "up"
78
79
80iface_vr1:
81 comment : "Link naar external interface gateway 192.168.0.225 via BulletM5"
82 ip : "192.168.0.14/24"
83 sdesc : "2external"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "120"
88 ssid : "il-n.wbrotary.wleiden.net"
89 dhcp : False
90 compass : "w"
91 ns_ip : "192.168.0.77/24"
92 ns_mac : "00:15:6d:8e:db:bb"
93 status : "up"
94
95
96iface_vr1_alias_0:
97 comment : "Link naar Henk"
98 ip : "172.17.0.65/28"
99 sdesc : "2henk"
100 type : "eth"
101 dhcp : False
102 compass : "n"
103 status : "planned"
104
105
106iface_vr2:
107 comment : "Ap voor de buurt"
108 ip : "172.25.56.1/24"
109 sdesc : "apwo"
110 mode : "ap"
111 type : "eth"
112 extra_type : "eth2wifibridge"
113 channel : "11"
114 ssid : "ap-woubrugge-rotarywo"
115 dhcp : "10-250"
116 ns_ip : "172.25.56.2/24"
117 ns_mac : "00:15:6d:30:2a:5d"
118 ns_type : "Bullet2"
119 bridge_type: "Bullet2"
120 status : "up"
121
122
Note: See TracBrowser for help on using the repository browser.