source: genesis/nodes/HybridTEYBestuurscentrum/wleiden.yaml@ 12262

Last change on this file since 12262 was 12262, checked in by huub, 12 years ago

rdr regeltjes ivm webcam leeuwenhorst toegevoegd bij Rick2 en TEYBestuurscentrum

File size: 3.9 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6latitude : "52.22313"
7location : "Bestuurscentrum, Raadhuisplein 1, 2215MA, Voorhout"
8longitude : "4.48715"
9masterip : "172.17.89.1"
10gateway : "213.125.198.97"
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 : "teybestuurscentrum.gw.wleiden.net"
19rdr_rules :
20- ['tcp', 9080, '172.17.0.41', 80]
21- ['tcp', 9081, '172.17.0.42', 554]
22- ['tcp', 9082, '172.17.0.43', 554]
23- ['tcp', 9083, '172.17.0.44', 80]
24- ['tcp', 9084, '172.17.0.43', 80]
25- ['tcp', 9085, '172.17.0.42', 80]
26- ['tcp', 9086, '172.17.0.45', 21]
27- ['tcp', 9087, '172.17.0.45', 3389]
28- ['tcp', 9090, '172.17.2.67', 80]
29- ['tcp', 9091, '172.17.76.3', 88]
30release : "9.0-RELEASE"
31service_accesspoint: True
32service_concentrator: False
33service_incoming_rdr: False
34service_proxy_ileiden: True
35service_proxy_normal: True
36status : "up"
37
38iface_ath0:
39 comment : "Accesspoint oost"
40 ip : "172.17.91.1/24"
41 sdesc : "ap-0"
42 mode : "ap"
43 type : "11g"
44 channel : 11
45 ssid : "ap--Tey-Bestuurscentrum-oost"
46 dhcp : "10-250"
47 status : "up"
48
49iface_ue0:
50 comment : "Accesspoint zuidwest kabel 1"
51 ip : "172.17.89.1/24"
52 sdesc : "2ap-zw"
53 mode : "ap"
54 type : "eth"
55 extra_type : "eth2wifibridge"
56 channel : "6"
57 ssid : "ap-Tey-Bestuurscentrum-rhplein"
58 dhcp : "10-250"
59 compass : "zw"
60 ns_ip : "172.17.89.2/24"
61 ns_mac : "DC:9F:DB:36:1D:BC"
62 bridge_type: "NanoStationM2"
63 status : "up"
64
65iface_ue1:
66 comment : "Accesspoint noordwest kabel 2"
67 ip : "172.17.90.1/24"
68 sdesc : "2ap-nw"
69 mode : "ap"
70 type : "eth"
71 extra_type : "eth2wifibridge"
72 channel : "1"
73 ssid : "ap-Tey-Bestuurscentrum-station"
74 dhcp : "10-250"
75 compass : "nw"
76 ns_ip : "172.17.90.2/24"
77 ns_mac : "DC:9F:DB:36:1E:08"
78 bridge_type: "NanoStationM2"
79 status : "up"
80
81iface_vr0:
82 comment : "External Link kabel 8"
83 ip : "213.125.198.99/29"
84 sdesc : "2external"
85 type : "eth"
86 dhcp : False
87 status : "up"
88
89iface_vr1:
90 comment : "Link naar Leeuwenhorst via switch kabel 6"
91 ip : "172.16.6.140/29"
92 sdesc : "2leeuwnh"
93 mode : "station-wds"
94 type : "eth"
95 extra_type : "eth2wifibridge"
96 channel : "160"
97 ssid : "il-z.leeuwenhorst.wleiden.net"
98 dhcp : False
99 compass : "n"
100 ns_ip : "172.16.6.139/29"
101 ns_mac : "DC:9F:DB:E4:98:EB"
102 bridge_type: "Nanostation M5"
103 status : "up"
104
105iface_vr1_alias0:
106 comment : "Link naar oost via switch kabel 5"
107 ip : "172.16.7.73/29"
108 sdesc : "20"
109 mode : "ap-wds"
110 type : "eth"
111 extra_type : "eth2wifibridge"
112 channel : "60"
113 ssid : "il-o.teybestuurscentrum.wleiden.net"
114 dhcp : False
115 compass : "0"
116 ns_ip : "172.16.7.74/29"
117 ns_mac : "DC:9F:DB:E4:98:4F"
118 bridge_type: "NanostationM5"
119 status : "down"
120
121iface_vr2:
122 comment : "Link naar Lijtweg via switch kabel 4"
123 ip : "172.16.4.116/29"
124 sdesc : "2z"
125 mode : "station-wds"
126 type : "eth"
127 extra_type : "eth2wifibridge"
128 channel : "36"
129 ssid : "il-n.lijtweg1.wleiden.net"
130 dhcp : False
131 compass : "z"
132 ns_ip : "172.16.4.115/29"
133 ns_mac : "DC:9F:DB:E4:98:CE"
134 bridge_type: "NanoStationM5"
135 status : "up"
136
137iface_vr2_alias0:
138 comment : "Link naar zuidwest via switch kabel 3"
139 ip : "172.16.7.81/29"
140 sdesc : "2zw"
141 mode : "ap-wds"
142 type : "eth"
143 extra_type : "eth2wifibridge"
144 channel : "116"
145 ssid : "il-zw.teybestuurscentrum.wleiden.net"
146 dhcp : False
147 compass : "zw"
148 ns_ip : "172.16.7.82/29"
149 ns_mac : "DC:9F:DB:E4:99:CC"
150 bridge_type: "NanostationM5"
151 status : "down"
152
153
Note: See TracBrowser for help on using the repository browser.