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

Last change on this file since 13257 was 13251, checked in by rick, 10 years ago

Add new incoming webcam service. While here do some re-ordering of entries.

File size: 2.1 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[12474]5comment : "None"
[12249]6gateway : "192.168.178.1"
[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"
[13250]16rdr_host : "94.208.120.3"
[12330]17rdr_rules :
[12333]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]
[12745]27- ['tcp', 9091, '172.16.9.237', 88]
[12449]28- ['tcp', 9092, '172.17.51.5', 80]
[13251]29- ['tcp', 9096, '172.17.13.66', 88]
[12474]30release : "9.0-RELEASE"
31remote_access: "94.210.143.85:1022"
[10822]32service_accesspoint: True
[11554]33service_concentrator: False
[12330]34service_incoming_rdr: True
[11318]35service_proxy_ileiden: True
[10822]36service_proxy_normal: True
[12330]37status : "up"
[10059]38
[12474]39
[10059]40iface_vr0:
[12249]41 comment : "Uplink"
[12866]42 ip : "192.168.178.5/24"
[12249]43 sdesc : "uplink"
44 type : "eth"
45 dhcp : False
46 status : "up"
[11322]47
[13229]48iface_vr0_alias0:
49 comment : "Webcam - prive"
50 ip : "172.16.9.202/29"
51 sdesc : "uplink"
52 type : "eth"
53 dhcp : False
54 status : "up"
[12474]55
[13229]56
[10059]57iface_vr1:
[12267]58 comment : "Link to Rustdam"
59 ip : "172.16.7.100/29"
60 sdesc : "2rustdam"
[12474]61 mode : "station-wds"
[10116]62 type : "eth"
[12267]63 ssid : "il-o.rustdam.wleiden.net"
64 dhcp : False
[12474]65 compass : "z"
[12267]66 ns_ip : "172.16.7.99/29"
[11318]67 ns_mac : "00:00:00:00:00:00"
[12267]68 ns_type : "ns5"
69 bridge_type: "NanoStationM5"
[10116]70 status : "up"
[10059]71
[11322]72
[10116]73iface_vr2:
[11318]74 comment : "Access Point"
[12267]75 ip : "172.17.95.1/24"
76 sdesc : "2terras"
[11318]77 mode : "ap-wds"
[10116]78 type : "eth"
[12267]79 ssid : "ap-ZTW-Rustdam-Terras"
[11318]80 dhcp : "10-240"
[12267]81 ns_ip : "172.17.95.2/24"
[11318]82 ns_mac : "00:00:00:00:00:00"
[12267]83 ns_type : "bullet2"
84 bridge_type: "BulletM2"
[10116]85 status : "up"
[12474]86
87
Note: See TracBrowser for help on using the repository browser.