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

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

configuratie nieuwe node van de Vliegclub

File size: 1.1 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, , , Katwijk"
9longitude : "4.415256"
10masterip : "172.16.11.1"
11monitoring_group: "Katwijk"
12nodename : "ZHVC"
13nodetype : "Hybrid"
14rdnap_x : 88843
15rdnap_y : 466945
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"
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 : ""
34 dhcp : "10-250"
35 status : "up"
36
37
38iface_vr0:
39 comment : "Naar HuygensN1"
40 ip : "172.16.7.164/29"
41 sdesc : "2huygensn1"
42 mode : "station-wds"
43 type : "eth"
44 extra_type : "eth2wifibridge"
45 channel : 104
46 ssid : "il-307.huygensn1.wleiden.net"
47 dhcp : False
48 compass : "o"
49 ns_ip : "172.16.7.163/29"
50 ns_mac : ""
51 bridge_type: "NanoStation5"
52 status : "up"
53
54
Note: See TracBrowser for help on using the repository browser.