source: genesis/nodes/Rick/wleiden.yaml@ 14220

Last change on this file since 14220 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: 3.1 KB
RevLine 
[13610]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
[13844]6gateway : "80.127.152.25"
[13610]7ileiden : True
8latitude : "52.145"
9location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
10longitude : "4.517"
11masterip : "172.17.34.1"
12monitoring_group: "wzoeterwoude"
13nodename : "Rick"
14nodetype : "Hybrid"
15portal_sponsor: "Free-WiFi Zoeterwoude"
16portal_url: "http://www.wirelessleiden.nl/"
17rdnap_x : 95421
18rdnap_y : 462103
[13621]19rdr_host : "80.127.152.27"
[13615]20release : "9.0-RELEASE"
[13610]21service_accesspoint: True
22service_concentrator: False
[13615]23service_incoming_rdr: True
[13844]24service_proxy_ileiden: True
[13615]25service_proxy_normal: True
[13844]26serviceid : "172.31.254.9"
[13615]27status : "up"
[14206]28publicnat : ['http', 'https', 'submission', 'imaps', 'pop3s']
[13610]29
[13844]30
31iface_ath0:
32 comment : "Ap binnen"
33 parent : "bridge0"
34 sdesc : "apbinnen"
35 mode : "ap"
36 type : "11g"
37 channel : 6
[14205]38 ssid : "WIFI4NL"
[13844]39 status : "up"
40
41
[13703]42iface_bridge0:
43 comment : "Access Points"
[13844]44 ip : "172.17.34.1/24"
[13703]45 type : "eth"
46 dhcp : "10-240"
[13904]47 status : "up"
[13610]48
[13903]49iface_vr0:
50 comment : "Uplink XS4ALL FTTH (VAS)"
51 ip : "80.127.152.27/29"
52 sdesc : "2external"
53 type : "eth"
54 dhcp : False
55 status : "up"
[13844]56
[13903]57iface_vr1_102:
58 comment : "Link naar JVC"
59 ip : "172.16.6.116/29"
60 sdesc : "2jvc"
61 mode : "station-wds"
[13844]62 type : "eth"
[13903]63 extra_type : "eth2wifibridge"
64 channel : "36"
65 ssid : "il-no.jvc.wleiden.net"
[13844]66 dhcp : False
[13903]67 compass : "zw"
68 ns_ip : "172.16.6.115/29"
69 ns_mac : "00:27:22:11:fd:ed"
70 bridge_type: "NanoStation M5"
[13703]71 status : "up"
72
[13903]73iface_vr1_103:
[13610]74 comment : "Link naar Meerburgkerk"
75 ip : "172.16.3.100/29"
76 sdesc : "2meerburgkerk"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "116"
81 ssid : "il-wzw.mbkerk.wleiden.net"
82 dhcp : False
83 compass : "o"
84 ns_ip : "172.16.3.99/29"
85 ns_mac : "24:a4:3c:72:01:95"
86 bridge_type: "NanoStation M5"
87 status : "up"
[13616]88
[13903]89iface_vr1_104:
[13904]90 comment : "Loco tegen het raam"
91 parent : "bridge0"
92 sdesc : "2buiten"
93 mode : "ap-wds"
94 type : "eth"
95 channel : 1
[14205]96 ssid : "WIFI4NL"
[13904]97 ns_ip : "172.17.34.2/24"
98 ns_mac : "dc:9f:db:3e:19:a1"
99 ns_type : "ns2"
100 bridge_type: "NanoStationLocoM2"
101 status : "up"
102
103iface_vr1_105:
[13903]104 comment : "Link naar Rick2"
105 ip : "172.16.6.124/29"
106 sdesc : "2rick2"
107 type : "eth"
108 dhcp : False
109 status : "up"
[13844]110
[13903]111
112
[13616]113iface_vr2:
[13903]114 comment : "Link to Server"
115 ip : "172.17.107.1/24"
116 sdesc : "2druif"
[13616]117 type : "eth"
[13905]118 dhcp : False
[13903]119 status : "up"
120
121iface_vr2_extra0:
122 comment : "UniFi Cloud Key"
123 ip : "172.17.107.10/24"
124 sdesc : "2unifi"
125 type : "eth"
[13616]126 dhcp : False
127 status : "up"
[13745]128
[13903]129iface_vr2_extra1:
130 comment : "Access from private network Zwet"
131 ip : "172.17.107.20/24"
132 sdesc : "2routerZW"
[13745]133 type : "eth"
134 dhcp : False
135 status : "up"
136
[13838]137
Note: See TracBrowser for help on using the repository browser.