modules/freifunk: Add profile Rosbach, change Jena essid and dns servers
This commit is contained in:
parent
2a3bb74162
commit
aed262df1f
3 changed files with 23 additions and 2 deletions
|
@ -177,7 +177,7 @@ config 'community' 'augsburg'
|
|||
config 'community' 'jena'
|
||||
option 'name' 'Freifunk Jena'
|
||||
option 'homepage' 'http://www.freifunk-jena.de'
|
||||
option 'ssid' 'jena.freifunk.net'
|
||||
option 'ssid' 'www.freifunk-jena.de'
|
||||
option 'mesh_network' '10.127.0.0/20'
|
||||
option 'splash_network' '10.104.0.0/16'
|
||||
option 'splash_prefix' '29'
|
||||
|
@ -348,4 +348,14 @@ config 'community' 'pberg'
|
|||
option 'longitude' '13.4172'
|
||||
option 'external' 'freifunk_berlin'
|
||||
|
||||
config 'community' 'rosbach'
|
||||
option 'name' 'Freifunk Rosbach'
|
||||
option 'homepage' 'freifunk-rosbach.de'
|
||||
option 'ssid' 'rosbach.freifunk.net'
|
||||
option 'mesh_network' '10.212.0.0/16'
|
||||
option 'splash_network' '10.104.0.0/16'
|
||||
option 'splash_prefix' '27'
|
||||
option 'latitude' '50.18'
|
||||
option 'longitude' '8.42'
|
||||
option 'external' 'freifunk_rosbach'
|
||||
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
package 'freifunk_jena'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'dns' '88.198.178.18 141.54.1.1 212.204.49.83'
|
||||
option 'dns' '217.11.48.200 217.11.49.200 8.8.8.8'
|
||||
|
||||
|
|
11
modules/freifunk/root/etc/config/freifunk_rosbach
Normal file
11
modules/freifunk/root/etc/config/freifunk_rosbach
Normal file
|
@ -0,0 +1,11 @@
|
|||
package 'freifunk_rosbach'
|
||||
|
||||
config 'defaults' 'wifi_device'
|
||||
option 'channel' '13'
|
||||
|
||||
config 'defaults' 'wifi_iface'
|
||||
option 'bssid' 'D2:CA:FF:EE:BA:BE'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.255.0.0'
|
||||
|
Loading…
Reference in a new issue