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

Last change on this file since 13904 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

File size: 2.4 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:
[13571]55 comment : "Link naar Catwalk kabel 4"
[13400]56 ip : "172.16.7.185/29"
[13571]57 sdesc : "2catwlk"
58 mode : "ap-wds"
[13384]59 type : "eth"
60 extra_type : "eth2wifibridge"
[13571]61 channel : "136"
[13384]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
[13844]70
[13384]71iface_vr1:
[13583]72 comment : "Link naar noordwest TeyAkzoNobel2"
[13575]73 ip : "172.16.7.116/29"
[13583]74 sdesc : "2akzo2"
[13575]75 mode : "station-wds"
[13384]76 type : "eth"
77 extra_type : "eth2wifibridge"
78 channel : "64"
[13596]79 ssid : "il-zzw.teyakzonobel2.wleiden.net"
[13384]80 dhcp : False
[13548]81 compass : "n"
[13575]82 ns_ip : "172.16.7.115/29"
[13396]83 ns_mac : "04:18:d6:cc:09:4b"
[13395]84 bridge_type: "NanoStationM5"
[13384]85 status : "up"
86
87
88iface_vr2:
89 comment : "Link naar Geluidsnet1 kabel 2"
90 ip : "172.16.7.44/29"
[13395]91 sdesc : "2geluidsnet1"
92 mode : "station-wds"
[13384]93 type : "eth"
[13395]94 channel : "36"
95 ssid : "il-n.geluidsnet1.wleiden.net"
[13384]96 dhcp : False
97 compass : "zw"
98 ns_ip : "172.16.7.43/29"
[13395]99 ns_mac : "04:18:d6:ca:fe:b2"
100 bridge_type: "NanoStationM5"
[13384]101 status : "up"
102
103
Note: See TracBrowser for help on using the repository browser.