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

Last change on this file since 14317 was 14317, checked in by huub, 6 years ago

update 11.2

File size: 2.0 KB
RevLine 
[13974]1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "16"
7latitude : "52.20026"
[14022]8location : "Oude Vuurbaak, Voorstraat 46,2225 ER, Katwijk"
[13974]9longitude : "4.39105"
10masterip : "172.17.54.1"
11monitoring_group: "Katwijk"
12nodename : "KWVuurbaak"
13nodetype : "Hybrid"
14rdnap_x : 86899
15rdnap_y : 468484
[14317]16release : "11.2-RELEASE"
[13974]17service_accesspoint: True
18service_concentrator: False
19service_incoming_rdr: False
20service_proxy_ileiden: False
21service_proxy_normal: False
[13980]22status : "up"
[13974]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"
[13980]49 ssid : "il-315.huygensn1.wleiden.net"
[14022]50 channel : 122
[13974]51 dhcp : False
52 compass : "zo"
53 ns_ip : "172.17.0.75/29"
[14022]54 ns_mac : "dc:9f:db:f2:0c:56"
55 bridge_type: "NanoBridgeM5"
[13974]56 status : "up"
57
58iface_vr1:
[13980]59 comment : "unused to Leeuwenhorst"
[13974]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"
[14022]70 ns_mac : "00:0d:b9:2c:6a:41"
[13974]71 bridge_type: "NanoStationM5"
[13980]72 status : "down"
[13974]73
74iface_vr2:
[13980]75 comment : "5 GHz ap naar Strand"
[13974]76 ip : "172.17.62.1/24"
77 sdesc : "aps"
78 mode : "ap"
79 type : "eth"
80 extra_type : "eth2wifibridge"
[14022]81 ssid : "WiFi Katwijk"
82 channel : 44
[13974]83 dhcp : 10-250
[14022]84 compass : "n"
[13974]85 ns_ip : "172.17.62.2/24"
[14022]86 ns_mac : "24:a4:3c:0a:42:14"
[13980]87 bridge_type: "NanoStationM5"
[13974]88 status : "up"
Note: See TracBrowser for help on using the repository browser.