source: genesis/nodes/HybridDeKijker/wleiden.yaml@ 13384

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

visitorcentre1 is nu dekijker

File size: 2.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.16762"
6location : "De Kijker, , Leiden"
7longitude : "4.482533"
8masterip : "172.17.86.1"
9monitoring_group: "wleiden"
10nodename : "DeKijker"
11nodetype : "Hybrid"
12portal_sponsor: "Visitor Centre Leiden"
13portal_url: "http://portal.leiden.nl/"
14rdnap_x : 93186
15rdnap_y : 464567
16release : "9.0-RELEASE"
17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
22status : "up"
23
24iface_ath0:
25 comment : "PA 5 GHz voor Stationsplein"
26 ip : "172.17.82.1/24"
27 sdesc : "2ap5GHz"
28 mode : "ap"
29 type : "11a"
30 channel : 52
31 ssid : "WiFi-Leiden"
32 wlan_mac : "00:1b:b1:02:bf:79"
33 dhcp : "10-240"
34 status : "up"
35
36
37iface_ue0:
38 comment : "Ap-west sectorantenne 120 graden kabel 3 "
39 ip : "172.17.86.1/24"
40 sdesc : "2apw"
41 mode : "ap"
42 type : "eth"
43 extra_type : "eth2wifibridge"
44 channel : "1"
45 ssid : "WiFi-Leiden"
46 dhcp : "10-240"
47 ns_ip : "172.17.86.2/24"
48 ns_mac : "dc:9f:db:0c:30:26"
49 bridge_type: "RocketM2"
50 status : "up"
51
52
53iface_vr0:
54 comment : "Link naar VisitorCentre kabel 4"
55 ip : "172.16.5.185/29"
56 sdesc : "2vc"
57 type : "eth"
58 extra_type : "eth2wifibridge"
59 channel : ""
60 ssid : "il-zzo.dekijker.wleiden.net"
61 dhcp : False
62 compass : "zzo"
63 ns_ip : "172.16.5.186"
64 ns_mac : "04:18:d6:ca:fd:bf"
65 bridge_type: "NanoStation5M"
66 status : "up"
67
68iface_vr1:
69 comment : "Link naar Lebkov kabel 1 - .134 temponary AnyWi Webcam"
70 ip : "172.16.3.129/29"
71 sdesc : "2Lebkov"
72 mode : "ap-wds"
73 type : "eth"
74 extra_type : "eth2wifibridge"
75 channel : "64"
76 ssid : "il-nw.visitorcentre1.wleiden.net"
77 dhcp : False
78 compass : "nw"
79 ns_ip : "172.16.3.130/29"
80 ns_mac : "00:15:6d:70:54:a4"
81 bridge_type: "NanoStation5M"
82 status : "up"
83
84
85iface_vr2:
86 comment : "Link naar Geluidsnet1 kabel 2"
87 ip : "172.16.7.44/29"
88 sdesc : "2dekijker"
89 mode : "ap-wds"
90 type : "eth"
91 channel : "100"
92 ssid : "il-zw.visitorcentre1.wleiden.net"
93 dhcp : False
94 compass : "zw"
95 ns_ip : "172.16.7.43/29"
96 ns_mac : "00:15:6d:70:4d:6c"
97 bridge_type: "NanoStation5M"
98 status : "up"
99
100
Note: See TracBrowser for help on using the repository browser.