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

Last change on this file since 13251 was 13251, checked in by rick, 10 years ago

Add new incoming webcam service. While here do some re-ordering of entries.

File size: 2.8 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', 9092, '172.17.51.5', 80]
24- ['tcp', 9096, '172.17.13.66', 88]
25- ['tcp', 43389, '172.17.0.45', 3389]
26release : "9.0-RELEASE"
27service_accesspoint: True
28service_concentrator: False
29service_incoming_rdr: False
30service_proxy_ileiden: True
31service_proxy_normal: True
32status : "up"
33
34
35iface_ath0:
36 comment : "PA4040 voor Stationsweg"
37 ip : "172.17.88.1/24"
38 sdesc : "2apzo"
39 mode : "ap"
40 type : "11g"
41 channel : 1
42 ssid : "WiFi-Leiden-3"
43 wlan_mac : "00:1b:b1:00:ec:94"
44 dhcp : "10-240"
45 status : "up"
46
47
48iface_ue0:
49 comment : "Ap-zuidwest sectorantenne 120 graden kabel 3"
50 ip : "172.17.87.1/24"
51 sdesc : "2apzw"
52 mode : "ap"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "11"
56 ssid : "WiFi-Leiden-2"
57 dhcp : "10-240"
58 ns_ip : "172.17.87.2/24"
59 ns_mac : "dc:9f:db:0c:30:2a"
60 bridge_type: "RocketM2"
61 status : "up"
62
63
64iface_vr0:
65 comment : "Link naar VisitorCentre1 via switch bij voeding"
66 ip : "172.16.3.62/30"
67 sdesc : "2vc1"
68 type : "eth"
69 dhcp : False
70 status : "up"
71
72
73iface_vr0_alias0:
74 comment : "Uplink"
75 ip : "213.125.99.237/29"
76 sdesc : "uplink"
77 type : "eth"
78 dhcp : False
79 status : "up"
80
81
82iface_vr1:
83 comment : "Link naar Cope kabel 1"
84 ip : "172.16.7.57/29"
85 sdesc : "2zuid"
86 mode : "ap-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
89 channel : "136"
90 ssid : "il-z.visitorcentre2.wleiden.net"
91 dhcp : False
92 compass : "z"
93 ns_ip : "172.16.7.58/29"
94 ns_mac : "dc:9f:db:2e:0a:a6"
95 bridge_type: "NanoBridgeM5"
96 status : "up"
97
98
99iface_vr1_alias0:
100 comment : "Link naar Catwalk"
101 ip : "172.16.7.185/29"
102 sdesc : "2catwalk"
103 type : "eth"
104 dhcp : False
105 status : "up"
106
107
108iface_vr2:
109 comment : "Link naar Oost kabel 2"
110 ip : "172.16.6.161/29"
111 sdesc : "2oost"
112 mode : "ap-wds"
113 type : "eth"
114 channel : "52"
115 ssid : "il-o.visitorcentre2.wleiden.net"
116 dhcp : False
117 compass : "o"
118 ns_ip : "172.16.6.162/29"
119 ns_mac : "dc:9f:db:2e:0b:01"
120 bridge_type: "NanoBridgeM5"
121 status : "up"
122
123
Note: See TracBrowser for help on using the repository browser.