source: genesis/nodes/HybridHoutmarkt/wleiden.yaml@ 12333

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

Allign at channels to match the 801.11g recommendations.

File size: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16353"
7location : "Speciale Basisschool Vuurvogel, Houtmarkt 36, 2312 PZ, Leiden"
8longitude : "4.49858"
9masterip : "172.19.8.1"
10monitoring_group: "wleiden"
11nodename : "Houtmarkt"
12nodetype : "Hybrid"
13rdnap_x : 94200
14rdnap_y : 464302
15service_accesspoint: True
16service_concentrator: False
17service_incoming_rdr: False
18service_proxy_ileiden: False
19service_proxy_normal: False
20status : "up"
21
22
23iface_ath0:
24 comment : "Omni voor de buurt"
25 ip : "172.19.8.1/24"
26 sdesc : "ap"
27 mode : "ap"
28 type : "11g"
29 channel : 11
30 ssid : "ap-WirelessLeiden-Houtmarkt"
31 dhcp : "10-250"
32 status : "up"
33
34
35iface_vr0:
36 comment : "Link naar Som1"
37 ip : "172.16.17.220/29"
38 sdesc : "2som1"
39 mode : "station-wds"
40 type : "eth"
41 extra_type : "eth2wifibridge"
42 channel : "52"
43 ssid : "il-z.som1.wleiden.net"
44 dhcp : False
45 compass : "nw"
46 ns_ip : "172.16.17.219/29"
47 ns_mac : "00:15:6d:70:54:9d"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Naar Cetim1 richting ZW"
54 ip : "172.16.17.148/29"
55 sdesc : "2cetim1"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "120"
60 ssid : "il-no.cetim1.wleiden.net"
61 dhcp : False
62 compass : "zw"
63 ns_ip : "172.16.17.147"
64 ns_mac : "00:15:6d:70:52:65"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
69iface_vr2:
70 comment : "Extra AP"
71 ip : "172.17.43.1/24"
72 sdesc : "ap2"
73 mode : "station-wds"
74 type : "eth"
75 extra_type : "eth2wifibridge"
76 channel : "8"
77 ssid : "ap-WirelessLeiden-Houtmarkt2"
78 dhcp : "10-250"
79 ns_ip : "172.17.43.2"
80 ns_mac : "00:15:6d:30:28:4e"
81 bridge_type: "Bullet2"
82 status : "up"
83
84
Note: See TracBrowser for help on using the repository browser.