source: genesis/nodes/HybridKWVdeKaag/wleiden.yaml@ 12308

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

Allign at channels to match the 801.11g recommendations.

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.19745"
8location : "Starttoren KWV de Kaag, Sweilandpolder 8, 2362AG Warmond"
9longitude : "4.53709"
10masterip : "172.27.16.1"
11monitoring_group: "wleiden"
12nodename : "KWVdeKaag"
13nodetype : "Hybrid"
14rdnap_x : 96879
15rdnap_y : 468044
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 de buurt"
27 ip : "172.27.16.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 6
32 ssid : "ap-WirelessLeiden-Kwv"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Link naar oost"
39 ip : "172.16.18.9/29"
40 sdesc : "2oost"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "136"
45 ssid : "il-o.kwvdekaag.wleiden.net"
46 dhcp : False
47 compass : "e"
48 ns_ip : "172.16.18.10/29"
49 ns_mac : "00:15:6d:e2:be:15"
50 bridge_type: "NanoStation M5"
51 status : "down"
52
53
54iface_vr0:
55 comment : "Link naar Kaag1"
56 ip : "172.16.18.4/29"
57 sdesc : "2kaag1"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "128"
62 ssid : "il-z.kaag1.wleiden.net"
63 dhcp : False
64 compass : "no"
65 ns_ip : "172.16.18.3/29"
66 ns_mac : "00:15:6d:e2:be:7c"
67 bridge_type: "NanoStation M5"
68 status : "up"
69
70
71iface_vr1:
72 comment : "Link naar Lijtweg2"
73 ip : "172.16.17.252/29"
74 sdesc : "2lijtweg2"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "161"
79 ssid : "il-ono.lijtweg2.wleiden.net"
80 dhcp : False
81 compass : "w"
82 ns_ip : "172.16.17.251/29"
83 ns_mac : "00:15:6d:f2:44:2e"
84 bridge_type: "NanoStation M5"
85 status : "up"
86
87
88iface_vr2:
89 comment : "Link naar proxy16"
90 ip : "172.16.18.17/30"
91 sdesc : "2proxy16"
92 type : "eth"
93 dhcp : False
94 status : "up"
95
96
97iface_vr2_alias0:
98 comment : "Lokaal subnet voor ap-wds-s 172.17.23.2 en 172.17.23.4 00:15:6D:30:D2:CF 00:15:6D:30:D2:B5"
99 ip : "172.17.23.1/24"
100 sdesc : "2aps"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 dhcp : "10-250"
104 status : "up"
105
106
Note: See TracBrowser for help on using the repository browser.