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

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

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

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
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-b"
33 wlan_mac : "00:80:48:67:e7:af"
34 dhcp : "10-250"
35 status : "up"
36
37
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"
44 channel : 44
45 ssid : "WiFi-ZHVC-a"
46 wlan_mac : "00:0b:6b:20:dd:d3"
47 dhcp : "10-250"
48 status : "up"
49
50
51iface_vr0:
52 comment : "Naar HuygensZ"
53 ip : "172.16.7.164/29"
54 sdesc : "2huygensz"
55 mode : "station-wds"
56 type : "eth"
57 extra_type : "eth2wifibridge"
58 channel : 104
59 ssid : "il-116.huygensz.wleiden.net"
60 dhcp : False
61 compass : "o"
62 ns_ip : "172.16.7.163/29"
63 ns_mac : "00:15:6d:70:4d:75"
64 bridge_type: "NanoStation5"
65 status : "up"
66
67
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"
75
76
Note: See TracBrowser for help on using the repository browser.