source: genesis/nodes/HybridVisitorCentre/wleiden.yaml@ 13395

Last change on this file since 13395 was 13389, checked in by huub, 9 years ago

visitorcentre2 is nu visitorcentre en de coordinaten zijn aangepast, node is vooralsnog down dwz nog niet gebouwd op de nieuwe locatie Stationsweg 26

File size: 3.4 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.16476"
7location : "Visitor Centre Leiden, Stationsweg 26, 2312AT Leiden"
8longitude : "4.48388"
9masterip : "172.17.87.1"
10monitoring_group: "wleiden"
11nodename : "VisitorCentre"
12nodetype : "Hybrid"
13portal_sponsor: "Visitor Centre Leiden"
14portal_url: "http://portal.leiden.nl/"
15rdnap_x : 93196
16rdnap_y : 464451
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: True
41service_proxy_ileiden: True
42service_proxy_normal: True
43status : "down"
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"
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"
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 DeKijker"
77 ip : "172.16.5.188/29"
78 sdesc : "2kijker"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : ""
82 ssid : "il-zzo.dekijker.wleiden.net"
83 dhcp : False
84 compass : "nnw"
85 ns_ip : "172.16.5.187"
86 ns_mac : ""
87 bridge_type: "NanoStation5M"
88 status : "up"
89
90
91iface_vr0_alias0:
92 comment : "Uplink"
93 ip : "213.125.99.237/29"
94 sdesc : "uplink"
95 type : "eth"
96 dhcp : False
97 status : "up"
98
99
100iface_vr1:
101 comment : "Link naar Cope kabel 1"
102 ip : "172.16.7.57/29"
103 sdesc : "2zuid"
104 mode : "ap-wds"
105 type : "eth"
106 extra_type : "eth2wifibridge"
107 channel : "136"
108 ssid : "il-z.visitorcentre2.wleiden.net"
109 dhcp : False
110 compass : "z"
111 ns_ip : "172.16.7.58/29"
112 ns_mac : "dc:9f:db:2e:0a:a6"
113 bridge_type: "NanoBridgeM5"
114 status : "up"
115
116
117iface_vr1_alias0:
118 comment : "Link naar Catwalk"
119 ip : "172.16.7.185/29"
120 sdesc : "2catwalk"
121 type : "eth"
122 dhcp : False
123 status : "up"
124
125
126iface_vr2:
127 comment : "Link naar Oost kabel 2"
128 ip : "172.16.6.161/29"
129 sdesc : "2oost"
130 mode : "ap-wds"
131 type : "eth"
132 channel : "52"
133 ssid : "il-o.visitorcentre2.wleiden.net"
134 dhcp : False
135 compass : "o"
136 ns_ip : "172.16.6.162/29"
137 ns_mac : "dc:9f:db:2e:0b:01"
138 bridge_type: "NanoBridgeM5"
139 status : "up"
140
141
Note: See TracBrowser for help on using the repository browser.