freifunk berlin settings https://github.com/freifunk/firmware-berlin/issues/34
This commit is contained in:
parent
6324fc0caa
commit
3e48447c9a
1 changed files with 8 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
config 'community' 'profile'
|
||||
option 'name' 'Freifunk Berlin'
|
||||
option 'homepage' 'http://berlin.freifunk.net'
|
||||
option 'ssid' 'olsr.freifunk.net'
|
||||
option 'ssid' 'berlin.freifunk.net'
|
||||
option 'mesh_network' '104.0.0.0/8'
|
||||
option 'splash_network' '10.104.0.0/16'
|
||||
option 'splash_prefix' '27'
|
||||
|
@ -12,10 +12,15 @@ config 'community' 'profile'
|
|||
option 'mapserver' 'http://map.pberg.freifunk.net/'
|
||||
|
||||
config 'defaults' 'wifi_device'
|
||||
option 'channel' '10'
|
||||
option 'channel' '13'
|
||||
|
||||
config 'defaults' 'bssidscheme'
|
||||
option '10' '02:CA:FF:EE:BA:BE'
|
||||
option '13' 'D2:CA:FF:EE:BA:BE'
|
||||
option '36' '02:36:CA:FF:EE:EE'
|
||||
|
||||
config 'defaults' 'ssidscheme'
|
||||
option '13' 'ch13.freifunk.net'
|
||||
option '36' 'ch36.freifunk.net'
|
||||
|
||||
config 'defaults' 'interface'
|
||||
option 'netmask' '255.0.0.0'
|
||||
|
|
Loading…
Reference in a new issue