source: genesis/nodes/Rekpark214a/wleiden.yaml@ 14316

Last change on this file since 14316 was 14098, checked in by rick, 7 years ago

Fix USB interface unavaible errors.

Replaced USB dongles with RG260GSP VLAN switch.

File size: 3.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.26268"
7location : "Recreatiepark,Uiterweg 214,1431AJ,Aalsmeer"
8longitude : "4.73131"
9masterip : "172.17.134.1"
10monitoring_group: "wleiden"
11nodename : "Rekpark214a"
12nodetype : "Hybrid"
13portal_sponsor: "Recreatiepark Aalsmeer"
14portal_url: "http://www.recreatieparkaalsmeer.nl/"
15rdnap_x : "110223"
16rdnap_y : "475164"
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_bridge0:
27 comment : "Access Points"
28 ip : "172.17.134.1/24"
29 type : "eth"
30 dhcp : "10-240"
31 status : "up"
32
33iface_bridge0_alias0:
34 comment : "Access Point Alias 0"
35 ip : "172.17.135.1/24"
36 type : "eth"
37 dhcp : "10-240"
38 status : "up"
39
40iface_bridge0_alias1:
41 comment : "Access Point Alias 1"
42 ip : "172.17.129.1/24"
43 type : "eth"
44 dhcp : "10-240"
45 status : "up"
46
47iface_ath0:
48 comment : "AP voor de buurt"
49 sdesc : "ap-omni"
50 mode : "ap"
51 type : "11a"
52 channel : 60
53 ssid : "WiFi Recreatiepark Aalsmeer 1"
54 parent : "bridge0"
55 status : "up"
56
57
58iface_vr2_103:
59 comment : "AP voor west"
60 sdesc : "ap-west"
61 mode : "ap"
62 type : "eth"
63 extra_type : "eth2wifibridge"
64 channel : 6
65 ssid : "WiFi Recreatiepark Aalsmeer 1"
66 ns_ip : "172.17.135.2/24"
67 ns_mac : "dc:9f:db:36:1e:5c"
68 bridge_type: "NanoStationM2"
69 parent : "bridge0"
70 status : "up"
71
72
73iface_vr2_104:
74 comment : "AP voor oost"
75 sdesc : "ap-oost"
76 mode : "ap"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : 11
80 ssid : "WiFi Recreatiepark Aalsmeer 1"
81 ns_ip : "172.17.129.2/24"
82 ns_mac : "00:27:22:e2:52:36"
83 bridge_type: "NanoStationM2"
84 parent : "bridge0"
85 status : "up"
86
87
88iface_vr0:
89 comment : "Link naar Watertoren3"
90 ip : "172.16.3.244/29"
91 sdesc : "2watertoren3"
92 mode : "station-wds"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "36"
96 ssid : "il-w.watertoren3.wleiden.net"
97 dhcp : False
98 compass : "zo"
99 ns_ip : "172.16.3.243/29"
100 ns_mac : "dc:9f:db:f2:12:7b"
101 bridge_type: "NanoBridgeM5"
102 status : "up"
103
104
105iface_vr1:
106 comment : "Link naar Rekpark214b (korte pad)"
107 ip : "172.16.6.89/29"
108 sdesc : "2214b"
109 mode : "ap-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "52"
113 ssid : "il-nww.rekpark214a.wleiden.net"
114 dhcp : False
115 compass : "z"
116 ns_ip : "172.16.6.90/29"
117 ns_mac : "dc:9f:db:64:23:26"
118 bridge_type: "NanoStationM5"
119 status : "up"
120
121
122iface_vr2_102:
123 comment : "Link naar Rekpark214c (lange pad)"
124 ip : "172.16.9.161/29"
125 sdesc : "2214c"
126 mode : "ap-wds"
127 type : "eth"
128 extra_type : "eth2wifibridge"
129 channel : "44"
130 ssid : "il-nw.rekpark214a.wleiden.net"
131 dhcp : False
132 compass : "z"
133 ns_ip : "172.16.9.162/29"
134 ns_mac : "24:a4:3c:0a:41:3c"
135 bridge_type: "NanoStationM5"
136 status : "up"
137
138
Note: See TracBrowser for help on using the repository browser.