source: genesis/nodes/ZHVC/wleiden.yaml@ 13806

Last change on this file since 13806 was 13806, checked in by huub, 8 years ago

aanvulling config ZHVC coordinaten en adresgegevens

File size: 1.4 KB
Line 
1# Genesis config yaml style
2# vim:ts=2:et:sw=2:ai
3#
4board : "ALIX2"
5comment : "None"
6height : "16"
7latitude : "52.161973"
8location : "ZHVC, Randweg Marine Vliegkamp, Valkenburg, Katwijk"
9longitude : "4.415256"
10masterip : "172.16.11.1"
11monitoring_group: "Katwijk"
12nodename : "ZHVC"
13nodetype : "Hybrid"
14rdnap_x : 88497
15rdnap_y : 464202
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 de buurt AR2413"
27 ip : "172.16.11.1/24"
28 sdesc : "omni"
29 mode : "ap"
30 type : "11g"
31 channel : 1
32 ssid : "WiFi-ZHVC"
33 wlan_mac : "00:80:48:67:e7:af"
34 dhcp : "10-250"
35 status : "up"
36
37iface_ath1:
38 comment : "Omni voor de buurt AR5413"
39 ip : "172.17.104.1/24"
40 sdesc : "omni"
41 mode : "ap"
42 type : "11a"
43 channel : 36
44 ssid : "WiFi-ZHVC-a"
45 wlan_mac : "00:0b:6b:20:dd:d3"
46 dhcp : "10-250"
47 status : "up"
48
49
50iface_vr0:
51 comment : "Naar HuygensN1"
52 ip : "172.16.7.164/29"
53 sdesc : "2huygensn1"
54 mode : "station-wds"
55 type : "eth"
56 extra_type : "eth2wifibridge"
57 channel : 104
58 ssid : "il-307.huygensn1.wleiden.net"
59 dhcp : False
60 compass : "o"
61 ns_ip : "172.16.7.163/29"
62 ns_mac : ""
63 bridge_type: "NanoStation5"
64 status : "up"
65
66
Note: See TracBrowser for help on using the repository browser.