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

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

Denk je net alles gehad te hebben, komt er iemand die UDP wilt ;-).

Tevens de reeds bekende redirects in de config files gezet.

Related-To: nodefactory#152

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