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

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

Bouw een nieuwe (development) node voor bij Henk binnen.

File size: 1.7 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"
7latitude : "4.63854"
8location : "Henk, Boddens Hosangweg 24 A, 2481 KZ, Woubrugge"
9longitude : "52.17062"
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
24service_proxy_ileiden: True
25service_proxy_normal: True
[10873]26status : "planned"
[10059]27
28
29iface_ath0:
[10116]30 comment : "Internal Wireless"
31 interface : "ath0"
[10873]32 ip : "172.17.28.1/26"
[10116]33 desc : "Internal Wireless"
34 sdesc : "binnen"
[10703]35 mode : "ap"
[10116]36 type : "11b"
37 channel : "1"
[10873]38 ssid : "ap-WirelessLeiden-Henk"
[10116]39 dhcp : "10-60"
40 compass : "None"
41 status : "up"
[10059]42
43
44iface_vr0:
[10452]45 comment : "Link to external interface"
[10116]46 interface : "vr0"
[10452]47 ip : "0.0.0.0/30"
48 desc : "External Link"
49 sdesc : "2external"
[10116]50 type : "eth"
[10459]51 dhcp : False
[10116]52 compass : "None"
[10452]53 dhcpclient : True
[10116]54 status : "up"
[10059]55
[10688]56
[10685]57iface_vr1:
[10873]58 comment : "Link naar WBRotary"
[10685]59 interface : "vr1"
[10873]60 ip : "172.17.0.68/28"
61 desc : "Link naar WBRotary"
62 sdesc : "2wbrotary"
[10685]63 type : "eth"
[10688]64 dhcp : False
[10685]65 compass : "None"
66 status : "up"
[10116]67
[10688]68
[10685]69iface_vr2:
[10688]70 comment : "Lokaal Dev Netwerk"
[10685]71 interface : "vr2"
[10873]72 ip : "172.17.33.1/24"
[10685]73 desc : "LokaalDev"
74 sdesc : "2dev"
[10116]75 type : "eth"
[10685]76 dhcp : "10-20"
[10116]77 compass : "None"
78 status : "up"
79
[10701]80
Note: See TracBrowser for help on using the repository browser.