source: genesis/nodes/HybridVisitorCentre1/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.1 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 Stationskant, Stationsweg 41, 2312AT Leiden"
8longitude : "4.48371"
9masterip : "172.17.86.1"
10monitoring_group: "wleiden"
11nodename : "VisitorCentre1"
12nodetype : "Hybrid"
13portal_sponsor: "Visitor Centre Leiden"
14portal_url: "http://portal.leiden.nl/"
15rdnap_x : 93186
16rdnap_y : 464567
17rdr_host : "213.125.99.236"
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]
36release : "9.0-RELEASE"
37service_accesspoint: True
38service_concentrator: False
39service_incoming_rdr: False
40service_proxy_ileiden: False
41service_proxy_normal: False
42status : "up"
43
44
45iface_ath0:
46 comment : "PA 5 GHz voor Stationsplein"
47 ip : "172.17.82.1/24"
48 sdesc : "2ap5GHz"
49 mode : "ap"
50 type : "11a"
51 channel : 52
52 ssid : "WiFi-Leiden-5Gtest"
53 wlan_mac : "00:1b:b1:02:bf:79"
54 dhcp : "10-240"
55 status : "up"
56
57
58iface_ue0:
59 comment : "Ap-noordwest sectorantenne 120 graden kabel 3 "
60 ip : "172.17.86.1/24"
61 sdesc : "2apnw"
62 mode : "ap"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "1"
66 ssid : "WiFi-Leiden-1"
67 dhcp : "10-240"
68 ns_ip : "172.17.86.2/24"
69 ns_mac : "dc:9f:db:0c:30:26"
70 bridge_type: "RocketM2"
71 status : "up"
72
73
74iface_vr0:
75 comment : "Link naar VisitorCentre2 via switch bij voeding kabel 4"
76 ip : "172.16.3.61/30"
77 sdesc : "2vc2"
78 type : "eth"
79 dhcp : False
80 status : "up"
81
82
83iface_vr0_alias0:
84 comment : "Uplink"
85 ip : "213.125.99.236/29"
86 sdesc : "uplink"
87 type : "eth"
88 dhcp : False
89 status : "up"
90
91
92iface_vr1:
93 comment : "Link naar Lebkov kabel 1 - .134 temponary AnyWi Webcam"
94 ip : "172.16.3.129/29"
95 sdesc : "2Lebkov"
96 mode : "ap-wds"
97 type : "eth"
98 extra_type : "eth2wifibridge"
99 channel : "64"
100 ssid : "il-nw.visitorcentre1.wleiden.net"
101 dhcp : False
102 compass : "nw"
103 ns_ip : "172.16.3.130/29"
104 ns_mac : "00:15:6d:70:54:a4"
105 bridge_type: "NanoStation 5"
106 status : "up"
107
108
109iface_vr2:
110 comment : "Link naar Geluidsnet1 kabel 2"
111 ip : "172.16.7.44/29"
112 sdesc : "2geluidsnet1"
113 mode : "ap-wds"
114 type : "eth"
115 channel : "100"
116 ssid : "il-zw.visitorcentre1.wleiden.net"
117 dhcp : False
118 compass : "zw"
119 ns_ip : "172.16.7.43/29"
120 ns_mac : "00:15:6d:70:4d:6c"
121 bridge_type: "NanoStation 5"
122 status : "up"
123
124
Note: See TracBrowser for help on using the repository browser.