|
Last change
on this file since 14314 was 13844, checked in by rick, 9 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 | #
|
|---|
| 4 | board : "ALIX2"
|
|---|
| 5 | comment : "None"
|
|---|
| 6 | height : "16"
|
|---|
| 7 | latitude : "52.161973"
|
|---|
| 8 | location : "ZHVC, Randweg Marine Vliegkamp, Valkenburg, Katwijk"
|
|---|
| 9 | longitude : "4.415256"
|
|---|
| 10 | masterip : "172.16.11.1"
|
|---|
| 11 | monitoring_group: "Katwijk"
|
|---|
| 12 | nodename : "ZHVC"
|
|---|
| 13 | nodetype : "Hybrid"
|
|---|
| 14 | rdnap_x : 88497
|
|---|
| 15 | rdnap_y : 464202
|
|---|
| 16 | release : "9.0-RELEASE"
|
|---|
| 17 | service_accesspoint: True
|
|---|
| 18 | service_concentrator: False
|
|---|
| 19 | service_incoming_rdr: False
|
|---|
| 20 | service_proxy_ileiden: False
|
|---|
| 21 | service_proxy_normal: False
|
|---|
| 22 | status : "up"
|
|---|
| 23 |
|
|---|
| 24 |
|
|---|
| 25 | iface_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 |
|
|---|
| 38 | iface_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 |
|
|---|
| 51 | iface_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 |
|
|---|
| 68 | iface_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.