source: genesis/nodes/HybridRustdam2/wleiden.yaml@ 12333

Last change on this file since 12333 was 12333, checked in by rick, 12 years ago

Sync rdr rules for remote access at Rustdam Site.

File size: 1.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5gateway : "192.168.178.1"
6comment : "None"
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"
16release : "9.0-RELEASE"
17remote_access: "83.85.202.106:1022"
18rdr_host : "83.85.202.106"
19rdr_rules :
20- ['tcp', 9080, '172.17.0.41', 80]
21- ['tcp', 9081, '172.17.0.42', 554]
22- ['tcp', 9082, '172.17.0.43', 554]
23- ['tcp', 9083, '172.17.0.44', 80]
24- ['tcp', 9084, '172.17.0.43', 80]
25- ['tcp', 9085, '172.17.0.42', 80]
26- ['tcp', 9086, '172.17.0.45', 21]
27- ['tcp', 9087, '172.17.0.45', 3389]
28- ['tcp', 9090, '172.17.2.67', 80]
29- ['tcp', 9091, '172.17.76.3', 88]
30service_accesspoint: True
31service_concentrator: False
32service_incoming_rdr: True
33service_proxy_ileiden: True
34service_proxy_normal: True
35status : "up"
36
37iface_vr0:
38 comment : "Uplink"
39 ip : "192.168.178.10/24"
40 sdesc : "uplink"
41 type : "eth"
42 dhcp : False
43 status : "up"
44
45iface_vr1:
46 comment : "Link to Rustdam"
47 ip : "172.16.7.100/29"
48 sdesc : "2rustdam"
49 type : "eth"
50 mode : "station-wds"
51 ssid : "il-o.rustdam.wleiden.net"
52 dhcp : False
53 ns_ip : "172.16.7.99/29"
54 ns_mac : "00:00:00:00:00:00"
55 ns_type : "ns5"
56 bridge_type: "NanoStationM5"
57 status : "up"
58
59
60iface_vr2:
61 comment : "Access Point"
62 ip : "172.17.95.1/24"
63 sdesc : "2terras"
64 mode : "ap-wds"
65 type : "eth"
66 ssid : "ap-ZTW-Rustdam-Terras"
67 dhcp : "10-240"
68 ns_ip : "172.17.95.2/24"
69 ns_mac : "00:00:00:00:00:00"
70 ns_type : "bullet2"
71 bridge_type: "BulletM2"
72 status : "up"
Note: See TracBrowser for help on using the repository browser.