source: genesis/nodes/HybridLijtweg1/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: 2.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.18523"
7location : "Lijtweg (noord), 2341 HB, Oegstgeest"
8longitude : "4.47100"
9masterip : "172.23.12.1"
10monitoring_group: "wleiden"
11nodename : "Lijtweg1"
12nodetype : "Hybrid"
13rdnap_x : 92344
14rdnap_y : 466740
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 : "Ap noord"
26 ip : "172.23.12.1/24"
27 sdesc : "ap-n"
28 mode : "ap"
29 type : "11g"
30 channel : 11
31 ssid : "ap-WirelessLeiden-Lijtweg1"
32 dhcp : "10-250"
33 status : "up"
34
35
36iface_ue0:
37 comment : "Extra ap oost"
38 ip : "172.17.69.1/24"
39 sdesc : "AP-oost"
40 mode : "ap"
41 type : "eth"
42 extra_type : "eth2wifibridge"
43 channel : "2"
44 ssid : "ap-WirelessLeiden-Lijtweg1oost"
45 dhcp : "10-250"
46 compass : "o"
47 ns_ip : "172.17.69.2"
48 ns_mac : "00:15:6d:e8:e7:20"
49 bridge_type: "Bullet2"
50 status : "up"
51
52
53iface_ue1:
54 comment : "Ethernet naar Lijtweg2"
55 ip : "172.16.253.1/30"
56 sdesc : "2lijtweg2"
57 type : "eth"
58 dhcp : False
59 status : "up"
60
61
62iface_vr0:
63 comment : "InterLink naar Walter"
64 ip : "172.16.6.9/29"
65 sdesc : "2rene"
66 mode : "ap-wds"
67 type : "eth"
68 extra_type : "eth2wifibridge"
69 channel : "108"
70 ssid : "il-n.lijtweg1.wleiden.net"
71 dhcp : False
72 compass : "no"
73 ns_ip : "172.16.6.10"
74 ns_mac : "00:15:6d:70:53:4e"
75 bridge_type: "NanoStation5"
76 status : "up"
77
78
79iface_vr0_alias0:
80 comment : "Link naar Langevoort"
81 ip : "172.16.6.241/29"
82 sdesc : "2langevoort"
83 mode : "station-wds"
84 type : "eth"
85 extra_type : "eth2wifibridge"
86 dhcp : False
87 status : "up"
88
89
90iface_vr1:
91 comment : "Link naar Hofwijck"
92 ip : "172.16.3.105/29"
93 sdesc : "2hofwijck"
94 mode : "ap-wds"
95 type : "eth"
96 extra_type : "eth2wifibridge"
97 channel : "124"
98 ssid : "il-o.lijtweg1.wleiden.net"
99 dhcp : False
100 compass : "o"
101 ns_ip : "172.16.3.106"
102 ns_mac : "00:15:6d:70:53:86"
103 bridge_type: "NanoStation5"
104 status : "up"
105
106
107iface_vr1_alias0:
108 comment : "Link naar Kaag1"
109 ip : "172.16.3.1/29"
110 sdesc : "2kaag1"
111 mode : "station-wds"
112 type : "eth"
113 extra_type : "eth2wifibridge"
114 dhcp : False
115 status : "up"
116
117
118iface_vr2:
119 comment : "Link naar Aster"
120 ip : "172.16.17.89/29"
121 sdesc : "2aster"
122 mode : "ap-wds"
123 type : "eth"
124 extra_type : "eth2wifibridge"
125 channel : "116"
126 ssid : "il-w.lijtweg1.wleiden.net"
127 dhcp : False
128 compass : "w"
129 ns_ip : "172.16.17.90/29"
130 ns_mac : "00:15:6d:70:54:65"
131 bridge_type: "NanoStation5"
132 status : "up"
133
134
Note: See TracBrowser for help on using the repository browser.