source: genesis/nodes/HybridRund/wleiden.yaml@ 10885

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

Handmatig(!) opruimen van alle conflict keys.

Related-To: nodefactory:ticket:218

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "172.17.160.66"
7ileiden : False
8latitude : "52.16114"
9location : "Dirk-Willem, Jan Vossensteeg/Rundermakt, 2312 WC, Leiden"
10longitude : "4.49224"
11masterip : "172.17.160.1"
12nodename : "Rund"
13nodetype : "Hybrid"
14rdnap_x : 93763
15rdnap_y : 464042
16rdr_host : "83.163.239.115"
17rdr_rules :
18- ['tcp', 9080, '172.17.0.41', 80]
19- ['tcp', 9081, '172.17.0.42', 554]
20- ['tcp', 9082, '172.17.0.43', 554]
21- ['tcp', 9083, '172.17.0.44', 80]
22release : "9.0-RELEASE"
23service_accesspoint: True
24service_incoming_rdr: True
25service_proxy_ileiden: False
26service_proxy_normal: False
27status : "up"
28
29
30iface_ath0:
31 comment : "Ap"
32 interface : "ath0"
33 ip : "172.17.161.1/24"
34 sdesc : "ap"
35 mode : "ap"
36 type : "11b"
37 channel : "3"
38 ssid : "ap-WirelessLeiden-Rund"
39 dhcp : "10-250"
40 compass : "None"
41 status : "up"
42
43
44iface_vr0:
45 comment : "Link to external interface"
46 interface : "vr0"
47 ip : "172.17.160.65/28"
48 sdesc : "2external"
49 type : "eth"
50 dhcp : False
51 compass : "None"
52 status : "up"
53
54
55iface_vr1:
56 comment : "Link naar Geluidsnet2"
57 interface : "vr1"
58 ip : "172.16.4.212/29"
59 sdesc : "2geluidsnet2"
60 mode : "station-wds"
61 type : "eth"
62 extra_type : "eth2wifibridge"
63 channel : "64"
64 ssid : "il-o.geluidsnet2.wleiden.net"
65 dhcp : False
66 compass : "w"
67 ns_ip : "172.16.4.211/29"
68 ns_mac : "00:27:22:8a:3d:a7"
69 status : "up"
70
71
72iface_vr2:
73 comment : "Link naar vosko2"
74 interface : "vr2"
75 ip : "172.16.17.156/29"
76 sdesc : "2vosko2"
77 mode : "station-wds"
78 type : "eth"
79 extra_type : "eth2wifibridge"
80 channel : "44"
81 ssid : "il-no.vosko2.wleiden.net"
82 dhcp : False
83 compass : "zw"
84 ns_ip : "172.16.17.155/29"
85 ns_mac : "00:27:22:10:d8:43"
86 status : "up"
87
88
Note: See TracBrowser for help on using the repository browser.