source: genesis/nodes/HybridHerman/wleiden.yaml@ 12421

Last change on this file since 12421 was 12421, checked in by rick, 11 years ago

Disable incoming rdr for time beeing, when using NAT, etc this might come back

File size: 1.7 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.1.254"
7ileiden : False
8latitude : "52.25868"
9location : "Jasmijnstraat 25 1431 RH Aalsmeer"
10longitude : "4.75797"
11masterip : "172.17.75.1"
12monitoring_group: "wleiden"
13nodename : "Herman"
14nodetype : "Hybrid"
15rdnap_x : "112039"
16rdnap_y : "474703"
17rdr_host : "212.182.169.157"
18rdr_rules :
19- ['tcp', 21, '172.17.0.45', 21]
20- ['tcp', 84, '172.17.0.41', 80]
21- ['tcp', 85, '172.17.0.42', 80]
22- ['tcp', 86, '172.17.0.43', 80]
23- ['tcp', 87, '172.17.0.44', 80]
24- ['tcp', 3389, '172.17.0.45', 3389]
25- ['tcp', 9080, '172.17.0.41', 80]
26- ['tcp', 9081, '172.17.0.42', 554]
27- ['tcp', 9082, '172.17.0.43', 554]
28- ['tcp', 9083, '172.17.0.44', 80]
29- ['tcp', 9084, '172.17.0.43', 80]
30- ['tcp', 9085, '172.17.0.42', 80]
31- ['tcp', 9086, '172.17.0.45', 21]
32- ['tcp', 9087, '172.17.0.45', 3389]
33- ['tcp', 9092, '172.17.51.20', 80]
34release : "9.0-RELEASE"
35service_accesspoint: False
36service_concentrator: False
37service_incoming_rdr: False
38service_proxy_ileiden: False
39service_proxy_normal: False
40status : "up"
41wl_release: 10805
42
43
44iface_vr0:
45 comment : "Link naar Router"
46 ip : "192.168.1.250/24"
47 sdesc : "uplink"
48 type : "eth"
49 dhcp : "client"
50 status : "up"
51
52
53iface_vr1:
54 comment : "Interlink naar de watertoren1"
55 ip : "172.17.0.36/28"
56 sdesc : "2watertoren1"
57 mode : "station-wds"
58 type : "eth"
59 channel : "44"
60 ssid : "il-n.watertoren1.wleiden.net"
61 dhcp : False
62 compass : "z"
63 ns_ip : "172.17.0.35/28"
64 ns_mac : "00:15:6d:70:53:4f"
65 bridge_type: "NanoStation5"
66 status : "up"
67
68
Note: See TracBrowser for help on using the repository browser.