source: genesis/nodes/HybridVisitorCentre2/wleiden.yaml@ 13306

Last change on this file since 13306 was 13306, checked in by rick, 9 years ago

Temponary disable internet at broken locations

File size: 3.2 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5gateway : "213.125.99.233"
6latitude : "52.16580"
7location : "Visitor Centre Leiden Stadskant, Stationsweg 41, 2312AT Leiden"
8longitude : "4.48371"
9masterip : "172.17.87.1"
10monitoring_group: "wleiden"
11nodename : "VisitorCentre2"
12nodetype : "Hybrid"
13portal_sponsor: "Visitor Centre Leiden"
14portal_url: "http://portal.leiden.nl/"
15rdnap_x : 93186
16rdnap_y : 464567
17rdr_host : "213.125.99.237"
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]
23- ['tcp', 9084, '172.17.0.43', 80]
24- ['tcp', 9085, '172.17.0.42', 80]
25- ['tcp', 9086, '172.17.0.45', 21]
26- ['tcp', 9087, '172.17.0.45', 3389]
27- ['tcp', 9090, '172.17.2.67', 80]
28- ['tcp', 9091, '172.16.9.237', 88]
29- ['tcp', 9092, '172.17.51.5', 80]
30- ['tcp', 9093, '172.16.3.142', 8080]
31- ['tcp', 9094, '172.17.20.5', 80]
32- ['tcp', 9095, '172.17.20.5', 554]
33- ['tcp', 9096, '172.17.13.66', 88]
34- ['tcp', 9097, '172.16.3.190', 8080]
35- ['tcp', 9098, '172.16.3.134', 8080]
36- ['tcp', 43389, '172.17.0.45', 3389]
37release : "9.0-RELEASE"
38service_accesspoint: True
39service_concentrator: False
40service_incoming_rdr: False
41service_proxy_ileiden: False
42service_proxy_normal: False
43status : "up"
44
45
46iface_ath0:
47 comment : "PA4040 voor Stationsweg"
48 ip : "172.17.88.1/24"
49 sdesc : "2apzo"
50 mode : "ap"
51 type : "11g"
52 channel : 1
53 ssid : "WiFi-Leiden-3"
54 wlan_mac : "00:1b:b1:00:ec:94"
55 dhcp : "10-240"
56 status : "up"
57
58
59iface_ue0:
60 comment : "Ap-zuidwest sectorantenne 120 graden kabel 3"
61 ip : "172.17.87.1/24"
62 sdesc : "2apzw"
63 mode : "ap"
64 type : "eth"
65 extra_type : "eth2wifibridge"
66 channel : "11"
67 ssid : "WiFi-Leiden-2"
68 dhcp : "10-240"
69 ns_ip : "172.17.87.2/24"
70 ns_mac : "dc:9f:db:0c:30:2a"
71 bridge_type: "RocketM2"
72 status : "up"
73
74
75iface_vr0:
76 comment : "Link naar VisitorCentre1 via switch bij voeding"
77 ip : "172.16.3.62/30"
78 sdesc : "2vc1"
79 type : "eth"
80 dhcp : False
81 status : "up"
82
83
84iface_vr0_alias0:
85 comment : "Uplink"
86 ip : "213.125.99.237/29"
87 sdesc : "uplink"
88 type : "eth"
89 dhcp : False
90 status : "up"
91
92
93iface_vr1:
94 comment : "Link naar Cope kabel 1"
95 ip : "172.16.7.57/29"
96 sdesc : "2zuid"
97 mode : "ap-wds"
98 type : "eth"
99 extra_type : "eth2wifibridge"
100 channel : "136"
101 ssid : "il-z.visitorcentre2.wleiden.net"
102 dhcp : False
103 compass : "z"
104 ns_ip : "172.16.7.58/29"
105 ns_mac : "dc:9f:db:2e:0a:a6"
106 bridge_type: "NanoBridgeM5"
107 status : "up"
108
109
110iface_vr1_alias0:
111 comment : "Link naar Catwalk"
112 ip : "172.16.7.185/29"
113 sdesc : "2catwalk"
114 type : "eth"
115 dhcp : False
116 status : "up"
117
118
119iface_vr2:
120 comment : "Link naar Oost kabel 2"
121 ip : "172.16.6.161/29"
122 sdesc : "2oost"
123 mode : "ap-wds"
124 type : "eth"
125 channel : "52"
126 ssid : "il-o.visitorcentre2.wleiden.net"
127 dhcp : False
128 compass : "o"
129 ns_ip : "172.16.6.162/29"
130 ns_mac : "dc:9f:db:2e:0b:01"
131 bridge_type: "NanoBridgeM5"
132 status : "up"
133
134
Note: See TracBrowser for help on using the repository browser.