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

Last change on this file since 10983 was 10891, checked in by rick, 13 years ago

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 1.4 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10434]4board : "ALIX2"
[10059]5comment : "None"
[10116]6gateway : "192.168.1.254"
7ileiden : False
[10400]8latitude : "52.25868"
9location : "Jasmijnstraat 25 1431 RH Aalsmeer"
10longitude : "4.75797"
[10116]11masterip : "172.17.0.36"
[10527]12nodename : "Herman"
[10761]13nodetype : "Hybrid"
[10400]14rdnap_x : "112039"
15rdnap_y : "474703"
[10800]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]
[10815]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]
[10761]28release : "9.0-RELEASE"
[10797]29service_accesspoint: False
[10761]30service_incoming_rdr: True
31service_proxy_ileiden: False
32service_proxy_normal: False
[10779]33status : "planned"
[10116]34
35
[10059]36iface_vr0:
[10884]37 comment : "Link naar Router"
[10116]38 ip : "192.168.1.250/24"
39 sdesc : "uplink"
40 type : "eth"
[10887]41 dhcp : "client"
[10116]42 status : "up"
[10059]43
[10116]44
[10059]45iface_vr1:
[10116]46 comment : "Interlink naar de watertoren2"
47 ip : "172.17.0.36/28"
48 sdesc : "2watertoren2"
49 mode : "station-wds"
50 type : "eth"
51 channel : "44"
52 ssid : "il-n.watertoren2.wleiden.net"
[10454]53 dhcp : False
[10729]54 compass : "z"
[10116]55 ns_ip : "172.17.0.35/28"
56 ns_mac : "00:15:6d:70:53:4f"
57 status : "up"
[10059]58
[10116]59
Note: See TracBrowser for help on using the repository browser.