source: genesis/nodes/HybridDeClercq/wleiden.yaml@ 12615

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

Allign at channels to match the 801.11g recommendations.

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "213.125.162.249"
7latitude : "52.15060"
8location : "kantoor De Clercq, Hoge Rijndijk 306, 2314 AM, Leiden"
9longitude : "4.52066"
10masterip : "172.18.128.1"
11monitoring_group: "wleiden"
12nodename : "DeClercq"
13nodetype : "Hybrid"
14rdnap_x : 95694
15rdnap_y : 462845
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: True
21service_proxy_normal: True
22status : "up"
23
24
25iface_ath0:
26 comment : "AP voor de buurt"
27 ip : "172.18.128.1/24"
28 sdesc : "ap"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "ap-WirelessLeiden-Declercq"
33 dhcp : "10-250"
34 status : "up"
35
36
37iface_ue0:
38 comment : "A-link to Stadhuis via 8772b-adapter en Nanostation5"
39 ip : "172.16.3.212/29"
40 sdesc : "2stadhuis"
41 mode : "station-wds"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "60"
45 ssid : "il-o.stadhuis.wleiden.net"
46 dhcp : False
47 compass : "nw"
48 ns_ip : "172.16.3.211/29"
49 ns_mac : "00:15:6d:ea:f0:63"
50 bridge_type: "NanoStation5"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Link naar Router Ziggo 40/8"
56 ip : "213.125.162.254/29"
57 sdesc : "uplink"
58 type : "eth"
59 dhcp : False
60 status : "up"
61
62
63iface_vr1:
64 comment : "Link west naar Roomburgh2"
65 ip : "172.16.5.177/29"
66 sdesc : "2roomburgh2"
67 mode : "ap-wds"
68 type : "eth"
69 extra_type : "eth2wifibridge"
70 channel : "36"
71 ssid : "il-w.declercq.wleiden.net"
72 dhcp : False
73 compass : "w"
74 ns_ip : "172.16.5.178/29"
75 ns_mac : "00:15:6d:ea:f0:70"
76 bridge_type: "NanoStation5"
77 status : "up"
78
79
80iface_vr2:
81 comment : "Link to Leythenrode"
82 ip : "172.16.5.172/29"
83 sdesc : "2leythenrode"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "44"
88 ssid : "il-zw.leythenrode.wleiden.net"
89 dhcp : False
90 compass : "no"
91 ns_ip : "172.16.5.171/29"
92 ns_mac : "00:15:6d:ea:f0:7b"
93 bridge_type: "NanoStation5"
94 status : "up"
95
96
Note: See TracBrowser for help on using the repository browser.