source: genesis/nodes/HybridHenk/wleiden.yaml@ 11671

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

Cleanup actie.

File size: 1.5 KB
RevLine 
[10059]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
[10435]4board : "ALIX2"
[10059]5comment : "None"
[10873]6gateway : "192.168.0.225"
[10881]7latitude : "52.17062"
[10873]8location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
[10881]9longitude : "4.63854"
[10873]10masterip : "172.17.28.1"
[11325]11monitoring_group: "wleiden"
[10873]12nodename : "Henk"
[10459]13nodetype : "Hybrid"
[10873]14rdnap_x : 103784
15rdnap_y : 464983
16rdr_host : "94.209.113.8"
[10714]17rdr_rules :
[10715]18- ['tcp', 9080, '172.17.0.41', 80]
[10803]19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
[10715]21- ['tcp', 9083, '172.17.0.44', 80]
[10729]22release : "9.0-RELEASE"
[10873]23remote_access: ""
[10729]24service_accesspoint: True
[11554]25service_concentrator: False
[10881]26service_incoming_rdr: True
[10729]27service_proxy_ileiden: True
28service_proxy_normal: True
[10873]29status : "planned"
[10059]30
31
32iface_ath0:
[10116]33 comment : "Internal Wireless"
[10873]34 ip : "172.17.28.1/26"
[10116]35 sdesc : "binnen"
[10703]36 mode : "ap"
[10116]37 type : "11b"
38 channel : "1"
[10873]39 ssid : "ap-WirelessLeiden-Henk"
[10116]40 dhcp : "10-60"
41 status : "up"
[10059]42
43
44iface_vr0:
[10452]45 comment : "Link to external interface"
46 ip : "0.0.0.0/30"
47 sdesc : "2external"
[10116]48 type : "eth"
[10887]49 dhcp : "client"
[10116]50 status : "up"
[10059]51
[10688]52
[10685]53iface_vr1:
[10873]54 comment : "Link naar WBRotary"
55 ip : "172.17.0.68/28"
56 sdesc : "2wbrotary"
[10685]57 type : "eth"
[10688]58 dhcp : False
[10685]59 status : "up"
[10116]60
[10688]61
[10685]62iface_vr2:
[10688]63 comment : "Lokaal Dev Netwerk"
[10873]64 ip : "172.17.33.1/24"
[10685]65 sdesc : "2dev"
[10116]66 type : "eth"
[10685]67 dhcp : "10-20"
[10116]68 status : "up"
69
[10701]70
Note: See TracBrowser for help on using the repository browser.