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

Last change on this file since 13548 was 13548, checked in by rick, 9 years ago

./tools/gformat.py cleanup

File size: 2.6 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5latitude : "52.16741"
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
24
25iface_ath0:
26 comment : "PA 5 GHz voor Stationsplein"
27 ip : "172.17.82.1/24"
28 sdesc : "2ap5GHz"
29 mode : "ap"
30 type : "11a"
31 channel : 52
32 ssid : "WiFi-Leiden"
33 wlan_mac : "00:1b:b1:02:bf:79"
34 dhcp : "10-240"
35 status : "up"
36
37
38iface_ue0:
39 comment : "Ap-west sectorantenne 120 graden kabel 3 "
40 ip : "172.17.86.1/24"
41 sdesc : "2apw"
42 mode : "ap"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : "1"
46 ssid : "WiFi-Leiden"
47 dhcp : "10-240"
48 ns_ip : "172.17.86.2/24"
49 ns_mac : "dc:9f:db:0c:30:26"
50 bridge_type: "RocketM2"
51 status : "up"
52
53
54iface_vr0:
55 comment : "Link naar VisitorCentre kabel 4"
56 ip : "172.16.7.185/29"
57 sdesc : "2vc"
58 mode : "autogen-FIXME"
59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : ""
62 ssid : "il-zzo.dekijker.wleiden.net"
63 dhcp : False
64 compass : "z"
65 ns_ip : "172.16.7.186"
66 ns_mac : "04:18:d6:ca:fd:bf"
67 bridge_type: "NanoStationM5"
68 status : "up"
69
70
71iface_vr0_alias0:
72 comment : "Interlink naar Catwalk"
73 ip : "172.16.5.185/29"
74 sdesc : "2catwalk"
75 type : "eth"
76 dhcp : False
77 status : "up"
78
79
80iface_vr1:
81 comment : "Link naar noordwest lijtweg2 kabel 1"
82 ip : "172.16.6.100/29"
83 sdesc : "2Lijtweg2"
84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "64"
88 ssid : "il-z.lijtweg2.wleiden.net"
89 dhcp : False
90 compass : "n"
91 ns_ip : "172.16.6.99/29"
92 ns_mac : "04:18:d6:cc:09:4b"
93 bridge_type: "NanoStationM5"
94 status : "up"
95
96
97iface_vr2:
98 comment : "Link naar Geluidsnet1 kabel 2"
99 ip : "172.16.7.44/29"
100 sdesc : "2geluidsnet1"
101 mode : "station-wds"
102 type : "eth"
103 channel : "36"
104 ssid : "il-n.geluidsnet1.wleiden.net"
105 dhcp : False
106 compass : "zw"
107 ns_ip : "172.16.7.43/29"
108 ns_mac : "04:18:d6:ca:fe:b2"
109 bridge_type: "NanoStationM5"
110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.