|
@@ -6,18 +6,18 @@
|
|
|
|
|
|
-- name of this site
|
|
|
-- site_name = 'Freifunk Hochstift - ${site}',
|
|
|
- site_name = 'Bitte wählen',
|
|
|
-
|
|
|
+ site_name = '%SN',
|
|
|
+
|
|
|
-- short name of this site
|
|
|
-- site_code = 'ffho_${un-code}'
|
|
|
- site_code = 'ffho',
|
|
|
+ site_code = '%SC',
|
|
|
|
|
|
-- v4 and v6 prefixes in which nodes+clients might get an IP
|
|
|
- prefix4 = '10.132.0.0/18',
|
|
|
+ prefix4 = '10.132.0.0/19',
|
|
|
prefix6 = 'fdca:ffee:ff12:132::/64',
|
|
|
|
|
|
-- extra ipv6 prefixes used in this mesh area
|
|
|
- additional_prefix6 = { '2001:470:6d:860::/64', '2a03:2260:2342:2300::/64', },
|
|
|
+ additional_prefix6 = { '2001:470:6d:860::/64', '2a03:2260:2342::/64', },
|
|
|
|
|
|
-- timezone
|
|
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
|
|
@@ -29,43 +29,40 @@
|
|
|
opkg = {
|
|
|
openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
|
|
|
extra = {
|
|
|
- modules = 'http://firmware.ffho.net/modules/gluon-ffho-%GR/%S',
|
|
|
+ modules = 'http://firmware.srv.in.ffho.net/%GR/modules/%S',
|
|
|
},
|
|
|
},
|
|
|
|
|
|
-- regulatory domain of your wifi
|
|
|
- regdom = '00',
|
|
|
+ regdom = 'DE',
|
|
|
|
|
|
-- wifi settings (2.4 GHz and 5 GHz)
|
|
|
-- ap.ssid = 'hochstift.freifunk.net/${kürzel}',
|
|
|
-- ibss.ssid = 'ffho-mesh-${un-code}',
|
|
|
-- ibss.bssid = '${idividual-mac}'
|
|
|
+ -- mesh.id = 'ffho-mesh-${un-code}',
|
|
|
wifi24 = {
|
|
|
channel = 1,
|
|
|
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
|
|
|
basic_rate = {6000, 9000, 18000, 36000, 54000},
|
|
|
-
|
|
|
ap = {
|
|
|
ssid = 'paderborn.freifunk.net',
|
|
|
},
|
|
|
-
|
|
|
ibss = {
|
|
|
ssid = '02:d1:11:13:87:ad',
|
|
|
bssid = '02:d1:11:13:87:ad',
|
|
|
- mesh_mcast_rate = 12000,
|
|
|
+ mcast_rate = 12000,
|
|
|
},
|
|
|
},
|
|
|
+
|
|
|
wifi5 = {
|
|
|
channel = 44,
|
|
|
-
|
|
|
ap = {
|
|
|
ssid = 'paderborn.freifunk.net',
|
|
|
},
|
|
|
-
|
|
|
- ibss = {
|
|
|
- ssid = '02:d1:11:13:87:ad',
|
|
|
- bssid = '02:d1:11:13:87:ad',
|
|
|
- mesh_mcast_rate = 12000,
|
|
|
+ mesh = {
|
|
|
+ id = 'ffho-mesh-legacy',
|
|
|
+ mcast_rate = 12000,
|
|
|
},
|
|
|
},
|
|
|
|
|
@@ -85,7 +82,7 @@
|
|
|
-- fastd (vpn) settings
|
|
|
fastd_mesh_vpn = {
|
|
|
-- cipher(s) to use
|
|
|
- methods = {'salsa2012+gmac'},
|
|
|
+ methods = {'salsa2012+umac'},
|
|
|
|
|
|
-- the maximum transfer unit
|
|
|
-- use 1426 for IPv4 gateways
|
|
@@ -96,7 +93,7 @@
|
|
|
-- specifies how many servers are contacted
|
|
|
-- by a client simultanously
|
|
|
limit = 1,
|
|
|
-
|
|
|
+
|
|
|
-- list all available vpn servers
|
|
|
peers = {
|
|
|
gw01 = {
|
|
@@ -106,8 +103,7 @@
|
|
|
-- Use public addresses here, these addresses are used when the mesh might not be connected yet.
|
|
|
-- format: '[|ipv4|ipv6] "hostname-or-ip-address" port 10000'
|
|
|
remotes = {
|
|
|
- 'ipv6 "v6.gw01.paderborn.freifunk.net" port 10000',
|
|
|
- 'ipv4 "v4.gw01.paderborn.freifunk.net" port 10000',
|
|
|
+ '"gw01.paderborn.freifunk.net" port 10000',
|
|
|
'ipv6 "2a01:4f8:190:2105::ff12" port 10000',
|
|
|
'ipv4 "85.10.248.243" port 10000',
|
|
|
},
|
|
@@ -115,17 +111,19 @@
|
|
|
gw02 = {
|
|
|
key = 'e8fa9bf402fd33dd1ba804a97f2e46c704423ff49e9c55312845a7bfb93121ad',
|
|
|
remotes = {
|
|
|
- 'ipv6 "v6.gw02.paderborn.freifunk.net" port 10000',
|
|
|
- 'ipv4 "v4.gw02.paderborn.freifunk.net" port 10000',
|
|
|
+ '"gw02.paderborn.freifunk.net" port 10000',
|
|
|
'ipv6 "2a01:4f8:190:6500::18:1" port 10000',
|
|
|
'ipv4 "78.46.242.24" port 10000',
|
|
|
},
|
|
|
},
|
|
|
+ gw03 = {
|
|
|
+ key = '629b2742922f068ef49558283aea4b75c1427d8cdd3fcd2dbd7c00880547d3b3',
|
|
|
+ remotes = { '"gw03.ffho.net" port 10000'},
|
|
|
+ },
|
|
|
gw04 = {
|
|
|
key = 'cf3855e5fa04e4c04a294cb6e8902f91c7ff7ef82bf031cc842a2b79b936677c',
|
|
|
remotes = {
|
|
|
- 'ipv6 "v6.gw04.paderborn.freifunk.net" port 10000',
|
|
|
- 'ipv4 "v4.gw04.paderborn.freifunk.net" port 10000',
|
|
|
+ '"gw04.paderborn.freifunk.net" port 10000',
|
|
|
'ipv6 "2a02:450:1:4::10" port 10000',
|
|
|
'ipv4 "80.70.181.57" port 10000',
|
|
|
},
|
|
@@ -133,8 +131,7 @@
|
|
|
gw05 = {
|
|
|
key = 'd0d32a2f536a0fc1f0c848e6da15bd96851d5ff4fdf9239c830bab033ddcec1a',
|
|
|
remotes = {
|
|
|
- 'ipv6 "v6.gw05.paderborn.freifunk.net" port 10000',
|
|
|
- 'ipv4 "v4.gw05.paderborn.freifunk.net" port 10000',
|
|
|
+ '"gw05.paderborn.freifunk.net" port 10000',
|
|
|
'ipv6 "2001:638:502:1884::ff05" port 10000',
|
|
|
'ipv4 "192.26.175.182" port 10000',
|
|
|
},
|
|
@@ -142,18 +139,11 @@
|
|
|
gw08 = {
|
|
|
key = '3da050bbf1c3e95af286af65553f546fd563d9cb5d4b3b3444069bef281de621',
|
|
|
remotes = {
|
|
|
- 'ipv6 "v6.gw08.paderborn.freifunk.net" port 10000',
|
|
|
- 'ipv4 "v4.gw08.paderborn.freifunk.net" port 10000',
|
|
|
+ '"gw08.paderborn.freifunk.net" port 10000',
|
|
|
'ipv6 "2a03:4000:6:1151::ff12" port 10000',
|
|
|
'ipv4 "5.45.107.59" port 10000',
|
|
|
},
|
|
|
},
|
|
|
- ffho_gw01 = {
|
|
|
- key = '629b2742922f068ef49558283aea4b75c1427d8cdd3fcd2dbd7c00880547d3b3',
|
|
|
- remotes = {
|
|
|
- '"gw01.ffho.net" port 10000',
|
|
|
- },
|
|
|
- },
|
|
|
},
|
|
|
},
|
|
|
},
|
|
@@ -161,11 +151,9 @@
|
|
|
-- default traffic shaping (bandwidth limit) settings
|
|
|
bandwidth_limit = {
|
|
|
enabled = false,
|
|
|
- egress = 200,
|
|
|
- ingress = 3000,
|
|
|
+ egress = 500,
|
|
|
+ ingress = 4000,
|
|
|
},
|
|
|
-
|
|
|
-
|
|
|
},
|
|
|
|
|
|
-- configure the autoupdater
|
|
@@ -182,42 +170,45 @@
|
|
|
-- where to get the manifest file (without the trailing /manifest)
|
|
|
-- It's wise to use an internal address here,
|
|
|
-- but specifying a publicly available update site does not hurt.
|
|
|
- mirrors = {'http://[fdca:ffee:ff12:a254::80]/%GS/stable', 'http://firmware.ffho.net/%GS/stable'},
|
|
|
+ mirrors = {'http://firmware.srv.in.ffho.net/%SC/stable/sysupgrade', 'http://[2a03:2260:2342:f251::6]/%SC/stable/sysupgrade'},
|
|
|
|
|
|
-- Number of valid manifest signatures necessary to accept the manifest as "good".
|
|
|
good_signatures = 3,
|
|
|
|
|
|
-- list of public keys which are considered "good" for manifest signatures
|
|
|
pubkeys = {
|
|
|
- '16b0e942929d6592d4a01b66b334427ba4db03b388a876432958d9010bd8d8b5', -- HeJ
|
|
|
'ba2e6ff4de41ade9959702195d4c26c764e7aab85c627363681c29dbc4a8a2c5', -- oscar-
|
|
|
'fb9d6beba63dcb6175d0248c1e743b5fe4359474eb264d27f389d7a962e24477', -- northalpha
|
|
|
'f70f9ddeb307fff8fca31a76f4fbd0ac676dab8ad143625f0a4160d434d72876', -- Barbarossa
|
|
|
'9841dde0b9f6485d5fcdc858fb15c1db1c3bc77fb81aef3f0d4b835f76a3d73b', -- kb-light
|
|
|
+ '39ef16b1853e54249dae2d06948329a93e3e13f354aaab792552aacd1d0b45ba', -- phimeas
|
|
|
+ '5126eda4161bca3fcae134fa0e1824e55dffb986cc4e7fe37842857a118e2820', -- leeps
|
|
|
},
|
|
|
},
|
|
|
testing = {
|
|
|
name = 'testing',
|
|
|
- mirrors = {'http://[fdca:ffee:ff12:a254::80]/%GS/testing','http://firmware.ffho.net/%GS/testing'},
|
|
|
+ mirrors = {'http://firmware.srv.in.ffho.net/%SC/testing/sysupgrade', 'http://[2a03:2260:2342:f251::6]/%SC/testing/sysupgrade'},
|
|
|
good_signatures = 2,
|
|
|
pubkeys = {
|
|
|
- '16b0e942929d6592d4a01b66b334427ba4db03b388a876432958d9010bd8d8b5', -- HeJ
|
|
|
'ba2e6ff4de41ade9959702195d4c26c764e7aab85c627363681c29dbc4a8a2c5', -- oscar-
|
|
|
'fb9d6beba63dcb6175d0248c1e743b5fe4359474eb264d27f389d7a962e24477', -- northalpha
|
|
|
'f70f9ddeb307fff8fca31a76f4fbd0ac676dab8ad143625f0a4160d434d72876', -- Barbarossa
|
|
|
'9841dde0b9f6485d5fcdc858fb15c1db1c3bc77fb81aef3f0d4b835f76a3d73b', -- kb-light
|
|
|
+ '39ef16b1853e54249dae2d06948329a93e3e13f354aaab792552aacd1d0b45ba', -- phimeas
|
|
|
+ '5126eda4161bca3fcae134fa0e1824e55dffb986cc4e7fe37842857a118e2820', -- leeps
|
|
|
},
|
|
|
},
|
|
|
experimental = {
|
|
|
name = 'experimental',
|
|
|
- mirrors = {'http://[fdca:ffee:ff12:a254::80]/%GS/experimental','http://firmware.ffho.net/%GS/experimental'},
|
|
|
+ mirrors = {'http://firmware.srv.in.ffho.net/%SC/experimental/sysupgrade', 'http://[2a03:2260:2342:f251::6]/%SC/experimental/sysupgrade'},
|
|
|
good_signatures = 1,
|
|
|
pubkeys = {
|
|
|
- '16b0e942929d6592d4a01b66b334427ba4db03b388a876432958d9010bd8d8b5', -- HeJ
|
|
|
'ba2e6ff4de41ade9959702195d4c26c764e7aab85c627363681c29dbc4a8a2c5', -- oscar-
|
|
|
'fb9d6beba63dcb6175d0248c1e743b5fe4359474eb264d27f389d7a962e24477', -- northalpha
|
|
|
'f70f9ddeb307fff8fca31a76f4fbd0ac676dab8ad143625f0a4160d434d72876', -- Barbarossa
|
|
|
'9841dde0b9f6485d5fcdc858fb15c1db1c3bc77fb81aef3f0d4b835f76a3d73b', -- kb-light
|
|
|
+ '39ef16b1853e54249dae2d06948329a93e3e13f354aaab792552aacd1d0b45ba', -- phimeas
|
|
|
+ '5126eda4161bca3fcae134fa0e1824e55dffb986cc4e7fe37842857a118e2820', -- leeps
|
|
|
},
|
|
|
},
|
|
|
},
|
|
@@ -227,17 +218,18 @@
|
|
|
debugserver = {
|
|
|
host = { 'debugreport.ffho.net', '2a01:a700:4621:d102::10' },
|
|
|
port = 1337,
|
|
|
- liveport = 1338,
|
|
|
},
|
|
|
|
|
|
-- enable BATMAN on WAN interface by default (requires gluon-batman-on-wan package)
|
|
|
batman_on_wan = 0,
|
|
|
|
|
|
- -- hide the altitude field in config mode
|
|
|
config_mode = {
|
|
|
geo_location = {
|
|
|
show_altitude = false,
|
|
|
},
|
|
|
+ owner = {
|
|
|
+ obligatory = false,
|
|
|
+ },
|
|
|
},
|
|
|
|
|
|
-- link to map
|
|
@@ -247,12 +239,12 @@
|
|
|
|
|
|
-- geo-default site
|
|
|
site_select = {
|
|
|
- geo_default_site = 'ffho_uml',
|
|
|
+ geo_default_site = 'ffho_yho',
|
|
|
},
|
|
|
|
|
|
ath9k_workaround = {
|
|
|
- blackout_wait = 720,
|
|
|
- reset_wait = 1440,
|
|
|
+ blackout_wait = 90,
|
|
|
+ reset_wait = 720,
|
|
|
step_size = 10,
|
|
|
},
|
|
|
}
|