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

Last change on this file since 10872 was 10815, checked in by richardvm, 13 years ago

port numbers were inconsistant, fixed

File size: 1.5 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.0.36"
12nodename : "Herman"
13nodetype : "Hybrid"
14rdnap_x : "112039"
15rdnap_y : "474703"
16rdr_host : "212.182.169.157"
17rdr_rules :
18- ['tcp', 21, '172.17.0.45', 21]
19- ['tcp', 84, '172.17.0.41', 80]
20- ['tcp', 85, '172.17.0.42', 80]
21- ['tcp', 86, '172.17.0.43', 80]
22- ['tcp', 87, '172.17.0.44', 80]
23- ['tcp', 3389, '172.17.0.45', 3389]
24- ['tcp', 9080, '172.17.0.41', 80]
25- ['tcp', 9081, '172.17.0.42', 554]
26- ['tcp', 9082, '172.17.0.43', 554]
27- ['tcp', 9083, '172.17.0.44', 80]
28
29release : "9.0-RELEASE"
30service_accesspoint: False
31service_incoming_rdr: True
32service_proxy_ileiden: False
33service_proxy_normal: False
34status : "planned"
35
36
37iface_vr0:
38 comment : "link naar Router"
39 interface : "vr0"
40 ip : "192.168.1.250/24"
41 desc : "Link naar router"
42 sdesc : "uplink"
43 type : "eth"
44 dhcp : True
45 compass : "None"
46 status : "up"
47
48
49iface_vr1:
50 comment : "Interlink naar de watertoren2"
51 interface : "vr1"
52 ip : "172.17.0.36/28"
53 desc : "Interlink naar de watertoren2"
54 sdesc : "2watertoren2"
55 mode : "station-wds"
56 type : "eth"
57 channel : "44"
58 ssid : "il-n.watertoren2.wleiden.net"
59 dhcp : False
60 compass : "z"
61 ns_ip : "172.17.0.35/28"
62 ns_mac : "00:15:6d:70:53:4f"
63 status : "up"
64
65
Note: See TracBrowser for help on using the repository browser.