source: genesis/nodes/KWVuurbaak/wleiden.yaml@ 14220

Last change on this file since 14220 was 14022, checked in by huub, 7 years ago

aanvulling config Vuurbaak

File size: 2.0 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "16"
7latitude : "52.20026"
8location : "Oude Vuurbaak, Voorstraat 46,2225 ER, Katwijk"
9longitude : "4.39105"
10masterip : "172.17.54.1"
11monitoring_group: "Katwijk"
12nodename : "KWVuurbaak"
13nodetype : "Hybrid"
14rdnap_x : 86899
15rdnap_y : 468484
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 : "Omni voor lokaal"
27 ip : "172.17.54.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "WiFi-Katwijk"
33 dhcp : "10-250"
34 status : "up"
35
36iface_ue0:
37 comment : "LoRa gateway"
38 ip : "172.17.0.97/29"
39 type : "eth"
40 status : "up"
41
42iface_vr0:
43 comment : "naar HuygensN1"
44 ip : "172.17.0.76/29"
45 sdesc : "2huygens"
46 mode : "station-wds"
47 type : "eth"
48 extra_type : "eth2wifibridge"
49 ssid : "il-315.huygensn1.wleiden.net"
50 channel : 122
51 dhcp : False
52 compass : "zo"
53 ns_ip : "172.17.0.75/29"
54 ns_mac : "dc:9f:db:f2:0c:56"
55 bridge_type: "NanoBridgeM5"
56 status : "up"
57
58iface_vr1:
59 comment : "unused to Leeuwenhorst"
60 ip : "172.17.0.89/29"
61 sdesc : "2lh"
62 mode : "ap-wds"
63 type : "eth"
64 extra_type : "eth2wifibridge"
65 ssid : "il-no.vuurbaak.wleiden.net"
66 channel : 36
67 dhcp : False
68 compass : "no"
69 ns_ip : "172.17.0.90/29"
70 ns_mac : "00:0d:b9:2c:6a:41"
71 bridge_type: "NanoStationM5"
72 status : "down"
73
74iface_vr2:
75 comment : "5 GHz ap naar Strand"
76 ip : "172.17.62.1/24"
77 sdesc : "aps"
78 mode : "ap"
79 type : "eth"
80 extra_type : "eth2wifibridge"
81 ssid : "WiFi Katwijk"
82 channel : 44
83 dhcp : 10-250
84 compass : "n"
85 ns_ip : "172.17.62.2/24"
86 ns_mac : "24:a4:3c:0a:42:14"
87 bridge_type: "NanoStationM5"
88 status : "up"
Note: See TracBrowser for help on using the repository browser.