source: genesis/nodes/HybridDirkLos2/wleiden.yaml@ 12493

Last change on this file since 12493 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"
6latitude : "52.16732"
7location : "Hogeschool Leiden, Zernikedreef 11, 2333 CK, Leiden"
8longitude : "4.47071"
9masterip : "172.19.132.1"
10monitoring_group: "wleiden"
11nodename : "DirkLos2"
12nodetype : "Hybrid"
13rdnap_x : "092299"
14rdnap_y : 464748
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 : "AP1 voor de buurt"
26 ip : "172.19.132.1/24"
27 sdesc : "ap1"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap1-WirelessLeiden-Dirklos"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Local Ethernet naar DirkLos1"
38 ip : "172.16.3.57/30"
39 sdesc : "eth_to_DirkLos1"
40 type : "eth"
41 dhcp : False
42 status : "up"
43
44
45iface_ue0_alias0:
46 comment : "Local Ethernet naar Hogeschool"
47 ip : "172.16.176.65/27"
48 sdesc : "eth_to_Hogeschool"
49 type : "eth"
50 dhcp : "70-94"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Ethernet naar interlink west (unigor2)"
56 ip : "172.16.4.4/29"
57 sdesc : "2Unigor2"
58 mode : "station-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "149"
62 ssid : "il-o.unigor2.wleiden.net"
63 dhcp : False
64 compass : "w"
65 ns_ip : "172.16.4.3/29"
66 ns_mac : "00:15:6d:d0:14:c3"
67 bridge_type: "NanoStation5"
68 status : "up"
69
70
71iface_vr1:
72 comment : "Ethernet naar interlink noord-oost Rabo2"
73 ip : "172.16.3.217/29"
74 sdesc : "2Rabo2"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "140"
79 ssid : "il-no.dirklos2.wleiden.net"
80 dhcp : False
81 compass : "o"
82 ns_ip : "172.16.3.218/29"
83 ns_mac : "00:15:6d:b5:24:4f"
84 bridge_type: "NanoStation5"
85 status : "up"
86
87
88iface_vr2:
89 comment : "Ethernet naar interlink zuid-oost (stadhuis)"
90 ip : "172.16.3.76/29"
91 sdesc : "2Stadhuis"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "116"
96 ssid : "il-nw.stadhuis2.wleiden.net"
97 dhcp : False
98 compass : "zo"
99 ns_ip : "172.16.3.75/29"
100 ns_mac : "00:15:6d:b5:25:65"
101 bridge_type: "NanoStation5"
102 status : "up"
103
104
Note: See TracBrowser for help on using the repository browser.