source: genesis/nodes/TEYBestuurscentrum/wleiden.yaml@ 14147

Last change on this file since 14147 was 13861, checked in by rick, 8 years ago

Make rdr_rules global for multi-access use.

Allowing them to be used at all exit-nodes, which could be usefull if one
exit-node is down and service still need to continue working.

File size: 3.8 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6gateway : "213.125.198.97"
7latitude : "52.22313"
8location : "Bestuurscentrum, Raadhuisplein 1, 2215MA, Voorhout"
9longitude : "4.48714"
10masterip : "172.17.89.1"
11monitoring_group: "teylingen"
12nodename : "TEYBestuurscentrum"
13nodetype : "Hybrid"
14portal_sponsor: "Gemeente Teylingen"
15portal_url: "http://www.teylingen.nl"
16rdnap_x : 93500
17rdnap_y : 470942
18rdr_host : "213.125.198.99"
19release : "9.0-RELEASE"
20remote_access: "213.125.198.99:22"
21service_accesspoint: True
22service_concentrator: False
23service_incoming_rdr: True
24service_proxy_ileiden: True
25service_proxy_normal: True
26serviceid : "172.31.254.17"
27status : "up"
28
29
30iface_ath0:
31 comment : "Accesspoint oost"
32 ip : "172.17.91.1/24"
33 sdesc : "ap-0"
34 mode : "ap"
35 type : "11g"
36 channel : 11
37 ssid : "WiFi-Teylingen"
38 dhcp : "10-250"
39 status : "up"
40
41
42iface_ue0:
43 comment : "Accesspoint zuidwest kabel 1"
44 ip : "172.17.89.1/24"
45 sdesc : "2ap-zw"
46 mode : "ap"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 channel : "6"
50 ssid : "WiFi Teylingen 3"
51 dhcp : "10-250"
52 compass : "zw"
53 ns_ip : "172.17.89.2/24"
54 ns_mac : "dc:9f:db:36:1d:bc"
55 bridge_type: "NanoStationM2"
56 status : "up"
57
58
59iface_ue1:
60 comment : "Accesspoint noordwest kabel 2"
61 ip : "172.17.90.1/24"
62 sdesc : "2ap-nw"
63 mode : "ap"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "1"
67 ssid : "WiFi Teylingen 2"
68 dhcp : "10-250"
69 compass : "nw"
70 ns_ip : "172.17.90.2/24"
71 ns_mac : "dc:9f:db:36:1e:08"
72 bridge_type: "NanoStationM2"
73 status : "up"
74
75
76iface_vr0:
77 comment : "External Link kabel 8"
78 ip : "213.125.198.99/29"
79 sdesc : "2external"
80 type : "eth"
81 dhcp : False
82 status : "up"
83
84
85iface_vr1:
86 comment : "Link naar Leeuwenhorst via switch kabel 6"
87 ip : "172.16.6.140/29"
88 sdesc : "2leeuwnh"
89 mode : "station-wds"
90 type : "eth"
91 extra_type : "eth2wifibridge"
92 channel : "140"
93 ssid : "il-z.leeuwenhorst.wleiden.net"
94 dhcp : False
95 compass : "n"
96 ns_ip : "172.16.6.139/29"
97 ns_mac : "dc:9f:db:e4:98:eb"
98 bridge_type: "Nanostation M5"
99 status : "up"
100
101
102iface_vr1_alias0:
103 comment : "Richting oost niet in gebruik via switch kabel 5"
104 ip : "172.16.7.73/29"
105 sdesc : "2oost"
106 mode : "ap-wds"
107 type : "eth"
108 extra_type : "eth2wifibridge"
109 channel : "104"
110 ssid : "il-o.bestuurscentrum.wleiden.net"
111 dhcp : False
112 compass : "0"
113 ns_ip : "172.16.7.74/29"
114 ns_mac : "dc:9f:db:e4:98:4f"
115 bridge_type: "NanostationM5"
116 status : "up"
117
118
119iface_vr2:
120 comment : "Link naar Lijtweg via switch kabel 4"
121 ip : "172.16.4.116/29"
122 sdesc : "2z"
123 mode : "station-wds"
124 type : "eth"
125 extra_type : "eth2wifibridge"
126 channel : "56"
127 ssid : "il-n.lijtweg1.wleiden.net"
128 dhcp : False
129 compass : "z"
130 ns_ip : "172.16.4.115/29"
131 ns_mac : "dc:9f:db:e4:98:ce"
132 bridge_type: "NanoStationM5"
133 status : "up"
134
135
136iface_vr2_alias0:
137 comment : "Link naar Bartholomeus via switch kabel 3"
138 ip : "172.16.7.81/29"
139 sdesc : "2zw"
140 mode : "ap-wds"
141 type : "eth"
142 extra_type : "eth2wifibridge"
143 channel : "116"
144 ssid : "il-zw.teybestuurscentrum.wleiden.net"
145 dhcp : False
146 compass : "zw"
147 ns_ip : "172.16.7.82/29"
148 ns_mac : "dc:9f:db:e4:99:cc"
149 bridge_type: "NanostationM5"
150 status : "up"
151
152
153iface_vr2_alias1:
154 comment : "Link naar JOP via switch kabel 3"
155 ip : "172.16.6.233/29"
156 sdesc : "2jop"
157 type : "eth"
158 ssid : "il-zw.teybestuurscentrum.wleiden.net"
159 dhcp : False
160 status : "up"
161
162
Note: See TracBrowser for help on using the repository browser.