site/site.conf

203 lines
8.6 KiB
Plaintext
Raw Permalink Normal View History

2015-01-04 14:30:01 +00:00
{
2015-02-21 11:54:29 +00:00
hostname_prefix = 'tdf',
2015-01-04 14:30:01 +00:00
site_name = 'Freifunk Troisdorf',
2015-04-26 19:51:59 +00:00
site_code = 'tdf',
2015-01-12 10:24:44 +00:00
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
2015-01-04 14:30:01 +00:00
prefix4 = '10.188.0.0/16',
prefix6 = 'fda0:747e:ab29:7405::/64',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {
'0.de.pool.ntp.org',
'1.de.pool.ntp.org',
2015-09-05 15:44:17 +00:00
'ntp1.infra.fftdf',
'ntp2.infra.fftdf',
2015-01-04 14:30:01 +00:00
},
regdom = 'DE',
wifi24 = {
2015-08-23 18:23:17 +00:00
ssid = 'Freifunk',
channel = 11,
htmode = 'HT20',
2015-09-19 20:12:54 +00:00
mesh_ssid = 'troisdorf-freifunk-mesh',
2015-08-23 18:23:17 +00:00
mesh_bssid = '02:74:05:d0:4f:00',
mesh_mcast_rate = 12000,
2015-01-04 14:30:01 +00:00
},
wifi5 = {
2015-08-23 18:23:17 +00:00
ssid = 'Freifunk',
channel = 44,
htmode = 'HT40+',
2015-09-19 20:12:54 +00:00
mesh_ssid = 'troisdorf-freifunk-mesh',
2015-08-23 18:23:17 +00:00
mesh_bssid = '02:74:05:d0:4f:00',
mesh_mcast_rate = 12000,
2015-01-04 14:30:01 +00:00
},
2015-06-02 09:28:04 +00:00
next_node = {
ip4 = '10.188.0.1',
ip6 = 'fda0:747e:ab29:7405::1',
mac = '04:74:05:d0:4f:aa',
},
fastd_mesh_vpn = {
2015-09-05 15:44:17 +00:00
enabled = true,
2015-06-02 09:28:04 +00:00
methods = {
2015-10-08 10:22:06 +00:00
'null',
2015-06-02 09:28:04 +00:00
'salsa2012+umac',
2015-10-08 09:24:28 +00:00
'salsa2012+gmac'
2015-06-02 09:28:04 +00:00
},
2015-07-18 20:44:48 +00:00
mtu = 1312,
2015-06-02 09:28:04 +00:00
groups = {
backbone = {
2015-09-27 15:43:40 +00:00
limit = 3,
peers = {
wupper0 = {
key = '7142f897f4e55d2c19207aa59db92ec54d7517cf558d5ecaef33689234952a4b',
2015-07-18 20:44:48 +00:00
remotes = {'"wupper0.freifunk-troisdorf.de" port 53842'},
},
wupper1 = {
key = '6eae041199ee627689bfa026afbd8a9ab299eca8aed4144321d098cffd62668e',
2015-07-18 20:44:48 +00:00
remotes = {'"wupper1.freifunk-troisdorf.de" port 53842'},
},
wupper2 = {
2015-07-18 20:44:48 +00:00
key = 'b7f319d59d8383ba813c3503416bca45f70852e4d207b1743bb6cdca1e30d9f5',
remotes = {'"wupper2.freifunk-troisdorf.de" port 53842'},
},
wupper3 = {
key = 'c8f3d1d10b0d6389e39c3c3cb08adfa3123e821fd5bfd6262d2161d80ee4b06c',
2015-07-18 20:44:48 +00:00
remotes = {'"wupper3.freifunk-troisdorf.de" port 53842'},
},
wupper4 = {
key = '5e7fa122990dbc34b8cae7ece2cd4ef919d3f8c23a674b7bbcf05bfebe6a6e8a',
2015-07-18 20:44:48 +00:00
remotes = {'"wupper4.freifunk-troisdorf.de" port 53842'},
},
2015-06-02 09:28:04 +00:00
},
},
troisdorf = {
2015-09-27 15:43:40 +00:00
limit = 3,
peers = {
2015-06-26 19:33:41 +00:00
troisdorf1 = {
key = '9154293d90bb907a647338585da4ddf283e534a948a0bb73ca604391fdd4aa0b',
2015-07-18 20:44:48 +00:00
remotes = {'"troisdorf1.freifunk-troisdorf.de" port 53842'},
2015-06-26 19:33:41 +00:00
},
troisdorf2 = {
key = 'fab9b346a16eead4077a792076fb9ccd7738f959d7654567440c9192ad0d2bec',
2015-07-18 20:44:48 +00:00
remotes = {'"troisdorf2.freifunk-troisdorf.de" port 53842'},
2015-06-26 19:33:41 +00:00
},
troisdorf3 = {
key = 'd45d3b0f660dbdb610514d7236c0b1a7f7c6c03eb2e3a517f45dd8a01a39a9fa',
2015-07-18 20:44:48 +00:00
remotes = {'"troisdorf3.freifunk-troisdorf.de" port 53842'},
2015-06-26 19:33:41 +00:00
},
troisdorf4 = {
key = '25abce5516c6cdb1782773f77158eb7b1234e7ca12d2c6603d5696b441415b8c',
2015-07-18 20:44:48 +00:00
remotes = {'"troisdorf4.freifunk-troisdorf.de" port 53842'},
},
},
}
},
2015-06-02 09:28:04 +00:00
},
2015-08-23 18:23:17 +00:00
autoupdater = {
2015-06-02 09:28:04 +00:00
enabled = true,
2015-09-19 20:12:54 +00:00
branch = 'futro',
2015-06-02 09:28:04 +00:00
branches = {
stable = {
name = 'stable',
mirrors = {
'http://update1.infra.fftdf/stable/sysupgrade',
'http://update2.infra.fftdf/stable/sysupgrade',
'http://update3.infra.fftdf/stable/sysupgrade'
},
probability = 0.08,
good_signatures = 2,
pubkeys = {
'2647b9fec75e130e153728ee8fad14b24764f23637eb9f3b0a68f2a279a74914', -- Stefan
'98be9ceda320d469db01262ede69820b6ac245bf96433cf99b66726cc04fecf7', -- Kemal
'40f4e0d70ad87dda6ec60e454f9fdf6bd203c89615ff89bd33c365391ffabbe0', -- Reka
2015-07-18 20:44:48 +00:00
'043b3112de38c7495264f8f871fa9c56f88c23794a9e3dd5d654ad93f535dd14', -- Thorsten
'fdf72a54d63f153f590c4bf96a82ef194ca1b6ed0757547f61f85e87a4e42cd0' -- Marconi
2015-06-02 09:27:27 +00:00
2015-06-02 09:28:04 +00:00
},
},
beta = {
name = 'beta',
mirrors = {
'http://update1.infra.fftdf/beta/sysupgrade',
'http://update2.infra.fftdf/beta/sysupgrade',
'http://update3.infra.fftdf/beta/sysupgrade'
},
probability = 0.08,
good_signatures = 1,
pubkeys = {
'2647b9fec75e130e153728ee8fad14b24764f23637eb9f3b0a68f2a279a74914', -- Stefan
'98be9ceda320d469db01262ede69820b6ac245bf96433cf99b66726cc04fecf7', -- Kemal
'40f4e0d70ad87dda6ec60e454f9fdf6bd203c89615ff89bd33c365391ffabbe0', -- Reka
2015-07-18 20:44:48 +00:00
'043b3112de38c7495264f8f871fa9c56f88c23794a9e3dd5d654ad93f535dd14', -- Thorsten
'fdf72a54d63f153f590c4bf96a82ef194ca1b6ed0757547f61f85e87a4e42cd0' -- Marconi
2015-06-02 09:28:04 +00:00
},
},
experimental = {
name = 'experimental',
mirrors = {
'http://update1.infra.fftdf/experimental/sysupgrade',
'http://update2.infra.fftdf/experimental/sysupgrade',
'http://update3.infra.fftdf/experimental/sysupgrade'
},
probability = 1.00,
good_signatures = 1,
pubkeys = {
'2647b9fec75e130e153728ee8fad14b24764f23637eb9f3b0a68f2a279a74914', -- Stefan
'98be9ceda320d469db01262ede69820b6ac245bf96433cf99b66726cc04fecf7', -- Kemal
'40f4e0d70ad87dda6ec60e454f9fdf6bd203c89615ff89bd33c365391ffabbe0', -- Reka
2015-07-18 20:44:48 +00:00
'043b3112de38c7495264f8f871fa9c56f88c23794a9e3dd5d654ad93f535dd14', -- Thorsten
'fdf72a54d63f153f590c4bf96a82ef194ca1b6ed0757547f61f85e87a4e42cd0' -- Marconi
2015-06-02 09:28:04 +00:00
},
},
2015-08-23 18:23:17 +00:00
event = {
name = 'event',
mirrors = {
'http://update1.infra.fftdf/event/sysupgrade',
'http://update2.infra.fftdf/event/sysupgrade',
'http://update3.infra.fftdf/event/sysupgrade'
},
probability = 1.00,
good_signatures = 1,
pubkeys = {
'2647b9fec75e130e153728ee8fad14b24764f23637eb9f3b0a68f2a279a74914', -- Stefan
'98be9ceda320d469db01262ede69820b6ac245bf96433cf99b66726cc04fecf7', -- Kemal
'40f4e0d70ad87dda6ec60e454f9fdf6bd203c89615ff89bd33c365391ffabbe0', -- Reka
'043b3112de38c7495264f8f871fa9c56f88c23794a9e3dd5d654ad93f535dd14', -- Thorsten
'fdf72a54d63f153f590c4bf96a82ef194ca1b6ed0757547f61f85e87a4e42cd0' -- Marconi
},
2015-09-19 20:37:52 +00:00
},
2015-09-19 20:12:54 +00:00
futro = {
name = 'futro',
mirrors = {
'http://update1.infra.fftdf/futro/sysupgrade',
'http://update2.infra.fftdf/futro/sysupgrade',
'http://update3.infra.fftdf/futro/sysupgrade'
},
probability = 1.00,
good_signatures = 1,
pubkeys = {
'2647b9fec75e130e153728ee8fad14b24764f23637eb9f3b0a68f2a279a74914', -- Stefan
'98be9ceda320d469db01262ede69820b6ac245bf96433cf99b66726cc04fecf7', -- Kemal
'40f4e0d70ad87dda6ec60e454f9fdf6bd203c89615ff89bd33c365391ffabbe0', -- Reka
'043b3112de38c7495264f8f871fa9c56f88c23794a9e3dd5d654ad93f535dd14', -- Thorsten
'fdf72a54d63f153f590c4bf96a82ef194ca1b6ed0757547f61f85e87a4e42cd0' -- Marconi
},
2015-08-23 18:23:17 +00:00
},
2015-06-02 09:28:04 +00:00
},
},
2015-06-03 11:38:08 +00:00
roles = {
2015-09-19 20:12:54 +00:00
default = 'offloader',
2015-06-03 11:38:08 +00:00
list = {
'node',
2015-09-19 20:12:54 +00:00
'offloader',
2015-09-05 16:04:56 +00:00
'event',
2015-06-03 11:38:08 +00:00
},
},
2015-06-02 09:28:04 +00:00
simple_tc = {
mesh_vpn = {
ifname = 'mesh-vpn',
enabled = false,
limit_egress = 300,
limit_ingress = 5000,
},
},
}