source: genesis/nodes/Rustdam2/wleiden.yaml@ 13646

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

New forward host (dynamic IP).

File size: 2.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "192.168.178.1"
7latitude : "52.11082"
8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
9longitude : "4.50254"
10masterip : "172.17.95.1"
11monitoring_group: "wzoeterwoude"
12nodename : "Rustdam2"
13nodetype : "Hybrid"
14rdnap_x : "94400"
15rdnap_y : "458435"
16rdr_host : "94.208.127.250"
17rdr_rules :
18- ['tcp', 9080, '172.17.0.41', 80]
19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
21- ['tcp', 9083, '172.17.0.44', 80]
22- ['tcp', 9084, '172.17.0.43', 80]
23- ['tcp', 9085, '172.17.0.42', 80]
24- ['tcp', 9086, '172.17.0.45', 21]
25- ['tcp', 9087, '172.17.0.45', 3389]
26- ['tcp', 9090, '172.17.2.67', 80]
27- ['tcp', 9091, '172.16.9.237', 88]
28- ['tcp', 9092, '172.17.51.5', 80]
29- ['tcp', 9093, '172.17.51.5', 554]
30- ['tcp', 9096, '172.17.13.66', 88]
31- ['tcp', 9097, '172.17.52.117', 88]
32- ['tcp', 9100, '172.16.9.202', 88]
33release : "9.0-RELEASE"
34remote_access: "94.210.143.85:1022"
35service_accesspoint: True
36service_concentrator: False
37service_incoming_rdr: True
38service_proxy_ileiden: True
39service_proxy_normal: True
40status : "up"
41
42
43iface_vr0:
44 comment : "Uplink"
45 ip : "192.168.178.5/24"
46 sdesc : "uplink"
47 type : "eth"
48 dhcp : False
49 status : "up"
50
51
52iface_vr0_alias0:
53 comment : "Webcam - prive"
54 ip : "172.16.9.201/29"
55 sdesc : "uplink"
56 type : "eth"
57 dhcp : False
58 status : "up"
59
60
61iface_vr1:
62 comment : "Link to Rustdam"
63 ip : "172.16.7.100/29"
64 sdesc : "2rustdam"
65 mode : "station-wds"
66 type : "eth"
67 ssid : "il-o.rustdam.wleiden.net"
68 dhcp : False
69 compass : "z"
70 ns_ip : "172.16.7.99/29"
71 ns_mac : "00:00:00:00:00:00"
72 ns_type : "ns5"
73 bridge_type: "NanoStationM5"
74 status : "up"
75
76
77iface_vr2:
78 comment : "Access Point"
79 ip : "172.17.95.1/24"
80 sdesc : "2terras"
81 mode : "ap-wds"
82 type : "eth"
83 ssid : "Wifi Zoeterwoude"
84 dhcp : "10-240"
85 ns_ip : "172.17.95.2/24"
86 ns_mac : "dc:9f:db:3f:21:ba"
87 ns_type : "ns2"
88 bridge_type: "NanoStationLocoM2"
89 status : "up"
90
91
Note: See TracBrowser for help on using the repository browser.