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

Last change on this file since 14231 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
RevLine 
[10644]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[10881]6latitude : "52.14282"
[10644]7location : "RKVV Meerburg, Hans Ecklplein 1, 2382 AZ, Zoeterwoude Rijndijk"
[10881]8longitude : "4.51566"
[10644]9masterip : "172.17.22.1"
[11325]10monitoring_group: "wleiden"
[12569]11no_portal : ['58:12:43:AA:6E:D6']
[10644]12nodename : "Meerburg"
13nodetype : "Hybrid"
14rdnap_x : "095341"
15rdnap_y : 461984
16release : "9.0-RELEASE"
[10701]17service_accesspoint: True
[11554]18service_concentrator: False
[10881]19service_incoming_rdr: False
[13608]20service_proxy_ileiden: False
21service_proxy_normal: False
[12569]22status : "up"
[12481]23whitelist : ['58:12:43:AA:6E:D6']
[14206]24publicnat : ['http', 'https', 'submission', 'imaps', 'pop3s']
[10644]25
26
27iface_ath0:
[10884]28 comment : "Ap binnen RKVV Meerburg"
[14205]29 parent : "bridge0"
[10644]30 sdesc : "apbinnen"
[10703]31 mode : "ap"
[11737]32 type : "11g"
[11738]33 channel : 6
[14205]34 ssid : "WIFI4NL"
[10644]35 status : "up"
36
[14051]37iface_bridge0:
38 comment : "Access Points"
39 ip : "172.17.27.1/24"
40 type : "eth"
41 dhcp : "10-240"
42 status : "up"
[10644]43
[14051]44iface_vr0_102:
45 comment : "Uplink - unused"
46 status : "down"
[10644]47 type : "eth"
[14051]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"
[10644]57 extra_type : "eth2wifibridge"
[14051]58 channel : "128"
59 ssid : "il-nw.meerburg.wleiden.net"
[10644]60 dhcp : False
[14051]61 compass : "n"
62 ns_ip : "172.16.5.74/29"
63 ns_mac : "00:27:22:10:fd:ea"
[11731]64 bridge_type: "NanoStation M5"
[10644]65 status : "up"
66
67
[14051]68
69
70iface_vr0_104:
[12415]71 comment : "Link naar Meerburgkerk"
[13610]72 ip : "172.16.5.60/29"
[12415]73 sdesc : "2meerburgkerk"
[13610]74 mode : "station-wds"
[10644]75 type : "eth"
76 extra_type : "eth2wifibridge"
[11637]77 channel : "116"
[13744]78 ssid : "il-zw.mbkerk.wleiden.net"
[10644]79 dhcp : False
[12474]80 compass : "no"
[13610]81 ns_ip : "172.16.5.59/29"
[11733]82 ns_mac : "00:27:22:8a:3b:2c"
[11731]83 bridge_type: "NanoStation M5"
[12415]84 status : "up"
[10644]85
86
[14051]87iface_vr0_105:
88 comment : "AP Noord"
89 parent : "bridge0"
90 sdesc : "2ap-noord"
[13548]91 mode : "ap"
[10701]92 type : "eth"
93 extra_type : "eth2wifibridge"
[13548]94 channel : "1"
[14205]95 ssid : "WIFI4NL"
[13342]96 compass : "n"
97 ns_ip : "172.17.27.2/24"
98 ns_mac : "00:27:22:16:77:77"
99 bridge_type: "NanoStation2"
[10701]100 status : "up"
101
[13548]102
[14051]103iface_vr1:
104 comment : "AP Zuid"
105 parent : "bridge0"
[13548]106 type : "eth"
[13343]107 channel : "1"
[14205]108 ssid : "WIFI4NL"
[13343]109 compass : "z"
[14051]110 ns_ip : "172.17.27.3/24"
[13343]111 ns_mac : "00:15:6d:30:d2:b6"
112 bridge_type: "NanoStation2"
113 status : "up"
[10701]114
[13548]115
[10701]116iface_vr2:
[14051]117 comment : "Link naar JVC"
118 ip : "172.16.4.244/29"
119 sdesc : "2jvc"
120 mode : "station-wds"
[10701]121 type : "eth"
122 extra_type : "eth2wifibridge"
[14051]123 channel : "60"
124 ssid : "il-o.jvc.wleiden.net"
[10701]125 dhcp : False
[14051]126 compass : "w"
127 ns_ip : "172.16.4.243/29"
128 ns_mac : "00:27:22:8a:3d:57"
[11731]129 bridge_type: "NanoStation M5"
[11561]130 status : "up"
Note: See TracBrowser for help on using the repository browser.