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

Last change on this file since 13326 was 13326, checked in by rick, 10 years ago

Start enable extra properties block, allowing to specify devices like repeater,
camera, switches which are also included in the same network.

File size: 3.5 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 : "WiFi Teylingen 2"
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 : "WiFi Teylingen"
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
54
55iface_ue0_extra0:
56 comment : "Accesspoint West"
57 ip : "172.17.125.3/24"
58 mode : "client"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : "11"
62 ssid : "WiFi Teylingen"
63 compass : "w"
64 ns_mac : "dc:9f:db:36:1e:0d"
65 bridge_type: "NanoStationM2"
66 status : "Up"
67
68
69iface_ue0_extra1:
70 comment : "Accesspoint Zuid"
71 ip : "172.17.125.4/24"
72 mode : "client"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "1"
76 ssid : "WiFi Teylingen"
77 compass : "z"
78 ns_mac : "dc:9f:db:62:14:63"
79 bridge_type: "NanoStationM2"
80 status : "Up"
81
82
83iface_ue0_extra2:
84 comment : "Accesspoint Oost"
85 ip : "172.17.125.5/24"
86 mode : "client"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "11"
90 ssid : "WiFi Teylingen"
91 compass : "o"
92 ns_mac : "dc:9f:db:62:13:3a"
93 bridge_type: "NanoStationM2"
94 status : "Up"
95
96
97iface_vr0:
98 comment : "Link naar Bestuurscentrum - kabel 1"
99 ip : "172.16.7.84/29"
100 sdesc : "2bestuur"
101 mode : "station-wds"
102 type : "eth"
103 extra_type : "eth2wifibridge"
104 channel : "116"
105 ssid : "il-zw.teybestuurscentrum.wleiden.net"
106 dhcp : False
107 compass : "z"
108 ns_ip : "172.16.7.83/29"
109 ns_mac : "00:27:22:10:fd:ed"
110 bridge_type: "Nanostation M5"
111 status : "up"
112
113
114iface_vr1:
115 comment : "Link naar AKZO - kabel 8"
116 ip : "172.16.9.33/29"
117 sdesc : "2akzo"
118 mode : "ap-wds"
119 type : "eth"
120 extra_type : "eth2wifibridge"
121 channel : "124"
122 ssid : "il-z.bartholomeus.wleiden.net"
123 dhcp : False
124 compass : "z"
125 ns_ip : "172.16.9.34/29"
126 ns_mac : "24:A4:3C:0A:54:90"
127 bridge_type: "Nanostation M5"
128 status : "up"
129
130
131iface_vr2:
132 comment : "Link naar zuidwest (Homewizard 24:a4:3c:72:05:93) - kabel 9"
133 ip : "172.16.9.41/29"
134 sdesc : "2zw"
135 mode : "ap-wds"
136 type : "eth"
137 extra_type : "eth2wifibridge"
138 channel : "64"
139 ssid : "il-zw.bartholomeus.wleiden.net"
140 dhcp : False
141 compass : "zw"
142 ns_ip : "172.16.9.42/29"
143 ns_mac : "00:27:22:10:fe:56"
144 bridge_type: "Nanostation M5"
145 status : "up"
146
147
Note: See TracBrowser for help on using the repository browser.