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