|
Last change
on this file since 14134 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 | ileiden : True
|
|---|
| 7 | latitude : "52.145"
|
|---|
| 8 | location : "Rick van der Zwet, Polderpeil 1, 2382 BW, Zoeterwoude"
|
|---|
| 9 | longitude : "4.517"
|
|---|
| 10 | masterip : "172.17.29.1"
|
|---|
| 11 | monitoring_group: "wzoeterwoude"
|
|---|
| 12 | nodename : "Rick2"
|
|---|
| 13 | nodetype : "Hybrid"
|
|---|
| 14 | portal_sponsor: "Free-WiFi Zoeterwoude"
|
|---|
| 15 | portal_url: "http://www.wirelessleiden.nl/"
|
|---|
| 16 | rdnap_x : 95421
|
|---|
| 17 | rdnap_y : 462103
|
|---|
| 18 | release : "11.0-RELEASE"
|
|---|
| 19 | service_accesspoint: True
|
|---|
| 20 | service_concentrator: False
|
|---|
| 21 | service_incoming_rdr: False
|
|---|
| 22 | service_proxy_ileiden: False
|
|---|
| 23 | service_proxy_normal: False
|
|---|
| 24 | status : "down"
|
|---|
| 25 |
|
|---|
| 26 |
|
|---|
| 27 | iface_ath0:
|
|---|
| 28 | comment : "Ap binnen"
|
|---|
| 29 | parent : "bridge0"
|
|---|
| 30 | sdesc : "apbinnen"
|
|---|
| 31 | mode : "ap"
|
|---|
| 32 | type : "11g"
|
|---|
| 33 | channel : 6
|
|---|
| 34 | ssid : "WiFi Zoeterwoude Development"
|
|---|
| 35 | status : "up"
|
|---|
| 36 |
|
|---|
| 37 |
|
|---|
| 38 | iface_bridge0:
|
|---|
| 39 | comment : "Access Points"
|
|---|
| 40 | ip : "172.17.29.1/24"
|
|---|
| 41 | type : "eth"
|
|---|
| 42 | dhcp : "10-240"
|
|---|
| 43 | status : "planned"
|
|---|
| 44 |
|
|---|
| 45 |
|
|---|
| 46 | iface_vr0:
|
|---|
| 47 | comment : "Link naar Rick"
|
|---|
| 48 | ip : "172.16.6.121/29"
|
|---|
| 49 | sdesc : "2rick"
|
|---|
| 50 | type : "eth"
|
|---|
| 51 | dhcp : False
|
|---|
| 52 | status : "up"
|
|---|
| 53 |
|
|---|
| 54 |
|
|---|
| 55 | iface_vr0_alias0:
|
|---|
| 56 | comment : "Link naar JVC"
|
|---|
| 57 | ip : "172.16.7.129/29"
|
|---|
| 58 | sdesc : "2rick"
|
|---|
| 59 | type : "eth"
|
|---|
| 60 | dhcp : False
|
|---|
| 61 | status : "up"
|
|---|
| 62 |
|
|---|
| 63 |
|
|---|
| 64 | iface_vr1:
|
|---|
| 65 | comment : "Development AP Ethernet Interface"
|
|---|
| 66 | parent : "bridge0"
|
|---|
| 67 | sdesc : "2ap"
|
|---|
| 68 | type : "eth"
|
|---|
| 69 | status : "up"
|
|---|
| 70 |
|
|---|
| 71 |
|
|---|
| 72 | iface_vr2:
|
|---|
| 73 | comment : "Development Interlink Interface"
|
|---|
| 74 | ip : "172.16.6.118/29"
|
|---|
| 75 | sdesc : "2unused"
|
|---|
| 76 | type : "eth"
|
|---|
| 77 | dhcp : False
|
|---|
| 78 | status : "up"
|
|---|
| 79 |
|
|---|
| 80 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.