blob: e978d37501e3c1a0981cd3d4093dc0fa0f8ac58a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
config 'community' 'profile'
option 'name' 'Freifunk Reihen'
option 'homepage' 'http://freifunk.reihen.de'
option 'ssid' 'freifunk.reihen.de'
option 'mesh_network' '172.23.0.0/16'
option 'splash_network' '172.23.26.0/29'
option 'latitude' '49.21'
option 'longitude' '8.91'
option 'splash_prefix' '29'
config 'defaults' 'interface'
option 'netmask' '255.255.0.0'
option 'dns' '172.23.25.204 172.23.31.237 141.1.1.1'
config 'defaults' 'wifi_device'
option 'channel' '13'
option 'bssid' '02:07:04:08:08:09'
config 'defaults' 'bssidscheme'
option '13' '02:07:04:08:08:09'
|