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

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

./tools/gformat.py cleanup

File size: 2.6 KB
RevLine 
[13384]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
[13548]5latitude : "52.16741"
[13384]6location : "De Kijker, , Leiden"
[13389]7longitude : "4.48229"
[13384]8masterip : "172.17.86.1"
9monitoring_group: "wleiden"
10nodename : "DeKijker"
11nodetype : "Hybrid"
12portal_sponsor: "Visitor Centre Leiden"
13portal_url: "http://portal.leiden.nl/"
[13389]14rdnap_x : 93091
15rdnap_y : 464747
[13384]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
[13548]24
[13384]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"
[13400]56 ip : "172.16.7.185/29"
[13384]57 sdesc : "2vc"
[13548]58 mode : "autogen-FIXME"
[13384]59 type : "eth"
60 extra_type : "eth2wifibridge"
61 channel : ""
62 ssid : "il-zzo.dekijker.wleiden.net"
63 dhcp : False
[13548]64 compass : "z"
[13400]65 ns_ip : "172.16.7.186"
[13384]66 ns_mac : "04:18:d6:ca:fd:bf"
[13395]67 bridge_type: "NanoStationM5"
[13384]68 status : "up"
69
[13548]70
[13400]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
[13548]79
[13384]80iface_vr1:
[13396]81 comment : "Link naar noordwest lijtweg2 kabel 1"
82 ip : "172.16.6.100/29"
83 sdesc : "2Lijtweg2"
[13384]84 mode : "ap-wds"
85 type : "eth"
86 extra_type : "eth2wifibridge"
87 channel : "64"
[13396]88 ssid : "il-z.lijtweg2.wleiden.net"
[13384]89 dhcp : False
[13548]90 compass : "n"
[13396]91 ns_ip : "172.16.6.99/29"
92 ns_mac : "04:18:d6:cc:09:4b"
[13395]93 bridge_type: "NanoStationM5"
[13384]94 status : "up"
95
96
97iface_vr2:
98 comment : "Link naar Geluidsnet1 kabel 2"
99 ip : "172.16.7.44/29"
[13395]100 sdesc : "2geluidsnet1"
101 mode : "station-wds"
[13384]102 type : "eth"
[13395]103 channel : "36"
104 ssid : "il-n.geluidsnet1.wleiden.net"
[13384]105 dhcp : False
106 compass : "zw"
107 ns_ip : "172.16.7.43/29"
[13395]108 ns_mac : "04:18:d6:ca:fe:b2"
109 bridge_type: "NanoStationM5"
[13384]110 status : "up"
111
112
Note: See TracBrowser for help on using the repository browser.