source: genesis/nodes/HybridVisitorCentre1/wleiden.yaml@ 13259

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

Temponary AnyWi webcam links. Solution will be made final after 6 weeks (since
solution and links will be flapping, due to lack of power on site).

File size: 2.5 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"
18release : "9.0-RELEASE"
19service_accesspoint: True
20service_concentrator: False
21service_incoming_rdr: False
22service_proxy_ileiden: True
23service_proxy_normal: True
24status : "up"
25
26
27iface_ath0:
28 comment : "PA 5 GHz voor Stationsplein"
29 ip : "172.17.82.1/24"
30 sdesc : "2ap5GHz"
31 mode : "ap"
32 type : "11a"
33 channel : 52
34 ssid : "WiFi-Leiden-5Gtest"
35 wlan_mac : "00:1b:b1:02:bf:79"
36 dhcp : "10-240"
37 status : "up"
38
39
40iface_ue0:
41 comment : "Ap-noordwest sectorantenne 120 graden kabel 3 "
42 ip : "172.17.86.1/24"
43 sdesc : "2apnw"
44 mode : "ap"
45 type : "eth"
46 extra_type : "eth2wifibridge"
47 channel : "1"
48 ssid : "WiFi-Leiden-1"
49 dhcp : "10-240"
50 ns_ip : "172.17.86.2/24"
51 ns_mac : "dc:9f:db:0c:30:26"
52 bridge_type: "RocketM2"
53 status : "up"
54
55
56iface_vr0:
57 comment : "Link naar VisitorCentre2 via switch bij voeding kabel 4"
58 ip : "172.16.3.61/30"
59 sdesc : "2vc2"
60 type : "eth"
61 dhcp : False
62 status : "up"
63
64
65iface_vr0_alias0:
66 comment : "Uplink"
67 ip : "213.125.99.236/29"
68 sdesc : "uplink"
69 type : "eth"
70 dhcp : False
71 status : "up"
72
73
74iface_vr1:
75 comment : "Link naar Lebkov kabel 1 - .134 temponary AnyWi Webcam"
76 ip : "172.16.3.129/29"
77 sdesc : "2Lebkov"
78 mode : "ap-wds"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 channel : "64"
82 ssid : "il-nw.visitorcentre1.wleiden.net"
83 dhcp : False
84 compass : "nw"
85 ns_ip : "172.16.3.130/29"
86 ns_mac : "00:15:6d:70:54:a4"
87 bridge_type: "NanoStation 5"
88 status : "up"
89
90
91iface_vr2:
92 comment : "Link naar Geluidsnet1 kabel 2"
93 ip : "172.16.7.44/29"
94 sdesc : "2geluidsnet1"
95 mode : "ap-wds"
96 type : "eth"
97 channel : "100"
98 ssid : "il-zw.visitorcentre1.wleiden.net"
99 dhcp : False
100 compass : "zw"
101 ns_ip : "172.16.7.43/29"
102 ns_mac : "00:15:6d:70:4d:6c"
103 bridge_type: "NanoStation 5"
104 status : "up"
105
106
Note: See TracBrowser for help on using the repository browser.