source: genesis/nodes/VisitorCentre/wleiden.yaml@ 13441

Last change on this file since 13441 was 13400, checked in by huub, 9 years ago

link gemaakt van catwalk naar dekijker mogelijk later link catwalk naar nieuwe visitorcentre

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.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
58iface_ue0:
59 comment : "Ap-zuidwest sectorantenne 120 graden kabel 3"
60 ip : "172.17.87.1/24"
61 sdesc : "2apzw"
62 mode : "ap"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 channel : "11"
66 ssid : "WiFi-Leiden"
67 dhcp : "10-240"
68 ns_ip : "172.17.87.2/24"
69 ns_mac : "dc:9f:db:0c:30:2a"
70 bridge_type: "RocketM2"
71 status : "up"
72
73iface_vr0:
74 comment : "Link naar DeKijker"
75 ip : "172.16.5.188/29"
76 sdesc : "2kijker"
77 type : "eth"
78 extra_type : "eth2wifibridge"
79 channel : ""
80 ssid : "il-zzo.dekijker.wleiden.net"
81 dhcp : False
82 compass : "nnw"
83 ns_ip : "172.16.5.187"
84 ns_mac : ""
85 bridge_type: "NanoStation5M"
86 status : "up"
87
88iface_vr0_alias0:
89 comment : "Uplink"
90 ip : "213.125.99.237/29"
91 sdesc : "uplink"
92 type : "eth"
93 dhcp : False
94 status : "up"
95
96iface_vr1:
97 comment : "Link naar Cope kabel 1"
98 ip : "172.16.7.57/29"
99 sdesc : "2zuid"
100 mode : "ap-wds"
101 type : "eth"
102 extra_type : "eth2wifibridge"
103 channel : "136"
104 ssid : "il-z.visitorcentre2.wleiden.net"
105 dhcp : False
106 compass : "z"
107 ns_ip : "172.16.7.58/29"
108 ns_mac : "dc:9f:db:2e:0a:a6"
109 bridge_type: "NanoBridgeM5"
110 status : "up"
111
112iface_vr2:
113 comment : "Link naar Oost kabel 2"
114 ip : "172.16.6.161/29"
115 sdesc : "2oost"
116 mode : "ap-wds"
117 type : "eth"
118 channel : "52"
119 ssid : "il-o.visitorcentre2.wleiden.net"
120 dhcp : False
121 compass : "o"
122 ns_ip : "172.16.6.162/29"
123 ns_mac : "dc:9f:db:2e:0b:01"
124 bridge_type: "NanoBridgeM5"
125 status : "up"
126
127
Note: See TracBrowser for help on using the repository browser.