source: genesis/nodes/HybridWBRotary/wleiden.yaml@ 10884

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

Ruim er nog een paar op die we automatisch konden vinden.

While here; Comment begint met een hoofdletter.

Related-To beheer:ticket:218

File size: 2.9 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 desc : "Link naar Alphen"
51 sdesc : "2hwfortis"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "44"
56 ssid : "il-zo.wbrotary.wleiden.net"
57 dhcp : False
58 compass : "se"
59 ns_ip : "172.16.18.26/29"
60 ns_mac : "00:15:6d:8e:dc:be"
61 status : "down"
62
63
64iface_vr0:
65 comment : "Link naar Graficall"
66 interface : "vr0"
67 ip : "172.16.18.41/29"
68 desc : "Link naar Graficall, Leiderdorp"
69 sdesc : "2graficall"
70 mode : "station-wds"
71 type : "eth"
72 extra_type : "eth2wifibridge"
73 channel : "36"
74 ssid : "il-w.wbrotary.wleiden.net"
75 dhcp : False
76 compass : "w"
77 ns_ip : "172.16.18.42/29"
78 ns_mac : "00:27:22:10:34:c6"
79 status : "up"
80
81
82iface_vr1:
83 comment : "External GW is external site - via Bullet5 at 192.168.0.83"
84 interface : "vr1"
85 ip : "192.168.0.81/24"
86 desc : "Link naar Henk - external"
87 sdesc : "2external"
88 mode : "ap-wds"
89 type : "eth"
90 extra_type : "eth2wifibridge"
91 channel : "108"
92 ssid : "il-n.wbrotary.wleiden.net"
93 dhcp : False
94 dhcpclient : False
95 compass : "w"
96 ns_ip : "192.168.0.82/24"
97 ns_mac : "00:15:6d:8e:dd:81"
98 status : "up"
99
100
101iface_vr1_alias_0:
102 comment : "Link naar Henk"
103 interface : "vr1"
104 ip : "172.17.0.65/28"
105 sdesc : "2henk"
106 type : "eth"
107 dhcp : False
108 compass : "w"
109 status : "planned"
110
111
112iface_vr2:
113 comment : "Ap voor de buurt"
114 interface : "vr2"
115 ip : "172.25.56.1/24"
116 sdesc : "apwo"
117 mode : "ap"
118 type : "eth"
119 extra_type : "eth2wifibridge"
120 channel : "3"
121 ssid : "ap-woubrugge-rotarywo"
122 dhcp : "10-250"
123 compass : "None"
124 ns_ip : "172.25.56.2"
125 ns_mac : "00:15:6d:30:2a:5d"
126 status : "up"
127
128
Note: See TracBrowser for help on using the repository browser.