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

Last change on this file since 13266 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
RevLine 
[12170]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
[12474]5gateway : "213.125.99.233"
[12170]6latitude : "52.16580"
[12204]7location : "Visitor Centre Leiden Stadskant, Stationsweg 41, 2312AT Leiden"
[12170]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
[12548]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]
[13251]23- ['tcp', 9092, '172.17.51.5', 80]
24- ['tcp', 9096, '172.17.13.66', 88]
[12548]25- ['tcp', 43389, '172.17.0.45', 3389]
[12170]26release : "9.0-RELEASE"
27service_accesspoint: True
28service_concentrator: False
29service_incoming_rdr: False
[12241]30service_proxy_ileiden: True
31service_proxy_normal: True
[12223]32status : "up"
[12170]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
[13136]42 ssid : "WiFi-Leiden-3"
43 wlan_mac : "00:1b:b1:00:ec:94"
[12170]44 dhcp : "10-240"
45 status : "up"
46
47
48iface_ue0:
[12474]49 comment : "Ap-zuidwest sectorantenne 120 graden kabel 3"
[12170]50 ip : "172.17.87.1/24"
51 sdesc : "2apzw"
52 mode : "ap"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : "11"
[13136]56 ssid : "WiFi-Leiden-2"
[12170]57 dhcp : "10-240"
58 ns_ip : "172.17.87.2/24"
[12474]59 ns_mac : "dc:9f:db:0c:30:2a"
[12170]60 bridge_type: "RocketM2"
61 status : "up"
62
[12474]63
[12170]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
[12474]72
[12241]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
[12474]81
[12170]82iface_vr1:
[12376]83 comment : "Link naar Cope kabel 1"
[12170]84 ip : "172.16.7.57/29"
[12284]85 sdesc : "2zuid"
[12170]86 mode : "ap-wds"
87 type : "eth"
88 extra_type : "eth2wifibridge"
[12269]89 channel : "136"
[12170]90 ssid : "il-z.visitorcentre2.wleiden.net"
91 dhcp : False
92 compass : "z"
93 ns_ip : "172.16.7.58/29"
[12474]94 ns_mac : "dc:9f:db:2e:0a:a6"
[12196]95 bridge_type: "NanoBridgeM5"
[12248]96 status : "up"
[12170]97
[12474]98
[12376]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
[12474]107
[12170]108iface_vr2:
[13215]109 comment : "Link naar Oost kabel 2"
110 ip : "172.16.6.161/29"
111 sdesc : "2oost"
112 mode : "ap-wds"
[12170]113 type : "eth"
[13215]114 channel : "52"
115 ssid : "il-o.visitorcentre2.wleiden.net"
[12170]116 dhcp : False
117 compass : "o"
[13215]118 ns_ip : "172.16.6.162/29"
[12474]119 ns_mac : "dc:9f:db:2e:0b:01"
[12196]120 bridge_type: "NanoBridgeM5"
[12864]121 status : "up"
[12170]122
123
Note: See TracBrowser for help on using the repository browser.