|
Last change
on this file since 11716 was 11703, checked in by huub, 13 years ago |
|
captive portal url toegevoegd aan config de carlton
|
|
File size:
2.3 KB
|
| Line | |
|---|
| 1 | # Genesis config yaml style
|
|---|
| 2 | # vim:ts=2:et:sw=2:ai
|
|---|
| 3 | #
|
|---|
| 4 | board : "ALIX2"
|
|---|
| 5 | comment : "None"
|
|---|
| 6 | externalif: "vr0"
|
|---|
| 7 | gateway : "192.168.13.254"
|
|---|
| 8 | ileiden : True
|
|---|
| 9 | latitude : "52.27118"
|
|---|
| 10 | location : "De Carlton, Kraaierslaan 13, 2204AN, Noordwijk"
|
|---|
| 11 | longitude : "4.47682"
|
|---|
| 12 | masterip : "172.17.71.1"
|
|---|
| 13 | monitoring_group: "noordwijk"
|
|---|
| 14 | nodename : "Carlton"
|
|---|
| 15 | portal_sponsor: "Camping De Carlton"
|
|---|
| 16 | portal_url: "http://www.campingcarlton.nl"
|
|---|
| 17 | nodetype : "Hybrid"
|
|---|
| 18 | rdnap_x : 92851
|
|---|
| 19 | rdnap_y : 476289
|
|---|
| 20 | release : "9.0-RELEASE"
|
|---|
| 21 | service_accesspoint: True
|
|---|
| 22 | service_concentrator: False
|
|---|
| 23 | service_incoming_rdr: False
|
|---|
| 24 | service_proxy_ileiden: True
|
|---|
| 25 | service_proxy_normal: False
|
|---|
| 26 | status : "planned"
|
|---|
| 27 |
|
|---|
| 28 | iface_ue0:
|
|---|
| 29 | comment : "AP sector oost"
|
|---|
| 30 | ip : "172.17.71.1/24"
|
|---|
| 31 | sdesc : "2oost"
|
|---|
| 32 | mode : "ap"
|
|---|
| 33 | type : "eth"
|
|---|
| 34 | extra_type : "eth2wifibridge"
|
|---|
| 35 | channel : "11"
|
|---|
| 36 | ssid : "ap-DeCarlton-oost"
|
|---|
| 37 | dhcp : "10-250"
|
|---|
| 38 | compass : "o"
|
|---|
| 39 | ns_ip : "172.17.71.2/24"
|
|---|
| 40 | ns_mac : ""
|
|---|
| 41 | ns_type : "RocketM5"
|
|---|
| 42 | status : "up"
|
|---|
| 43 |
|
|---|
| 44 | iface_vr0:
|
|---|
| 45 | comment : "External Link"
|
|---|
| 46 | ip : "0.0.0.0/24"
|
|---|
| 47 | sdesc : "2external"
|
|---|
| 48 | type : "eth"
|
|---|
| 49 | dhcp : "client"
|
|---|
| 50 | status : "up"
|
|---|
| 51 |
|
|---|
| 52 | iface_vr0_alias0:
|
|---|
| 53 | comment : "Link naar external gateway 192.168.13.225 via NanoM5 192.168.13.16"
|
|---|
| 54 | ip : "192.168.13.17/24"
|
|---|
| 55 | sdesc : "2external"
|
|---|
| 56 | mode : "station-wds"
|
|---|
| 57 | type : "eth"
|
|---|
| 58 | extra_type : "eth2wifibridge"
|
|---|
| 59 | channel : "44"
|
|---|
| 60 | ssid : "Carlton-NW"
|
|---|
| 61 | dhcp : False
|
|---|
| 62 | compass : "no"
|
|---|
| 63 | ns_ip : "192.168.13.16/24"
|
|---|
| 64 | ns_mac : ""
|
|---|
| 65 | status : "up"
|
|---|
| 66 |
|
|---|
| 67 | iface_vr1:
|
|---|
| 68 | comment : "AP sector west"
|
|---|
| 69 | ip : "172.17.72.1/24"
|
|---|
| 70 | sdesc : "2west"
|
|---|
| 71 | mode : "ap"
|
|---|
| 72 | type : "eth"
|
|---|
| 73 | extra_type : "eth2wifibridge"
|
|---|
| 74 | channel : "6"
|
|---|
| 75 | ssid : "ap-DeCarlton-west"
|
|---|
| 76 | dhcp : "10-250"
|
|---|
| 77 | compass : "w"
|
|---|
| 78 | ns_ip : "172.17.72.2/24"
|
|---|
| 79 | ns_mac : ""
|
|---|
| 80 | ns_type : "RocketM5"
|
|---|
| 81 | status : "up"
|
|---|
| 82 |
|
|---|
| 83 | iface_vr2:
|
|---|
| 84 | comment : "Ap sector noord en sector noordoost via wds"
|
|---|
| 85 | ip : "172.17.73.1/24"
|
|---|
| 86 | sdesc : "2noord"
|
|---|
| 87 | mode : "ap-wds"
|
|---|
| 88 | type : "eth"
|
|---|
| 89 | extra_type : "eth2wifibridge"
|
|---|
| 90 | channel : "1"
|
|---|
| 91 | ssid : "ap-DeCarlton-noord"
|
|---|
| 92 | dhcp : "10-250"
|
|---|
| 93 | ns_ip : "172.17.73.2/24"
|
|---|
| 94 | ns_mac : ""
|
|---|
| 95 | ns_type : "RocketM5"
|
|---|
| 96 | status : "up"
|
|---|
| 97 |
|
|---|
| 98 |
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.