site-helgo/site.conf

120 lines
3.2 KiB
Plaintext
Raw Normal View History

2015-04-23 09:04:38 +02:00
{
hostname_prefix = 'GibMirEinenNamen',
site_name = 'Freifunk Helgoland',
site_code = 'helgo',
opkg = {
openwrt = 'http://opkg.services.ffhh/%n/%v/%S/packages',
extra = {
2016-03-11 19:31:00 +01:00
modules = 'http://updates.helgoland.freifunk.net/stable/archive/modules/gluon-%GS-%GR/%S',
},
},
2015-04-23 09:04:38 +02:00
prefix4 = '10.189.0.0/18',
prefix6 = '2a03:2267:4e16:01ad::/64',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {'1.ntp.services.helgo','2.ntp.services.helgo'},
regdom = 'DE',
wifi24 = {
channel = 1,
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
basic_rate = {6000, 9000, 18000, 36000, 54000},
ap = {
ssid = 'helgoland.freifunk.net',
},
2016-03-11 19:31:00 +01:00
mesh = {
id = 'ff-helgo-mesh',
mcast_rate = 12000,
2016-03-11 19:31:00 +01:00
},
2015-04-23 09:04:38 +02:00
},
2015-04-23 09:04:38 +02:00
wifi5 = {
channel = 44,
ap = {
ssid = 'helgoland.freifunk.net',
},
2016-03-11 19:31:00 +01:00
mesh = {
id = 'ff-helgo-mesh',
mcast_rate = 12000,
2016-03-11 19:31:00 +01:00
},
2015-04-23 09:04:38 +02:00
},
next_node = {
ip4 = '10.189.0.1',
ip6 = '2a03:2267:4e16:01ad::1',
mac = '16:41:95:40:f7:dc',
},
fastd_mesh_vpn = {
enabled = true,
methods = {'salsa2012+umac'},
mtu = 1406,
groups = {
backbone = {
limit = 1,
peers = {
gateway01 = {
key = '2fa171346f800313145064d5e760af52069a3f3c6d1805c0393c747843b0eb8e',
remotes = {'"gw01.helgoland.freifunk.net" port 10100'},
},
gateway02 = {
key = 'f162c28d1f8f08cc9a6673126fd2d89e29c906c2901a9d8a39ade5ca85a32542',
remotes = {'"gw02.helgoland.freifunk.net" port 10100'},
},
gateway03 = {
key = '164b49d6897633e32cf93feb0249072a4315a32f08444309e0f524f0e55c1250',
remotes = {'"gw03.helgoland.freifunk.net" port 10100'},
},
gateway04 = {
key = '4966066b42bf72c175a381118f47806ccc57e75a0a61bba03043e617076b8b05',
remotes = {'"gw04.helgoland.freifunk.net" port 10100'},
},
2015-04-23 09:04:38 +02:00
},
},
},
bandwidth_limit = {
enabled = false,
ingress = 8192,
egress = 768,
},
2015-04-23 09:04:38 +02:00
},
autoupdater = {
branch = 'experimental',
branches = {
stable = {
name = 'stable',
mirrors = {'http://1.updates.services.helgo/stable/sysupgrade','http://2.updates.services.helgo/stable/sysupgrade'},
good_signatures = 2,
pubkeys = {
'aee22cdc38b5d792cfc360d11030953ddaea65ad52e7a9a3879e2aa7e2bf9e8b', -- A.Bernhardt
'874a73fab024e3dea99ef4b843ace2b97910fddde9911ce308b1d52add236270', -- bdobe
'76911ba14827d95bf4721297f2f421a697824cc14026e42316f18b392bacc11c', -- Entil\'Zha
},
},
beta = {
name = 'beta',
mirrors = {'http://1.updates.services.helgo/beta/sysupgrade','http://2.updates.services.helgo/beta/sysupgrade'},
good_signatures = 2,
pubkeys = {
2015-04-23 09:04:38 +02:00
'aee22cdc38b5d792cfc360d11030953ddaea65ad52e7a9a3879e2aa7e2bf9e8b', -- A.Bernhardt
'874a73fab024e3dea99ef4b843ace2b97910fddde9911ce308b1d52add236270', -- bdobe
'76911ba14827d95bf4721297f2f421a697824cc14026e42316f18b392bacc11c', -- Entil\'Zha
},
},
2015-04-23 09:04:38 +02:00
experimental = {
name = 'experimental',
mirrors = {'http://1.updates.services.helgo/experimental/sysupgrade','http://2.updates.services.helgo/experimental/sysupgrade'},
good_signatures = 1,
pubkeys = {
'fcd387541ae051eb02f18fd7883e6abb1b7f4c0bcf6ef1ae641a80be49e23d84', -- 1.builder
},
},
},
},
}