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

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

interface: <iface>:<alias> is nu in de iface_<iface>_alias<alias>
gerepresenteerd.

Fixes beheer:ticket:221

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"
11nodename : "Henk"
[10459]12nodetype : "Hybrid"
[10873]13rdnap_x : 103784
14rdnap_y : 464983
15rdr_host : "94.209.113.8"
[10714]16rdr_rules :
[10715]17- ['tcp', 9080, '172.17.0.41', 80]
[10803]18- ['tcp', 9081, '172.17.0.42', 554]
19- ['tcp', 9082, '172.17.0.43', 554]
[10715]20- ['tcp', 9083, '172.17.0.44', 80]
[10729]21release : "9.0-RELEASE"
[10873]22remote_access: ""
[10729]23service_accesspoint: True
[10881]24service_incoming_rdr: True
[10729]25service_proxy_ileiden: True
26service_proxy_normal: True
[10873]27status : "planned"
[10059]28
29
30iface_ath0:
[10116]31 comment : "Internal Wireless"
[10873]32 ip : "172.17.28.1/26"
[10116]33 sdesc : "binnen"
[10703]34 mode : "ap"
[10116]35 type : "11b"
36 channel : "1"
[10873]37 ssid : "ap-WirelessLeiden-Henk"
[10116]38 dhcp : "10-60"
39 compass : "None"
40 status : "up"
[10059]41
42
43iface_vr0:
[10452]44 comment : "Link to external interface"
45 ip : "0.0.0.0/30"
46 sdesc : "2external"
[10116]47 type : "eth"
[10887]48 dhcp : "client"
[10116]49 compass : "None"
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 compass : "None"
60 status : "up"
[10116]61
[10688]62
[10685]63iface_vr2:
[10688]64 comment : "Lokaal Dev Netwerk"
[10873]65 ip : "172.17.33.1/24"
[10685]66 sdesc : "2dev"
[10116]67 type : "eth"
[10685]68 dhcp : "10-20"
[10116]69 compass : "None"
70 status : "up"
71
[10701]72
Note: See TracBrowser for help on using the repository browser.