source: genesis/nodes/HybridGrip/wleiden.yaml@ 12352

Last change on this file since 12352 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.14730"
7location : "Stichting Werk en Onderneming, Frambozenweg 5, 2321 KA, Leiden"
8longitude : "4.48863"
9masterip : "172.21.8.1"
10monitoring_group: "wleiden"
11nodename : "Grip"
12nodetype : "Hybrid"
13rdnap_x : 93497
14rdnap_y : 462505
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 (dubbele waveguide)"
26 ip : "172.21.8.1/24"
27 sdesc : "ap"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap-WirelessLeiden-Grip"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_vr0:
37 comment : "A-link naar vosko1"
38 ip : "172.16.16.60/29"
39 sdesc : "2vosko1"
40 mode : "station-wds"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 ssid : "il-zw.vosko1.wleiden.net"
44 dhcp : False
45 compass : "n"
46 ns_ip : "172.16.16.59/29"
47 ns_mac : "00:15:6d:70:50:09"
48 bridge_type: "NanoStation5"
49 status : "up"
50
51
52iface_vr1:
53 comment : "Link naar ROC2"
54 ip : "172.16.5.29/29"
55 sdesc : "2roc2"
56 mode : "station-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "52"
60 ssid : "il-nw.roc2.wleiden.net"
61 dhcp : False
62 compass : "zo"
63 ns_ip : "192.168.1.20/24"
64 ns_mac : "00:15:6d:ad:34:35"
65 status : "down"
66
67
68iface_vr2:
69 comment : "Link naar LCPL via Bullet2"
70 ip : "172.16.1.1/30"
71 sdesc : "2lcpl"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "8"
76 ssid : "il-zw.grip.wleiden.net"
77 dhcp : False
78 compass : "w"
79 ns_ip : "192.168.1.20/24"
80 ns_mac : "00:15:6d:30:29:6b"
81 status : "down"
82
83
Note: See TracBrowser for help on using the repository browser.