From 4728e2d664d3d2c528b14424495b01024962acb2 Mon Sep 17 00:00:00 2001 From: Franz Pletz Date: Sun, 4 Oct 2015 15:29:34 +0200 Subject: [PATCH] Add ffmuc_welcome site.conf --- extra/ffmuc_welcome.conf | 127 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 127 insertions(+) create mode 100644 extra/ffmuc_welcome.conf diff --git a/extra/ffmuc_welcome.conf b/extra/ffmuc_welcome.conf new file mode 100644 index 0000000..9e17be4 --- /dev/null +++ b/extra/ffmuc_welcome.conf @@ -0,0 +1,127 @@ +{ + hostname_prefix = 'welcome', + site_name = 'Freifunk München Welcome', + site_code = 'ffmuc_welcome', + opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages', + + prefix4 = '10.80.64.0/19', + prefix6 = 'fdef:ffc0:4fff:1::/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 = { + ssid = 'muenchen.freifunk.net', + channel = 6, + htmode = 'HT20', + mesh_ssid = 'mesh.ffmuc.welcome', + mesh_bssid = '02:0E:8E:1E:61:18', + mesh_mcast_rate = 12000, + }, + + wifi5 = { + ssid = 'muenchen.freifunk.net', + channel = 44, + htmode = 'HT40+', + mesh_ssid = 'mesh.ffmuc.welcome', + mesh_bssid = '02:0E:8E:1E:61:18', + mesh_mcast_rate = 12000, + }, + + next_node = { + ip4 = '10.80.64.1', + ip6 = 'fdef:ffc0:4fff:1::1', + mac = '16:41:95:40:f7:dc', + }, + + fastd_mesh_vpn = { + methods = {'salsa2012+umac'}, + mtu = 1426, + groups = { + backbone = { + limit = 1, + peers = { + gwf01 = { + key = '89951ed50d591c0a4682ae50cb38806efe44dd736ba91ef64c9ef06b20ec186e', + remotes = { + 'ipv4 "gwf01.ffmuc.net" port 11000', + 'ipv4 "gwf01.freifunk-muenchen.de" port 11000', + }, + }, + gwf02 = { + key = 'e255f2671c56f28a65173719be61939e5d48518eaa4da0d19283fd5395908e35', + remotes = { + 'ipv4 "gwf02.ffmuc.net" port 11000', + 'ipv4 "gwf02.freifunk-muenchen.de" port 11001', + }, + }, + gwf03 = { + key = 'bf16080ab05a4416285638208e6f17055ea8f92cfd496c61eee1f1160cf6d386', + remotes = { + 'ipv4 "gwf03.ffmuc.net" port 11000', + 'ipv4 "gwf03.freifunk-muenchen.de" port 11002', + }, + }, + gwf04 = { + key = '421a2c8e78f86d08fa7c8c7660b0dc073640ff365acb308ab92155c33488c539', + remotes = { + 'ipv4 "gwf04.ffmuc.net" port 11000', + 'ipv4 "gwf04.freifunk-muenchen.de" port 11003', + }, + }, + }, + }, + }, + }, + + autoupdater = { + enabled = 1, + branch = 'stable', + branches = { + stable = { + name = 'stable', + mirrors = { + 'http://firmware.ffmuc.net/welcome/stable/sysupgrade/', + 'http://[fdef:ffc0:4fff::130]/welcome/stable/sysupgrade/', + }, + probability = 0.1, + good_signatures = 2, + pubkeys = { + '2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole + '7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz + '56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris + '2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz) + }, + }, + experimental = { + name = 'experimental', + mirrors = { + 'http://firmware.ffmuc.net/welcome/experimental/sysupgrade/', + 'http://[fdef:ffc0:4fff::130]/welcome/experimental/sysupgrade/', + }, + probability = 0.5, + good_signatures = 2, + pubkeys = { + '2a74ed02120a7d48bb2dc9be988b3480ed99844054b3d7f3e5d3df27d19d814b', -- ole + '7e3bd782e40189b903b3fb1e488d64b23aa04bc353b1a521b4cd50e70b299113', -- fpletz + '56c4201f6ce2994678b0142e19099dd28d6ed17775d35ca9a7f12d9235890ffc', -- chris + '2f92051ac4452d6026061e6c3719ffbd4f34ba7fbc474439fc6f857b76159bae', -- build.freifunk-muenchen.de (fpletz) + }, + }, + }, + }, + + simple_tc = { + mesh_vpn = { + ifname = 'mesh-vpn', + enabled = false, + limit_egress = 1200, + limit_ingress = 12000, + }, + }, +} +-- vim: set ft=lua:ts=2:sw=2:et