From 7f8329816d3685b1f53eb625109f4dabce14fa36 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Fri, 12 Aug 2016 22:21:28 +0200 Subject: [PATCH] add new segments --- extra/ffbay_dah.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffbay_ebe.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffbay_ed.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffbay_ffb.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffbay_fs.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffbay_sta.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffbay_tol.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc01.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc02.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc03.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc04.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc05.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc06.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc07.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc08.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc09.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc10.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc11.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc12.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc13.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc14.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc15.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc16.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc17.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc19.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc20.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc21.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc22.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc23.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc24.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc25.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ extra/ffmuc_land.conf | 154 ++++++++++++++++++++++++++++++++++++++++++ modules | 4 +- 33 files changed, 4930 insertions(+), 2 deletions(-) create mode 100644 extra/ffbay_dah.conf create mode 100644 extra/ffbay_ebe.conf create mode 100644 extra/ffbay_ed.conf create mode 100644 extra/ffbay_ffb.conf create mode 100644 extra/ffbay_fs.conf create mode 100644 extra/ffbay_sta.conf create mode 100644 extra/ffbay_tol.conf create mode 100644 extra/ffmuc01.conf create mode 100644 extra/ffmuc02.conf create mode 100644 extra/ffmuc03.conf create mode 100644 extra/ffmuc04.conf create mode 100644 extra/ffmuc05.conf create mode 100644 extra/ffmuc06.conf create mode 100644 extra/ffmuc07.conf create mode 100644 extra/ffmuc08.conf create mode 100644 extra/ffmuc09.conf create mode 100644 extra/ffmuc10.conf create mode 100644 extra/ffmuc11.conf create mode 100644 extra/ffmuc12.conf create mode 100644 extra/ffmuc13.conf create mode 100644 extra/ffmuc14.conf create mode 100644 extra/ffmuc15.conf create mode 100644 extra/ffmuc16.conf create mode 100644 extra/ffmuc17.conf create mode 100644 extra/ffmuc19.conf create mode 100644 extra/ffmuc20.conf create mode 100644 extra/ffmuc21.conf create mode 100644 extra/ffmuc22.conf create mode 100644 extra/ffmuc23.conf create mode 100644 extra/ffmuc24.conf create mode 100644 extra/ffmuc25.conf create mode 100644 extra/ffmuc_land.conf diff --git a/extra/ffbay_dah.conf b/extra/ffbay_dah.conf new file mode 100644 index 0000000..3dcfab0 --- /dev/null +++ b/extra/ffbay_dah.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Landkreis Dachau (DAH)', + site_code = 'ffbay_dah', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.248.0/21', + prefix6 = 'fdef:ffc0:4fff:1e::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.248.1', + ip6 = 'fdef:ffc0:4fff:1e::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10049', + '"gw01.freifunk-muenchen.de" port 10049', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10049', + '"gw02.freifunk-muenchen.de" port 10049', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10049', + '"gw03.freifunk-muenchen.de" port 10049', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10049', + '"gw04.freifunk-muenchen.de" port 10049', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10049', + '"gw05.freifunk-muenchen.de" port 10049', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffbay_ebe.conf b/extra/ffbay_ebe.conf new file mode 100644 index 0000000..152af64 --- /dev/null +++ b/extra/ffbay_ebe.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Landkreis Ebersberg (EBE)', + site_code = 'ffbay_ebe', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.240.0/21', + prefix6 = 'fdef:ffc0:4fff:21::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.240.1', + ip6 = 'fdef:ffc0:4fff:21::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10062', + '"gw01.freifunk-muenchen.de" port 10062', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10062', + '"gw02.freifunk-muenchen.de" port 10062', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10062', + '"gw03.freifunk-muenchen.de" port 10062', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10062', + '"gw04.freifunk-muenchen.de" port 10062', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10062', + '"gw05.freifunk-muenchen.de" port 10062', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffbay_ed.conf b/extra/ffbay_ed.conf new file mode 100644 index 0000000..8bb1bdf --- /dev/null +++ b/extra/ffbay_ed.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Landkreis Erding (ED)', + site_code = 'ffbay_ed', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.16.0/21', + prefix6 = 'fdef:ffc0:4fff:20::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.16.1', + ip6 = 'fdef:ffc0:4fff:20::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10061', + '"gw01.freifunk-muenchen.de" port 10061', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10061', + '"gw02.freifunk-muenchen.de" port 10061', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10061', + '"gw03.freifunk-muenchen.de" port 10061', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10061', + '"gw04.freifunk-muenchen.de" port 10061', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10061', + '"gw05.freifunk-muenchen.de" port 10061', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffbay_ffb.conf b/extra/ffbay_ffb.conf new file mode 100644 index 0000000..73123c7 --- /dev/null +++ b/extra/ffbay_ffb.conf @@ -0,0 +1,154 @@ +{ + 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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + 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 = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10048', + '"gw01.freifunk-muenchen.de" port 10048', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10048', + '"gw02.freifunk-muenchen.de" port 10048', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10048', + '"gw03.freifunk-muenchen.de" port 10048', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10048', + '"gw04.freifunk-muenchen.de" port 10048', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10048', + '"gw05.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 diff --git a/extra/ffbay_fs.conf b/extra/ffbay_fs.conf new file mode 100644 index 0000000..e6a782d --- /dev/null +++ b/extra/ffbay_fs.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Landkreis Freising (FS)', + site_code = 'ffbay_fs', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.224.0/21', + prefix6 = 'fdef:ffc0:4fff:1f::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.224.1', + ip6 = 'fdef:ffc0:4fff:1f::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10050', + '"gw01.freifunk-muenchen.de" port 10050', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10050', + '"gw02.freifunk-muenchen.de" port 10050', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10050', + '"gw03.freifunk-muenchen.de" port 10050', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10050', + '"gw04.freifunk-muenchen.de" port 10050', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10050', + '"gw05.freifunk-muenchen.de" port 10050', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffbay_sta.conf b/extra/ffbay_sta.conf new file mode 100644 index 0000000..cdd98b5 --- /dev/null +++ b/extra/ffbay_sta.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Landkreis Starnberg (STA)', + site_code = 'ffbay_sta', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.0.0/21', + prefix6 = 'fdef:ffc0:4fff:1c::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.0.1', + ip6 = 'fdef:ffc0:4fff:1c::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10047', + '"gw01.freifunk-muenchen.de" port 10047', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10047', + '"gw02.freifunk-muenchen.de" port 10047', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10047', + '"gw03.freifunk-muenchen.de" port 10047', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10047', + '"gw04.freifunk-muenchen.de" port 10047', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10047', + '"gw05.freifunk-muenchen.de" port 10047', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffbay_tol.conf b/extra/ffbay_tol.conf new file mode 100644 index 0000000..2b6a051 --- /dev/null +++ b/extra/ffbay_tol.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Landkreis Bad Tölz-Wolfratshausen (TÖL)', + site_code = 'ffbay_tol', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.8.0/21', + prefix6 = 'fdef:ffc0:4fff:22::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.8.1', + ip6 = 'fdef:ffc0:4fff:22::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10063', + '"gw01.freifunk-muenchen.de" port 10063', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10063', + '"gw02.freifunk-muenchen.de" port 10063', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10063', + '"gw03.freifunk-muenchen.de" port 10063', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10063', + '"gw04.freifunk-muenchen.de" port 10063', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10063', + '"gw05.freifunk-muenchen.de" port 10063', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc01.conf b/extra/ffmuc01.conf new file mode 100644 index 0000000..d911a94 --- /dev/null +++ b/extra/ffmuc01.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Altstadt-Lehel', + site_code = 'ffmuc01', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.132.0/22', + prefix6 = 'fdef:ffc0:4fff:3::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.132.1', + ip6 = 'fdef:ffc0:4fff:3::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10021', + '"gw01.freifunk-muenchen.de" port 10021', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10021', + '"gw02.freifunk-muenchen.de" port 10021', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10021', + '"gw03.freifunk-muenchen.de" port 10021', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10021', + '"gw04.freifunk-muenchen.de" port 10021', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10021', + '"gw05.freifunk-muenchen.de" port 10021', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc02.conf b/extra/ffmuc02.conf new file mode 100644 index 0000000..a0efac3 --- /dev/null +++ b/extra/ffmuc02.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Ludwigsvorstadt-Isarvorstadt', + site_code = 'ffmuc02', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.164.0/22', + prefix6 = 'fdef:ffc0:4fff:4::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.164.1', + ip6 = 'fdef:ffc0:4fff:4::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10022', + '"gw01.freifunk-muenchen.de" port 10022', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10022', + '"gw02.freifunk-muenchen.de" port 10022', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10022', + '"gw03.freifunk-muenchen.de" port 10022', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10022', + '"gw04.freifunk-muenchen.de" port 10022', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10022', + '"gw05.freifunk-muenchen.de" port 10022', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc03.conf b/extra/ffmuc03.conf new file mode 100644 index 0000000..a325c5f --- /dev/null +++ b/extra/ffmuc03.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Maxvorstadt', + site_code = 'ffmuc03', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.168.0/22', + prefix6 = 'fdef:ffc0:4fff:5::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.168.1', + ip6 = 'fdef:ffc0:4fff:5::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10023', + '"gw01.freifunk-muenchen.de" port 10023', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10023', + '"gw02.freifunk-muenchen.de" port 10023', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10023', + '"gw03.freifunk-muenchen.de" port 10023', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10023', + '"gw04.freifunk-muenchen.de" port 10023', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10023', + '"gw05.freifunk-muenchen.de" port 10023', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc04.conf b/extra/ffmuc04.conf new file mode 100644 index 0000000..a2a5c25 --- /dev/null +++ b/extra/ffmuc04.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Schwabing-West', + site_code = 'ffmuc04', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.200.0/22', + prefix6 = 'fdef:ffc0:4fff:6::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.200.1', + ip6 = 'fdef:ffc0:4fff:6::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10024', + '"gw01.freifunk-muenchen.de" port 10024', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10024', + '"gw02.freifunk-muenchen.de" port 10024', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10024', + '"gw03.freifunk-muenchen.de" port 10024', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10024', + '"gw04.freifunk-muenchen.de" port 10024', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10024', + '"gw05.freifunk-muenchen.de" port 10024', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc05.conf b/extra/ffmuc05.conf new file mode 100644 index 0000000..74e4258 --- /dev/null +++ b/extra/ffmuc05.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Au-Haidhausen', + site_code = 'ffmuc05', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.136.0/22', + prefix6 = 'fdef:ffc0:4fff:7::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.136.1', + ip6 = 'fdef:ffc0:4fff:7::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10025', + '"gw01.freifunk-muenchen.de" port 10025', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10025', + '"gw02.freifunk-muenchen.de" port 10025', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10025', + '"gw03.freifunk-muenchen.de" port 10025', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10025', + '"gw04.freifunk-muenchen.de" port 10025', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10025', + '"gw05.freifunk-muenchen.de" port 10025', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc06.conf b/extra/ffmuc06.conf new file mode 100644 index 0000000..c3c4b91 --- /dev/null +++ b/extra/ffmuc06.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Sendling', + site_code = 'ffmuc06', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.212.0/22', + prefix6 = 'fdef:ffc0:4fff:8::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.212.1', + ip6 = 'fdef:ffc0:4fff:8::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10026', + '"gw01.freifunk-muenchen.de" port 10026', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10026', + '"gw02.freifunk-muenchen.de" port 10026', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10026', + '"gw03.freifunk-muenchen.de" port 10026', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10026', + '"gw04.freifunk-muenchen.de" port 10026', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10026', + '"gw05.freifunk-muenchen.de" port 10026', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc07.conf b/extra/ffmuc07.conf new file mode 100644 index 0000000..dfb1ebc --- /dev/null +++ b/extra/ffmuc07.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Sendling-Westpark', + site_code = 'ffmuc07', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.208.0/22', + prefix6 = 'fdef:ffc0:4fff:9::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.208.1', + ip6 = 'fdef:ffc0:4fff:9::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10027', + '"gw01.freifunk-muenchen.de" port 10027', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10027', + '"gw02.freifunk-muenchen.de" port 10027', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10027', + '"gw03.freifunk-muenchen.de" port 10027', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10027', + '"gw04.freifunk-muenchen.de" port 10027', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10027', + '"gw05.freifunk-muenchen.de" port 10027', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc08.conf b/extra/ffmuc08.conf new file mode 100644 index 0000000..601f4d7 --- /dev/null +++ b/extra/ffmuc08.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Schwanthalerhöhe', + site_code = 'ffmuc08', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.204.0/22', + prefix6 = 'fdef:ffc0:4fff:a::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.204.1', + ip6 = 'fdef:ffc0:4fff:a::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10028', + '"gw01.freifunk-muenchen.de" port 10028', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10028', + '"gw02.freifunk-muenchen.de" port 10028', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10028', + '"gw03.freifunk-muenchen.de" port 10028', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10028', + '"gw04.freifunk-muenchen.de" port 10028', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10028', + '"gw05.freifunk-muenchen.de" port 10028', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc09.conf b/extra/ffmuc09.conf new file mode 100644 index 0000000..e9157c3 --- /dev/null +++ b/extra/ffmuc09.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Neuhausen-Nymphenburg', + site_code = 'ffmuc09', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.180.0/22', + prefix6 = 'fdef:ffc0:4fff:b::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.180.1', + ip6 = 'fdef:ffc0:4fff:b::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10029', + '"gw01.freifunk-muenchen.de" port 10029', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10029', + '"gw02.freifunk-muenchen.de" port 10029', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10029', + '"gw03.freifunk-muenchen.de" port 10029', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10029', + '"gw04.freifunk-muenchen.de" port 10029', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10029', + '"gw05.freifunk-muenchen.de" port 10029', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc10.conf b/extra/ffmuc10.conf new file mode 100644 index 0000000..6b122f0 --- /dev/null +++ b/extra/ffmuc10.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Moosach', + site_code = 'ffmuc10', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.176.0/22', + prefix6 = 'fdef:ffc0:4fff:c::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.176.1', + ip6 = 'fdef:ffc0:4fff:c::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10030', + '"gw01.freifunk-muenchen.de" port 10030', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10030', + '"gw02.freifunk-muenchen.de" port 10030', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10030', + '"gw03.freifunk-muenchen.de" port 10030', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10030', + '"gw04.freifunk-muenchen.de" port 10030', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10030', + '"gw05.freifunk-muenchen.de" port 10030', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc11.conf b/extra/ffmuc11.conf new file mode 100644 index 0000000..d17bada --- /dev/null +++ b/extra/ffmuc11.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Milbertshofen-Am-Hart', + site_code = 'ffmuc11', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.172.0/22', + prefix6 = 'fdef:ffc0:4fff:d::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.172.1', + ip6 = 'fdef:ffc0:4fff:d::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10031', + '"gw01.freifunk-muenchen.de" port 10031', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10031', + '"gw02.freifunk-muenchen.de" port 10031', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10031', + '"gw03.freifunk-muenchen.de" port 10031', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10031', + '"gw04.freifunk-muenchen.de" port 10031', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10031', + '"gw05.freifunk-muenchen.de" port 10031', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc12.conf b/extra/ffmuc12.conf new file mode 100644 index 0000000..f1180e8 --- /dev/null +++ b/extra/ffmuc12.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Schwabing-Freimann', + site_code = 'ffmuc12', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.196.0/22', + prefix6 = 'fdef:ffc0:4fff:e::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.196.1', + ip6 = 'fdef:ffc0:4fff:e::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10032', + '"gw01.freifunk-muenchen.de" port 10032', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10032', + '"gw02.freifunk-muenchen.de" port 10032', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10032', + '"gw03.freifunk-muenchen.de" port 10032', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10032', + '"gw04.freifunk-muenchen.de" port 10032', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10032', + '"gw05.freifunk-muenchen.de" port 10032', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc13.conf b/extra/ffmuc13.conf new file mode 100644 index 0000000..becfb2c --- /dev/null +++ b/extra/ffmuc13.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Bogenhausen', + site_code = 'ffmuc13', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.148.0/22', + prefix6 = 'fdef:ffc0:4fff:f::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.148.1', + ip6 = 'fdef:ffc0:4fff:f::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10033', + '"gw01.freifunk-muenchen.de" port 10033', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10033', + '"gw02.freifunk-muenchen.de" port 10033', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10033', + '"gw03.freifunk-muenchen.de" port 10033', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10033', + '"gw04.freifunk-muenchen.de" port 10033', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10033', + '"gw05.freifunk-muenchen.de" port 10033', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc14.conf b/extra/ffmuc14.conf new file mode 100644 index 0000000..880a584 --- /dev/null +++ b/extra/ffmuc14.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Berg am Laim', + site_code = 'ffmuc14', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.144.0/22', + prefix6 = 'fdef:ffc0:4fff:10::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.144.1', + ip6 = 'fdef:ffc0:4fff:10::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10034', + '"gw01.freifunk-muenchen.de" port 10034', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10034', + '"gw02.freifunk-muenchen.de" port 10034', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10034', + '"gw03.freifunk-muenchen.de" port 10034', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10034', + '"gw04.freifunk-muenchen.de" port 10034', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10034', + '"gw05.freifunk-muenchen.de" port 10034', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc15.conf b/extra/ffmuc15.conf new file mode 100644 index 0000000..df339f8 --- /dev/null +++ b/extra/ffmuc15.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Trudering-Riem', + site_code = 'ffmuc15', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.220.0/22', + prefix6 = 'fdef:ffc0:4fff:11::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.220.1', + ip6 = 'fdef:ffc0:4fff:11::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10035', + '"gw01.freifunk-muenchen.de" port 10035', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10035', + '"gw02.freifunk-muenchen.de" port 10035', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10035', + '"gw03.freifunk-muenchen.de" port 10035', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10035', + '"gw04.freifunk-muenchen.de" port 10035', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10035', + '"gw05.freifunk-muenchen.de" port 10035', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc16.conf b/extra/ffmuc16.conf new file mode 100644 index 0000000..3f76e75 --- /dev/null +++ b/extra/ffmuc16.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Ramersdorf-Perlach', + site_code = 'ffmuc16', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.192.0/22', + prefix6 = 'fdef:ffc0:4fff:12::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.192.1', + ip6 = 'fdef:ffc0:4fff:12::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10036', + '"gw01.freifunk-muenchen.de" port 10036', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10036', + '"gw02.freifunk-muenchen.de" port 10036', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10036', + '"gw03.freifunk-muenchen.de" port 10036', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10036', + '"gw04.freifunk-muenchen.de" port 10036', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10036', + '"gw05.freifunk-muenchen.de" port 10036', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc17.conf b/extra/ffmuc17.conf new file mode 100644 index 0000000..452e4c7 --- /dev/null +++ b/extra/ffmuc17.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Giesing', + site_code = 'ffmuc17', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.184.0/22', + prefix6 = 'fdef:ffc0:4fff:13::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.184.1', + ip6 = 'fdef:ffc0:4fff:13::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10037', + '"gw01.freifunk-muenchen.de" port 10037', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10037', + '"gw02.freifunk-muenchen.de" port 10037', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10037', + '"gw03.freifunk-muenchen.de" port 10037', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10037', + '"gw04.freifunk-muenchen.de" port 10037', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10037', + '"gw05.freifunk-muenchen.de" port 10037', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc19.conf b/extra/ffmuc19.conf new file mode 100644 index 0000000..6e05208 --- /dev/null +++ b/extra/ffmuc19.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Thalkirchen-Obersendling-Forstenried-Fürstenried-Solln', + site_code = 'ffmuc19', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.216.0/22', + prefix6 = 'fdef:ffc0:4fff:14::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.216.1', + ip6 = 'fdef:ffc0:4fff:14::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10039', + '"gw01.freifunk-muenchen.de" port 10039', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10039', + '"gw02.freifunk-muenchen.de" port 10039', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10039', + '"gw03.freifunk-muenchen.de" port 10039', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10039', + '"gw04.freifunk-muenchen.de" port 10039', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10039', + '"gw05.freifunk-muenchen.de" port 10039', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc20.conf b/extra/ffmuc20.conf new file mode 100644 index 0000000..56ec3f6 --- /dev/null +++ b/extra/ffmuc20.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Hadern', + site_code = 'ffmuc20', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.156.0/22', + prefix6 = 'fdef:ffc0:4fff:15::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.156.1', + ip6 = 'fdef:ffc0:4fff:15::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10040', + '"gw01.freifunk-muenchen.de" port 10040', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10040', + '"gw02.freifunk-muenchen.de" port 10040', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10040', + '"gw03.freifunk-muenchen.de" port 10040', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10040', + '"gw04.freifunk-muenchen.de" port 10040', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10040', + '"gw05.freifunk-muenchen.de" port 10040', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc21.conf b/extra/ffmuc21.conf new file mode 100644 index 0000000..a4125d9 --- /dev/null +++ b/extra/ffmuc21.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Pasing-Obermenzing', + site_code = 'ffmuc21', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.188.0/22', + prefix6 = 'fdef:ffc0:4fff:16::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.188.1', + ip6 = 'fdef:ffc0:4fff:16::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10041', + '"gw01.freifunk-muenchen.de" port 10041', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10041', + '"gw02.freifunk-muenchen.de" port 10041', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10041', + '"gw03.freifunk-muenchen.de" port 10041', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10041', + '"gw04.freifunk-muenchen.de" port 10041', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10041', + '"gw05.freifunk-muenchen.de" port 10041', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc22.conf b/extra/ffmuc22.conf new file mode 100644 index 0000000..222859f --- /dev/null +++ b/extra/ffmuc22.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Aubing-Lochhausen-Langwied', + site_code = 'ffmuc22', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.140.0/22', + prefix6 = 'fdef:ffc0:4fff:17::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.140.1', + ip6 = 'fdef:ffc0:4fff:17::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10042', + '"gw01.freifunk-muenchen.de" port 10042', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10042', + '"gw02.freifunk-muenchen.de" port 10042', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10042', + '"gw03.freifunk-muenchen.de" port 10042', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10042', + '"gw04.freifunk-muenchen.de" port 10042', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10042', + '"gw05.freifunk-muenchen.de" port 10042', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc23.conf b/extra/ffmuc23.conf new file mode 100644 index 0000000..16cd410 --- /dev/null +++ b/extra/ffmuc23.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Allach-Untermenzing', + site_code = 'ffmuc23', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.128.0/22', + prefix6 = 'fdef:ffc0:4fff:18::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.128.1', + ip6 = 'fdef:ffc0:4fff:18::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10043', + '"gw01.freifunk-muenchen.de" port 10043', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10043', + '"gw02.freifunk-muenchen.de" port 10043', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10043', + '"gw03.freifunk-muenchen.de" port 10043', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10043', + '"gw04.freifunk-muenchen.de" port 10043', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10043', + '"gw05.freifunk-muenchen.de" port 10043', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc24.conf b/extra/ffmuc24.conf new file mode 100644 index 0000000..8b87146 --- /dev/null +++ b/extra/ffmuc24.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Feldmoching-Hasenbergl', + site_code = 'ffmuc24', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.152.0/22', + prefix6 = 'fdef:ffc0:4fff:19::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.152.1', + ip6 = 'fdef:ffc0:4fff:19::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10044', + '"gw01.freifunk-muenchen.de" port 10044', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10044', + '"gw02.freifunk-muenchen.de" port 10044', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10044', + '"gw03.freifunk-muenchen.de" port 10044', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10044', + '"gw04.freifunk-muenchen.de" port 10044', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10044', + '"gw05.freifunk-muenchen.de" port 10044', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc25.conf b/extra/ffmuc25.conf new file mode 100644 index 0000000..64d5952 --- /dev/null +++ b/extra/ffmuc25.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - Laim', + site_code = 'ffmuc25', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.160.0/22', + prefix6 = 'fdef:ffc0:4fff:1a::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.160.1', + ip6 = 'fdef:ffc0:4fff:1a::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10045', + '"gw01.freifunk-muenchen.de" port 10045', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10045', + '"gw02.freifunk-muenchen.de" port 10045', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10045', + '"gw03.freifunk-muenchen.de" port 10045', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10045', + '"gw04.freifunk-muenchen.de" port 10045', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10045', + '"gw05.freifunk-muenchen.de" port 10045', + }, + }, + }, + }, + }, + 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 diff --git a/extra/ffmuc_land.conf b/extra/ffmuc_land.conf new file mode 100644 index 0000000..92aa4f3 --- /dev/null +++ b/extra/ffmuc_land.conf @@ -0,0 +1,154 @@ +{ + hostname_prefix = '', + site_name = 'Freifunk München - München-Land', + site_code = 'ffmuc_land', + + opkg = { + openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages', + }, + + prefix4 = '10.80.24.0/21', + prefix6 = 'fdef:ffc0:4fff:1b::/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-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + wifi5 = { + channel = 44, + ap = { + ssid = 'muenchen.freifunk.net', + }, + --mesh = { + -- id = 'ffmuc-mesh', + -- mcast_rate = 12000, + --}, + ibss = { + ssid = 'mesh.ffmuc', + bssid = '02:0E:8E:1E:61:17', + mcast_rate = 12000, + }, + }, + + mesh = { + batman_adv = { + gw_sel_class = 3, + }, + }, + + next_node = { + ip4 = '10.80.24.1', + ip6 = 'fdef:ffc0:4fff:1b::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1280, + groups = { + backbone = { + limit = 1, + peers = { + gw01 = { + key = '8ddaa67325583c64adf6e60cbe78e3436e5765fd0a2a632fae9e0ad68c855803', + remotes = { + '"gw01.ffmuc.net" port 10046', + '"gw01.freifunk-muenchen.de" port 10046', + }, + }, + gw02 = { + key = 'b860304fce2e0a701d4c13fa5e01f08832291a5c85d11e191639b9276ab53a45', + remotes = { + '"gw02.ffmuc.net" port 10046', + '"gw02.freifunk-muenchen.de" port 10046', + }, + }, + gw03 = { + key = '4b856fca91077d08ea79f13e139c33b1d1a62e1566e0d447bbfd9cf640c74c41', + remotes = { + '"gw03.ffmuc.net" port 10046', + '"gw03.freifunk-muenchen.de" port 10046', + }, + }, + gw04 = { + key = 'adee58f70829e6a03e568ca8273070b38c1b4cfe0beb69c53eea429646908126', + remotes = { + '"gw04.ffmuc.net" port 10046', + '"gw04.freifunk-muenchen.de" port 10046', + }, + }, + gw05 = { + key = '2242fe7fff1def15233a364487545e57c3c69e1b624d97bd5d72359b9851cb6e', + remotes = { + '"gw05.ffmuc.net" port 10046', + '"gw05.freifunk-muenchen.de" port 10046', + }, + }, + }, + }, + }, + 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 diff --git a/modules b/modules index 20bb58e..64c5aa1 100644 --- a/modules +++ b/modules @@ -1,5 +1,5 @@ GLUON_SITE_FEEDS='ffmuc' PACKAGES_FFMUC_REPO=https://github.com/freifunkMUC/gluon-packages.git -PACKAGES_FFMUC_BRANCH=ath9k_wifi_fix -PACKAGES_FFMUC_COMMIT=b8c2b7dd024d93bc7ceb552adbe8e20f0e68dc26 +PACKAGES_FFMUC_BRANCH=master +PACKAGES_FFMUC_COMMIT=7aee55d08d5415501045c25fb4c114836c107522