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

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

extra interface voor link naar hangar op ZHVC

File size: 1.6 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
24iface_ath0:
25 comment : "Omni voor de buurt AR2413"
26 ip : "172.16.11.1/24"
27 sdesc : "omni"
28 mode : "ap"
29 type : "11g"
30 channel : 1
31 ssid : "WiFi-ZHVC-b"
32 wlan_mac : "00:80:48:67:e7:af"
33 dhcp : "10-250"
34 status : "up"
35
36iface_ath1:
37 comment : "Omni voor de buurt AR5413"
38 ip : "172.17.104.1/24"
39 sdesc : "omni"
40 mode : "ap"
41 type : "11a"
42 channel : 36
43 ssid : "WiFi-ZHVC-a"
44 wlan_mac : "00:0b:6b:20:dd:d3"
45 dhcp : "10-250"
46 status : "up"
47
48iface_vr0:
49 comment : "Naar HuygensN1"
50 ip : "172.16.7.164/29"
51 sdesc : "2huygensn1"
52 mode : "station-wds"
53 type : "eth"
54 extra_type : "eth2wifibridge"
55 channel : 104
56 ssid : "il-307.huygensn1.wleiden.net"
57 dhcp : False
58 compass : "o"
59 ns_ip : "172.16.7.163/29"
60 ns_mac : ""
61 bridge_type: "NanoStation5"
62 status : "up"
63
64iface_vr0_alias0:
65 comment : "Naar Hangar"
66 ip : "172.16.7.169/29"
67 sdesc : "2hangar"
68 type : "eth"
69 dhcp : False
70 status : "up"
71
72
Note: See TracBrowser for help on using the repository browser.