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

Last change on this file since 14394 was 13844, checked in by rick, 8 years ago

gformat.py cleanup - cosmetic changes to sync all config files

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