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

Last change on this file since 14285 was 14206, checked in by rick, 6 years ago

Add option for whitelisting services on proxy

To avoid clutter on the network a non-proxy service also requires
this list to be present. This could how-ever yield to unwanted results if the
proxy dynamically changes to one which have a lesser set of features allowed.

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']
24publicnat : ['http', 'https', 'submission', 'imaps', 'pop3s']
25
26
27iface_ath0:
28 comment : "Ap binnen RKVV Meerburg"
29 parent : "bridge0"
30 sdesc : "apbinnen"
31 mode : "ap"
32 type : "11g"
33 channel : 6
34 ssid : "WIFI4NL"
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
44iface_vr0_102:
45 comment : "Uplink - unused"
46 status : "down"
47 type : "eth"
48
49
50
51iface_vr0_103:
52 comment : "Link naar Roomburgh1"
53 ip : "172.16.5.73/29"
54 sdesc : "2roomburgh1"
55 mode : "ap-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : "128"
59 ssid : "il-nw.meerburg.wleiden.net"
60 dhcp : False
61 compass : "n"
62 ns_ip : "172.16.5.74/29"
63 ns_mac : "00:27:22:10:fd:ea"
64 bridge_type: "NanoStation M5"
65 status : "up"
66
67
68
69
70iface_vr0_104:
71 comment : "Link naar Meerburgkerk"
72 ip : "172.16.5.60/29"
73 sdesc : "2meerburgkerk"
74 mode : "station-wds"
75 type : "eth"
76 extra_type : "eth2wifibridge"
77 channel : "116"
78 ssid : "il-zw.mbkerk.wleiden.net"
79 dhcp : False
80 compass : "no"
81 ns_ip : "172.16.5.59/29"
82 ns_mac : "00:27:22:8a:3b:2c"
83 bridge_type: "NanoStation M5"
84 status : "up"
85
86
87iface_vr0_105:
88 comment : "AP Noord"
89 parent : "bridge0"
90 sdesc : "2ap-noord"
91 mode : "ap"
92 type : "eth"
93 extra_type : "eth2wifibridge"
94 channel : "1"
95 ssid : "WIFI4NL"
96 compass : "n"
97 ns_ip : "172.17.27.2/24"
98 ns_mac : "00:27:22:16:77:77"
99 bridge_type: "NanoStation2"
100 status : "up"
101
102
103iface_vr1:
104 comment : "AP Zuid"
105 parent : "bridge0"
106 type : "eth"
107 channel : "1"
108 ssid : "WIFI4NL"
109 compass : "z"
110 ns_ip : "172.17.27.3/24"
111 ns_mac : "00:15:6d:30:d2:b6"
112 bridge_type: "NanoStation2"
113 status : "up"
114
115
116iface_vr2:
117 comment : "Link naar JVC"
118 ip : "172.16.4.244/29"
119 sdesc : "2jvc"
120 mode : "station-wds"
121 type : "eth"
122 extra_type : "eth2wifibridge"
123 channel : "60"
124 ssid : "il-o.jvc.wleiden.net"
125 dhcp : False
126 compass : "w"
127 ns_ip : "172.16.4.243/29"
128 ns_mac : "00:27:22:8a:3d:57"
129 bridge_type: "NanoStation M5"
130 status : "up"
Note: See TracBrowser for help on using the repository browser.