source: genesis/nodes/Meerburg/wleiden.yaml@ 14051

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

Fix broken USB dongles and unmanaged switch

Add routerboard switch to Meerburg configuration

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.14282"
7location : "RKVV Meerburg, Hans Ecklplein 1, 2382 AZ, Zoeterwoude Rijndijk"
8longitude : "4.51566"
9masterip : "172.17.22.1"
10monitoring_group: "wleiden"
11no_portal : ['58:12:43:AA:6E:D6']
12nodename : "Meerburg"
13nodetype : "Hybrid"
14rdnap_x : "095341"
15rdnap_y : 461984
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23whitelist : ['58:12:43:AA:6E:D6']
24
25
26iface_ath0:
27 comment : "Ap binnen RKVV Meerburg"
28 ip : "172.17.22.1/26"
29 sdesc : "apbinnen"
30 mode : "ap"
31 type : "11g"
32 channel : 6
33 ssid : "WiFi Leiden"
34 dhcp : "10-60"
35 status : "up"
36
37iface_bridge0:
38 comment : "Access Points"
39 ip : "172.17.27.1/24"
40 type : "eth"
41 dhcp : "10-240"
42 status : "up"
43
44
45iface_vr0_102:
46 comment : "Uplink - unused"
47 status : "down"
48 type : "eth"
49
50
51
52iface_vr0_103:
53 comment : "Link naar Roomburgh1"
54 ip : "172.16.5.73/29"
55 sdesc : "2roomburgh1"
56 mode : "ap-wds"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : "128"
60 ssid : "il-nw.meerburg.wleiden.net"
61 dhcp : False
62 compass : "n"
63 ns_ip : "172.16.5.74/29"
64 ns_mac : "00:27:22:10:fd:ea"
65 bridge_type: "NanoStation M5"
66 status : "up"
67
68
69
70
71iface_vr0_104:
72 comment : "Link naar Meerburgkerk"
73 ip : "172.16.5.60/29"
74 sdesc : "2meerburgkerk"
75 mode : "station-wds"
76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "116"
79 ssid : "il-zw.mbkerk.wleiden.net"
80 dhcp : False
81 compass : "no"
82 ns_ip : "172.16.5.59/29"
83 ns_mac : "00:27:22:8a:3b:2c"
84 bridge_type: "NanoStation M5"
85 status : "up"
86
87
88iface_vr0_105:
89 comment : "AP Noord"
90 parent : "bridge0"
91 sdesc : "2ap-noord"
92 mode : "ap"
93 type : "eth"
94 extra_type : "eth2wifibridge"
95 channel : "1"
96 ssid : "WiFi-Leiden"
97 compass : "n"
98 ns_ip : "172.17.27.2/24"
99 ns_mac : "00:27:22:16:77:77"
100 bridge_type: "NanoStation2"
101 status : "up"
102
103
104iface_vr1:
105 comment : "AP Zuid"
106 parent : "bridge0"
107 type : "eth"
108 channel : "1"
109 ssid : "WiFi-Leiden"
110 compass : "z"
111 ns_ip : "172.17.27.3/24"
112 ns_mac : "00:15:6d:30:d2:b6"
113 bridge_type: "NanoStation2"
114 status : "up"
115
116
117iface_vr2:
118 comment : "Link naar JVC"
119 ip : "172.16.4.244/29"
120 sdesc : "2jvc"
121 mode : "station-wds"
122 type : "eth"
123 extra_type : "eth2wifibridge"
124 channel : "60"
125 ssid : "il-o.jvc.wleiden.net"
126 dhcp : False
127 compass : "w"
128 ns_ip : "172.16.4.243/29"
129 ns_mac : "00:27:22:8a:3d:57"
130 bridge_type: "NanoStation M5"
131 status : "up"
Note: See TracBrowser for help on using the repository browser.