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

Last change on this file since 13651 was 13621, checked in by rick, 8 years ago

Default node 9.0-NODE has security lack (Open Relay) when connected to a public
IP address. Thanks for XS4ALL for pointing it out.

(Moving one IP up, until IP is cleared again).

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6ileiden : True
7latitude : "52.145"
8location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
9longitude : "4.517"
10masterip : "172.17.34.1"
11gateway : "80.127.152.25"
12monitoring_group: "wzoeterwoude"
13nodename : "Rick"
14nodetype : "Hybrid"
15portal_sponsor: "Free-WiFi Zoeterwoude"
16portal_url: "http://www.wirelessleiden.nl/"
17rdnap_x : 95421
18rdnap_y : 462103
19rdr_host : "80.127.152.27"
20rdr_rules :
21- ['tcp', 9080, '172.17.0.41', 80]
22- ['tcp', 9081, '172.17.0.42', 554]
23- ['tcp', 9082, '172.17.0.43', 554]
24- ['tcp', 9083, '172.17.0.44', 80]
25- ['tcp', 9084, '172.17.0.43', 80]
26- ['tcp', 9085, '172.17.0.42', 80]
27- ['tcp', 9086, '172.17.0.45', 21]
28- ['tcp', 9087, '172.17.0.45', 3389]
29- ['tcp', 9092, '172.17.51.5', 80]
30- ['tcp', 9096, '172.17.13.66', 88]
31release : "9.0-RELEASE"
32service_accesspoint: True
33service_concentrator: False
34service_incoming_rdr: True
35service_proxy_ileiden: True
36service_proxy_normal: True
37status : "up"
38
39
40iface_ue0:
41 comment : "Loco tegen het raam"
42 ip : "172.17.34.1/24"
43 sdesc : "2buiten"
44 mode : "ap-wds"
45 type : "eth"
46 ssid : "Wifi Zoeterwoude"
47 channel : 1
48 dhcp : "10-250"
49 ns_ip : "172.17.34.2/24"
50 ns_mac : "dc:9f:db:3e:19:a1"
51 ns_type : "ns2"
52 bridge_type: "NanoStationLocoM2"
53 status : "up"
54
55iface_vr0:
56 comment : "Uplink XS4ALL FTTH (VAS)"
57 ip : "80.127.152.27/29"
58 sdesc : "2external"
59 type : "eth"
60 dhcp : False
61 status : "up"
62
63
64iface_vr1:
65 comment : "Link naar Meerburgkerk"
66 ip : "172.16.3.100/29"
67 sdesc : "2meerburgkerk"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "116"
72 ssid : "il-wzw.mbkerk.wleiden.net"
73 dhcp : False
74 compass : "o"
75 ns_ip : "172.16.3.99/29"
76 ns_mac : "24:a4:3c:72:01:95"
77 bridge_type: "NanoStation M5"
78 status : "up"
79
80iface_vr2:
81 comment : "Link naar JVC"
82 ip : "172.16.6.116/29"
83 sdesc : "2jvc"
84 mode : "station-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "36"
88 ssid : "il-no.jvc.wleiden.net"
89 dhcp : False
90 compass : "zw"
91 ns_ip : "172.16.6.115/29"
92 ns_mac : "00:27:22:11:fd:ed"
93 bridge_type: "NanoStation M5"
94 status : "up"
Note: See TracBrowser for help on using the repository browser.