source: genesis/nodes/DeKijker/wleiden.yaml@ 13435

Last change on this file since 13435 was 13400, checked in by huub, 10 years ago

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

File size: 2.5 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.16740"
6location : "De Kijker, , Leiden"
7longitude : "4.48229"
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 : 93091
15rdnap_y : 464747
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.7.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.7.186"
64 ns_mac : "04:18:d6:ca:fd:bf"
65 bridge_type: "NanoStationM5"
66 status : "up"
67
68iface_vr0_alias0:
69 comment : "Interlink naar Catwalk"
70 ip : "172.16.5.185/29"
71 sdesc : "2catwalk"
72 type : "eth"
73 dhcp : False
74 status : "up"
75
76iface_vr1:
77 comment : "Link naar noordwest lijtweg2 kabel 1"
78 ip : "172.16.6.100/29"
79 sdesc : "2Lijtweg2"
80 mode : "ap-wds"
81 type : "eth"
82 extra_type : "eth2wifibridge"
83 channel : "64"
84 ssid : "il-z.lijtweg2.wleiden.net"
85 dhcp : False
86 compass : "nw"
87 ns_ip : "172.16.6.99/29"
88 ns_mac : "04:18:d6:cc:09:4b"
89 bridge_type: "NanoStationM5"
90 status : "up"
91
92
93iface_vr2:
94 comment : "Link naar Geluidsnet1 kabel 2"
95 ip : "172.16.7.44/29"
96 sdesc : "2geluidsnet1"
97 mode : "station-wds"
98 type : "eth"
99 channel : "36"
100 ssid : "il-n.geluidsnet1.wleiden.net"
101 dhcp : False
102 compass : "zw"
103 ns_ip : "172.16.7.43/29"
104 ns_mac : "04:18:d6:ca:fe:b2"
105 bridge_type: "NanoStationM5"
106 status : "up"
107
108
Note: See TracBrowser for help on using the repository browser.