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

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

Gooi een heel stapel windrichtingen weg, die toch niets betekenen. Compass op
een interne etherlink bijvoorbeeld of een OMNI.

File size: 1.4 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 status : "up"
40
41
42iface_vr0:
43 comment : "Link to external interface"
44 ip : "0.0.0.0/30"
45 sdesc : "2external"
46 type : "eth"
47 dhcp : "client"
48 status : "up"
49
50
51iface_vr1:
52 comment : "Link naar WBRotary"
53 ip : "172.17.0.68/28"
54 sdesc : "2wbrotary"
55 type : "eth"
56 dhcp : False
57 status : "up"
58
59
60iface_vr2:
61 comment : "Lokaal Dev Netwerk"
62 ip : "172.17.33.1/24"
63 sdesc : "2dev"
64 type : "eth"
65 dhcp : "10-20"
66 status : "up"
67
68
Note: See TracBrowser for help on using the repository browser.