source: genesis/nodes/HybridWBRotary/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.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6externalif: "vr1"
7gateway : "192.168.0.225"
8ileiden : True
9latitude : "52.16707"
10location : "NH Kerk, Comriekade 7, 2481 AD, Woubrugge"
11longitude : "4.63817"
12masterip : "172.25.52.1"
13nodename : "WBRotary"
14nodetype : "Hybrid"
15rdnap_x : 103755
16rdnap_y : 464588
17rdr_host : "94.209.113.8"
18rdr_rules :
19- ['tcp', 9080, '172.17.0.41', 80]
20- ['tcp', 9081, '172.17.0.42', 554]
21- ['tcp', 9082, '172.17.0.43', 554]
22- ['tcp', 9083, '172.17.0.44', 80]
23release : "9.0-RELEASE"
24remote_access: ""
25service_accesspoint: True
26service_incoming_rdr: True
27service_proxy_ileiden: True
28service_proxy_normal: True
29status : "up"
30
31
32iface_ath0:
33 comment : "Ap voor de buurt"
34 interface : "ath0"
35 ip : "172.25.52.1/24"
36 sdesc : "apnz"
37 mode : "ap"
38 type : "11b"
39 channel : "8"
40 ssid : "ap-woubrugge-rotarynz"
41 dhcp : "10-250"
42 compass : "None"
43 status : "up"
44
45
46iface_ue0:
47 comment : "Link naar Alphen HW Fortis"
48 interface : "ue0"
49 ip : "172.16.18.25/29"
50 sdesc : "2hwfortis"
51 mode : "station-wds"
52 type : "eth"
53 extra_type : "eth2wifibridge"
54 channel : "44"
55 ssid : "il-zo.wbrotary.wleiden.net"
56 dhcp : False
57 compass : "se"
58 ns_ip : "172.16.18.26/29"
59 ns_mac : "00:15:6d:8e:dc:be"
60 status : "down"
61
62
63iface_vr0:
64 comment : "Link naar Graficall, Leiderdorp"
65 interface : "vr0"
66 ip : "172.16.18.41/29"
67 sdesc : "2graficall"
68 mode : "station-wds"
69 type : "eth"
70 extra_type : "eth2wifibridge"
71 channel : "36"
72 ssid : "il-w.wbrotary.wleiden.net"
73 dhcp : False
74 compass : "w"
75 ns_ip : "172.16.18.42/29"
76 ns_mac : "00:27:22:10:34:c6"
77 status : "up"
78
79
80iface_vr1:
81 comment : "External GW is external site - via Bullet5 at 192.168.0.83"
82 interface : "vr1"
83 ip : "192.168.0.81/24"
84 sdesc : "2external"
85 mode : "ap-wds"
86 type : "eth"
87 extra_type : "eth2wifibridge"
88 channel : "108"
89 ssid : "il-n.wbrotary.wleiden.net"
90 dhcp : False
91 dhcpclient : False
92 compass : "w"
93 ns_ip : "192.168.0.82/24"
94 ns_mac : "00:15:6d:8e:dd:81"
95 status : "up"
96
97
98iface_vr1_alias_0:
99 comment : "Link naar Henk"
100 interface : "vr1"
101 ip : "172.17.0.65/28"
102 sdesc : "2henk"
103 type : "eth"
104 dhcp : False
105 compass : "w"
106 status : "planned"
107
108
109iface_vr2:
110 comment : "Ap voor de buurt"
111 interface : "vr2"
112 ip : "172.25.56.1/24"
113 sdesc : "apwo"
114 mode : "ap"
115 type : "eth"
116 extra_type : "eth2wifibridge"
117 channel : "3"
118 ssid : "ap-woubrugge-rotarywo"
119 dhcp : "10-250"
120 compass : "None"
121 ns_ip : "172.25.56.2"
122 ns_mac : "00:15:6d:30:2a:5d"
123 status : "up"
124
125
Note: See TracBrowser for help on using the repository browser.