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

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

Make the interface keys wat meer standaard.

File size: 1.7 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 interface : "ath0"
33 ip : "172.17.28.1/26"
34 desc : "Internal Wireless"
35 sdesc : "binnen"
36 mode : "ap"
37 type : "11b"
38 channel : "1"
39 ssid : "ap-WirelessLeiden-Henk"
40 dhcp : "10-60"
41 compass : "None"
42 status : "up"
43
44
45iface_vr0:
46 comment : "Link to external interface"
47 interface : "vr0"
48 ip : "0.0.0.0/30"
49 desc : "External Link"
50 sdesc : "2external"
51 type : "eth"
52 dhcp : False
53 dhcpclient : True
54 compass : "None"
55 status : "up"
56
57
58iface_vr1:
59 comment : "Link naar WBRotary"
60 interface : "vr1"
61 ip : "172.17.0.68/28"
62 desc : "Link naar WBRotary"
63 sdesc : "2wbrotary"
64 type : "eth"
65 dhcp : False
66 compass : "None"
67 status : "up"
68
69
70iface_vr2:
71 comment : "Lokaal Dev Netwerk"
72 interface : "vr2"
73 ip : "172.17.33.1/24"
74 desc : "LokaalDev"
75 sdesc : "2dev"
76 type : "eth"
77 dhcp : "10-20"
78 compass : "None"
79 status : "up"
80
81
Note: See TracBrowser for help on using the repository browser.