forked from remote/site-ffmuc
148 lines
3.9 KiB
Lua
148 lines
3.9 KiB
Lua
{
|
|
hostname_prefix = '',
|
|
site_name = 'Freifunk München - Landkreis Fürstenfeldbruck (FFB)',
|
|
site_code = 'ffbay_ffb',
|
|
|
|
opkg = {
|
|
openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
|
|
},
|
|
|
|
prefix4 = '10.80.232.0/21',
|
|
prefix6 = 'fdef:ffc0:4fff:1d::/64',
|
|
|
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
|
|
ntp_servers = { '0.ntp.ffmuc.net', '1.ntp.ffmuc.net' },
|
|
|
|
mesh_on_wan = false,
|
|
|
|
regdom = 'DE',
|
|
|
|
wifi24 = {
|
|
channel = 6,
|
|
ap = {
|
|
ssid = 'muenchen.freifunk.net',
|
|
},
|
|
--mesh = {
|
|
-- id = 'ffmuc-umland-mesh',
|
|
-- mcast_rate = 12000,
|
|
--},
|
|
ibss = {
|
|
ssid = 'mesh.ffmuc.umland',
|
|
bssid = '02:0E:8E:1E:61:19',
|
|
mcast_rate = 12000,
|
|
},
|
|
},
|
|
|
|
wifi5 = {
|
|
channel = 44,
|
|
ap = {
|
|
ssid = 'muenchen.freifunk.net',
|
|
},
|
|
--mesh = {
|
|
-- id = 'ffmuc-umland-mesh',
|
|
-- mcast_rate = 12000,
|
|
--},
|
|
ibss = {
|
|
ssid = 'mesh.ffmuc.umland',
|
|
bssid = '02:0E:8E:1E:61:19',
|
|
mcast_rate = 12000,
|
|
},
|
|
},
|
|
|
|
mesh = {
|
|
batman_adv = {
|
|
gw_sel_class = 3,
|
|
},
|
|
},
|
|
|
|
next_node = {
|
|
ip4 = '10.80.232.1',
|
|
ip6 = 'fdef:ffc0:4fff:1d::1',
|
|
mac = '16:41:95:40:f7:dc',
|
|
},
|
|
|
|
fastd_mesh_vpn = {
|
|
methods = {'salsa2012+umac'},
|
|
mtu = 1280,
|
|
groups = {
|
|
backbone = {
|
|
limit = 1,
|
|
peers = {
|
|
gwu01 = {
|
|
key = '70299e3a589522a89306732fdfe43f35d9af083e4db322d87be52cf45c89771b',
|
|
remotes = {
|
|
'"gwu01.ffmuc.net" port 10048',
|
|
'"gwu01.freifunk-muenchen.de" port 10048',
|
|
},
|
|
},
|
|
gwu02 = {
|
|
key = '32765d3337be727de5840930a221962a59cf5529ae6c1d3753e58ad460e510a5',
|
|
remotes = {
|
|
'"gwu02.ffmuc.net" port 10048',
|
|
'"gwu02.freifunk-muenchen.de" port 10048',
|
|
},
|
|
},
|
|
gwu03 = {
|
|
key = '61fe3197ed7e934284adc2571523104d8e5391db2427dca9528f0d34bb60a522',
|
|
remotes = {
|
|
'"gwu03.ffmuc.net" port 10048',
|
|
'"gwu03.freifunk-muenchen.de" port 10048',
|
|
},
|
|
},
|
|
gwu04 = {
|
|
key = '443898162e1e9ec09da0904d72d8145026f4452a4b1e880a07dc6699418c69d1',
|
|
remotes = {
|
|
'"gwu04.ffmuc.net" port 10048',
|
|
'"gwu04.freifunk-muenchen.de" port 10048',
|
|
},
|
|
},
|
|
},
|
|
},
|
|
},
|
|
bandwidth_limit = {
|
|
enabled = false,
|
|
egress = 1500,
|
|
ingress = 12000,
|
|
},
|
|
},
|
|
|
|
autoupdater = {
|
|
enabled = 1,
|
|
branch = 'stable',
|
|
branches = {
|
|
stable = {
|
|
name = 'stable',
|
|
mirrors = {
|
|
'http://firmware.ffmuc.net/stable/sysupgrade/',
|
|
'http://[fdef:ffc0:4fff::130]/stable/sysupgrade/',
|
|
},
|
|
probability = 0.1,
|
|
good_signatures = 3,
|
|
pubkeys = {
|
|
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
'2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)
|
|
},
|
|
},
|
|
experimental = {
|
|
name = 'experimental',
|
|
mirrors = {
|
|
'http://firmware.ffmuc.net/experimental/sysupgrade/',
|
|
'http://[fdef:ffc0:4fff::130]/experimental/sysupgrade/',
|
|
},
|
|
probability = 0.5,
|
|
good_signatures = 2,
|
|
pubkeys = {
|
|
'2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole
|
|
'7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz
|
|
'56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris
|
|
'2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz)
|
|
},
|
|
},
|
|
},
|
|
},
|
|
|
|
}
|
|
-- vim: set ft=lua:ts=2:sw=2:et
|