diff options
author | Martin Hübner <martin.hubner@web.de> | 2018-10-23 18:43:58 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-11-02 13:55:28 +0100 |
commit | c04b889cc7ac8060bcda7d9b252d150aba1a4b19 (patch) | |
tree | a0718e3c13ced1a3c7d5a19c337fc1b8a2088da9 /contrib | |
parent | 42eb9cf7587e1332ae0d69a52968eaedffcbbcb4 (diff) |
community-profiles: create profile for Fürstenwalde
New profile for Fürstenwalde. At the moment we use parts of the Berlin-
infrastructure. Thus I have not changed the ip-address-related things.
Signed-off-by: Martin Hübner <martin.hubner@web.de>
[reword and rewrap commit message]
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/package/community-profiles/files/etc/config/profile_fuerstenwalde | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/contrib/package/community-profiles/files/etc/config/profile_fuerstenwalde b/contrib/package/community-profiles/files/etc/config/profile_fuerstenwalde new file mode 100644 index 000000000..f7df7ba65 --- /dev/null +++ b/contrib/package/community-profiles/files/etc/config/profile_fuerstenwalde @@ -0,0 +1,38 @@ +config 'community' 'profile' + option 'name' 'Freifunk Fürstenwalde' + option 'homepage' 'http://fuerstenwalde.freifunk.net' + option 'ssid' 'fuerstenwalde.freifunk.net' + option 'ssid_scheme' 'addchannelbefore' + option 'mesh_network' '10.0.0.0/8' + option 'splash_network' '10.104.0.0/16' + option 'splash_prefix' '27' + option 'latitude' '52.35844' + option 'longitude' '14.063696' + option 'owm_api' 'http://util.berlin.freifunk.net' + +config 'defaults' 'wifi_device' + option 'channel' '13' + +config 'defaults' 'wifi_device_5' + option 'channel' '36' + +config 'defaults' 'wifi_iface' + option 'mcast_rate' '6000' + +config 'defaults' 'wifi_iface_5' + option 'mcast_rate' '12000' + +config 'defaults' 'bssidscheme' + option '13' 'D2:CA:FF:EE:BA:BE' + option '36' '02:36:CA:FF:EE:EE' + +config 'defaults' 'ssidscheme' + option '13' 'intern-ch13.freifunk.net' + option '36' 'intern-ch36.freifunk.net' + +config 'defaults' 'interface' + option 'netmask' '255.255.255.255' + option 'dns' '85.214.20.141 80.67.169.40 194.150.168.168 2001:4ce8::53 2001:910:800::12' + +config 'dhcp' 'dhcp' +option leasetime '5m' |