source: genesis/nodes/HybridCam/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: 1.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.16622"
7location : "CamBioCeramics, Zernikedreef 6, 2333 CL, Leiden"
8longitude : "4.47068"
9masterip : "172.19.174.1"
10monitoring_group: "wleiden"
11nodename : "Cam"
12nodetype : "Hybrid"
13rdnap_x : 92295
14rdnap_y : 464625
15release : "9.0-RELEASE"
16service_accesspoint: True
17service_concentrator: False
18service_incoming_rdr: False
19service_proxy_ileiden: False
20service_proxy_normal: False
21status : "up"
22
23
24iface_ath0:
25 comment : "Omni voor de buurt"
26 ip : "172.19.174.1/24"
27 sdesc : "omni"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap-WirelessLeiden-Cam"
32 dhcp : "10-250"
33 compass : "no"
34 status : "up"
35
36
37iface_vr0:
38 comment : "Extra ap"
39 ip : "172.17.46.1/24"
40 sdesc : "ap2"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "6"
45 ssid : "ap-WirelessLeiden-Cam2"
46 dhcp : "10-250"
47 compass : "n"
48 ns_ip : "172.17.46.2/24"
49 ns_mac : "00:15:6d:e8:e7:60"
50 bridge_type: "Bullet2"
51 status : "up"
52
53
54iface_vr1:
55 comment : "Extra ap"
56 ip : "172.17.47.1/24"
57 sdesc : "ap2"
58 mode : "ap"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "3"
62 ssid : "ap-WirelessLeiden-Cam3"
63 dhcp : "10-250"
64 compass : "n"
65 ns_ip : "172.17.47.2/24"
66 ns_mac : "00:00:00:00:00:00"
67 bridge_type: "Bullet2"
68 status : "down"
69
70
71iface_vr2:
72 comment : "Link naar DirkLos1"
73 ip : "172.16.4.92/29"
74 sdesc : "2dirklos1"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "44"
79 ssid : "il-zw.dirklos1.wleiden.net"
80 dhcp : False
81 compass : "n"
82 ns_ip : "172.16.4.91/29"
83 ns_mac : "00:15:6d:bd:69:30"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
Note: See TracBrowser for help on using the repository browser.