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

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

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

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