source: genesis/nodes/HybridTEYBartholomeus/wleiden.yaml@ 12905

Last change on this file since 12905 was 12905, checked in by wouter, 10 years ago

Interlink naar noordwest (richting Noordwijk) aangesloten via switch.

File size: 4.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.221419"
7location : "St. Bartholomeuskerk, Herenstraat 27, 2215KE, Voorhout"
8longitude : "4.482612"
9masterip : "172.17.124.1"
10monitoring_group: "teylingen"
11nodename : "TEYBartholomeus"
12nodetype : "Hybrid"
13portal_sponsor: "Gemeente Teylingen"
14portal_url: "http://rkvoorhout.nl/"
15rdnap_x : 93188
16rdnap_y : 470756
17release : "9.0-RELEASE"
18service_accesspoint: True
19service_concentrator: False
20service_incoming_rdr: False
21service_proxy_ileiden: False
22service_proxy_normal: False
23status : "up"
24
25
26iface_ath0:
27 comment : "Accesspoint 1 Coax - geen antenne"
28 ip : "172.17.124.1/24"
29 sdesc : "ap1"
30 mode : "ap"
31 type : "11a"
32 channel : 36
33 ssid : "ap-Tey-Bartholomeus-1"
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Accesspoints via switch; ap3 DC:9F:DB:36:1E:0D ap4 DC:9F:DB:62:14:63 ap5 DC:9F:DB:62:13:3A"
40 ip : "172.17.125.1/24"
41 sdesc : "ap2"
42 mode : "ap"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "6"
46 ssid : "ap-Tey-Bartholomeus"
47 dhcp : "10-250"
48 compass : "n"
49 ns_ip : "172.17.125.2/24"
50 ns_mac : "00:27:22:E2:53:E0"
51 bridge_type: "NanoStationM2"
52 status : "up"
53
54iface_ue0_alias0:
55 comment : "Link naar noordwest via switch"
56 ip : "172.16.3.97/29"
57 sdesc : "2nw"
58 mode : "ap-wds"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "132"
62 ssid : "il-nw.bartholomeus.wleiden.net"
63 dhcp : False
64 compass : "nw"
65 ns_ip : "172.16.3.98/29"
66 ns_mac : "24:A4:3C:0A:55:96"
67 bridge_type: "NanostationM5"
68 status : "up"
69
70#iface_ue0_extra0:
71# comment : "Accesspoint West"
72# ip : "172.17.125.3/24"
73# mode : "client"
74# type : "eth"
75# extra_type : "eth2wifibridge"
76# channel : "11"
77# ssid : "ap-Tey-Bartholomeus"
78# compass : "w"
79# ns_mac : "dc:9f:db:36:1e:0d"
80# bridge_type: "NanoStationM2"
81# status : "Up"
82
83
84#iface_ue0_extra1:
85# comment : "Accesspoint Zuid"
86# ip : "172.17.125.4/24"
87# mode : "client"
88# type : "eth"
89# extra_type : "eth2wifibridge"
90# channel : "1"
91# ssid : "ap-Tey-Bartholomeus"
92# compass : "z"
93# ns_mac : "dc:9f:db:62:14:63"
94# bridge_type: "NanoStationM2"
95# status : "Up"
96
97
98#iface_ue0_extra2:
99# comment : "Accesspoint Oost"
100# ip : "172.17.125.5/24"
101# mode : "client"
102# type : "eth"
103# extra_type : "eth2wifibridge"
104# channel : "11"
105# ssid : "ap-Tey-Bartholomeus"
106# compass : "o"
107# ns_mac : "dc:9f:db:62:13:3a"
108# bridge_type: "NanoStationM2"
109# status : "Up"
110
111
112iface_vr0:
113 comment : "Link naar Bestuurscentrum - kabel 1"
114 ip : "172.16.7.84/29"
115 sdesc : "2bestuur"
116 mode : "station-wds"
117 type : "eth"
118 extra_type : "eth2wifibridge"
119 channel : "116"
120 ssid : "il-zw.teybestuurscentrum.wleiden.net"
121 dhcp : False
122 compass : "z"
123 ns_ip : "172.16.7.83/29"
124 ns_mac : "00:27:22:10:fd:ed"
125 bridge_type: "Nanostation M5"
126 status : "up"
127
128
129iface_vr1:
130 comment : "Link naar AKZO - kabel 8"
131 ip : "172.16.9.33/29"
132 sdesc : "2akzo"
133 mode : "ap-wds"
134 type : "eth"
135 extra_type : "eth2wifibridge"
136 channel : "124"
137 ssid : "il-z.bartholomeus.wleiden.net"
138 dhcp : False
139 compass : "z"
140 ns_ip : "172.16.9.34/29"
141 ns_mac : "24:A4:3C:0A:54:90"
142 bridge_type: "Nanostation M5"
143 status : "up"
144
145
146iface_vr2:
147 comment : "Link naar zuidwest - kabel 9"
148 ip : "172.16.9.41/29"
149 sdesc : "2zw"
150 mode : "ap-wds"
151 type : "eth"
152 extra_type : "eth2wifibridge"
153 channel : "132"
154 ssid : "il-zw.bartholomeus.wleiden.net"
155 dhcp : False
156 compass : "zw"
157 ns_ip : "172.16.9.42/29"
158 ns_mac : "00:27:22:10:fe:56"
159 bridge_type: "Nanostation M5"
160 status : "up"
161
162
Note: See TracBrowser for help on using the repository browser.