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

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

Setting new rules for Rustdam Camera

File size: 1.8 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[12249]5gateway : "192.168.178.1"
[10059]6comment : "None"
[11519]7latitude : "52.11082"
[11318]8location : "Kaasboerderij Rustdam, Zuidbuurtseweg 34, 2381 LG, Zoeterwoude "
[11519]9longitude : "4.50254"
[12267]10masterip : "172.17.95.1"
[11325]11monitoring_group: "wzoeterwoude"
[12267]12nodename : "Rustdam2"
[10822]13nodetype : "Hybrid"
[11323]14rdnap_x : "94400"
15rdnap_y : "458435"
[10822]16release : "9.0-RELEASE"
[12227]17remote_access: "83.85.202.106:1022"
[12333]18rdr_host : "83.85.202.106"
[12330]19rdr_rules :
[12333]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]
[12402]30- ['tcp', 9092, '172.17.51.20', 80]
[10822]31service_accesspoint: True
[11554]32service_concentrator: False
[12330]33service_incoming_rdr: True
[11318]34service_proxy_ileiden: True
[10822]35service_proxy_normal: True
[12330]36status : "up"
[10059]37
38iface_vr0:
[12249]39 comment : "Uplink"
40 ip : "192.168.178.10/24"
41 sdesc : "uplink"
42 type : "eth"
43 dhcp : False
44 status : "up"
[11322]45
[10059]46iface_vr1:
[12267]47 comment : "Link to Rustdam"
48 ip : "172.16.7.100/29"
49 sdesc : "2rustdam"
[10116]50 type : "eth"
[12267]51 mode : "station-wds"
52 ssid : "il-o.rustdam.wleiden.net"
53 dhcp : False
54 ns_ip : "172.16.7.99/29"
[11318]55 ns_mac : "00:00:00:00:00:00"
[12267]56 ns_type : "ns5"
57 bridge_type: "NanoStationM5"
[10116]58 status : "up"
[10059]59
[11322]60
[10116]61iface_vr2:
[11318]62 comment : "Access Point"
[12267]63 ip : "172.17.95.1/24"
64 sdesc : "2terras"
[11318]65 mode : "ap-wds"
[10116]66 type : "eth"
[12267]67 ssid : "ap-ZTW-Rustdam-Terras"
[11318]68 dhcp : "10-240"
[12267]69 ns_ip : "172.17.95.2/24"
[11318]70 ns_mac : "00:00:00:00:00:00"
[12267]71 ns_type : "bullet2"
72 bridge_type: "BulletM2"
[10116]73 status : "up"
Note: See TracBrowser for help on using the repository browser.