site/site.conf

177 lines
6.9 KiB
Plaintext
Raw 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',
site_code = 'Troisdorf',
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',
},
regdom = 'DE',
wifi24 = {
ssid = 'Freifunk',
channel = 5,
htmode = 'HT40-',
mesh_ssid = 'troisdorf-ff-mesh',
mesh_bssid = '02:74:05:d0:4f:00',
mesh_mcast_rate = 12000,
},
wifi5 = {
ssid = 'Freifunk',
2015-03-15 22:10:54 +00:00
channel = 44,
2015-01-04 14:30:01 +00:00
htmode = 'HT40+',
mesh_ssid = 'troisdorf-ff-mesh',
mesh_bssid = '02:74:05:d0:4f:00',
mesh_mcast_rate = 12000,
},
next_node = {
ip4 = '10.188.0.1',
ip6 = 'fda0:747e:ab29:7405::1',
mac = '04:74:05:d0:4f:aa',
},
fastd_mesh_vpn = {
methods = {
'salsa2012+umac',
'salsa2012+gmac'
},
2015-01-25 12:15:10 +00:00
mtu = 1406,
2015-01-04 14:30:01 +00:00
backbone = {
limit = 2,
peers = {
2015-03-28 16:14:16 +00:00
wupper0 = {
2015-02-21 11:54:29 +00:00
key = '7142f897f4e55d2c19207aa59db92ec54d7517cf558d5ecaef33689234952a4b',
remotes = {'"wupper0v6.freifunk-troisdorf.de" port 53840'},
},
2015-03-28 16:14:16 +00:00
wupper1 = {
2015-01-25 12:15:10 +00:00
key = 'c3fe61335a6c92d2557cdaf93db2b80e7e5b9704290ccdb0ad34ee01c56b9116',
remotes = {'"wupper1v6.freifunk-troisdorf.de" port 53840'},
2015-01-04 14:30:01 +00:00
},
2015-03-28 16:14:16 +00:00
wupper-a = {
key = 'e52daa654abcf5c20c5b7a74b5145f70a7491435c6ef334ae352e4f19c00e8f5',
remotes = {'"wupper-a.freifunk-troisdorf.de" port 53840'},
},
wupper-b = {
key = '6eae041199ee627689bfa026afbd8a9ab299eca8aed4144321d098cffd62668e',
remotes = {'"wupper-b.freifunk-troisdorf.de" port 53840'},
},
wupper-c = {
key = 'b7f319d59d8383ba813c3503416bca45f70852e4d207b1743bb6cdca1e30d9f5',
remotes = {'"wupper-c.freifunk-troisdorf.de" port 53840'},
},
wupper-d = {
key = 'c8f3d1d10b0d6389e39c3c3cb08adfa3123e821fd5bfd6262d2161d80ee4b06c',
remotes = {'"wupper-d.freifunk-troisdorf.de" port 53840'},
},
wupper-e = {
key = '5e7fa122990dbc34b8cae7ece2cd4ef919d3f8c23a674b7bbcf05bfebe6a6e8a',
remotes = {'"wupper-e.freifunk-troisdorf.de" port 53840'},
},
wupper-f = {
key = 'd49256cbc83e206c9afb3c8f757f1a318a18e16933b9b05015926d0849b3cd89',
remotes = {'"wupper-f.freifunk-troisdorf.de" port 53840'},
},
2015-01-04 14:30:01 +00:00
gateway1 = {
key = 'f355e18e0e442723548d21db8d762deeb1cfef18abd3c27180e7ca1ff6639422',
2015-01-25 12:15:10 +00:00
remotes = {'"gateway1.freifunk-troisdorf.de" port 53840'},
2015-01-04 14:30:01 +00:00
},
},
},
},
2015-01-25 12:15:10 +00:00
autoupdater = {
2015-01-04 14:30:01 +00:00
enabled = true,
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
2015-01-12 10:24:44 +00:00
'http://update1.infra.fftdf/stable/sysupgrade',
2015-02-21 11:54:29 +00:00
'http://update2.infra.fftdf/stable/sysupgrade',
'http://update3.infra.fftdf/stable/sysupgrade'
2015-01-04 14:30:01 +00:00
},
probability = 0.08,
2015-02-03 12:19:31 +00:00
good_signatures = 2,
2015-01-04 14:30:01 +00:00
pubkeys = {
'2647b9fec75e130e153728ee8fad14b24764f23637eb9f3b0a68f2a279a74914', -- Stefan
2015-01-12 10:24:44 +00:00
'98be9ceda320d469db01262ede69820b6ac245bf96433cf99b66726cc04fecf7', -- Kemal
2015-01-25 12:15:10 +00:00
'40f4e0d70ad87dda6ec60e454f9fdf6bd203c89615ff89bd33c365391ffabbe0', -- Reka
2015-01-04 14:30:01 +00:00
},
},
beta = {
name = 'beta',
mirrors = {
2015-01-12 10:24:44 +00:00
'http://update1.infra.fftdf/beta/sysupgrade',
2015-02-21 11:54:29 +00:00
'http://update2.infra.fftdf/beta/sysupgrade',
'http://update3.infra.fftdf/beta/sysupgrade'
2015-01-04 14:30:01 +00:00
},
probability = 0.08,
good_signatures = 1,
pubkeys = {
'2647b9fec75e130e153728ee8fad14b24764f23637eb9f3b0a68f2a279a74914', -- Stefan
2015-01-12 10:24:44 +00:00
'98be9ceda320d469db01262ede69820b6ac245bf96433cf99b66726cc04fecf7', -- Kemal
2015-01-25 12:15:10 +00:00
'40f4e0d70ad87dda6ec60e454f9fdf6bd203c89615ff89bd33c365391ffabbe0', -- Reka
2015-01-04 14:30:01 +00:00
},
},
experimental = {
name = 'experimental',
mirrors = {
2015-01-12 10:24:44 +00:00
'http://update1.infra.fftdf/experimental/sysupgrade',
2015-02-21 11:54:29 +00:00
'http://update2.infra.fftdf/experimental/sysupgrade',
'http://update3.infra.fftdf/experimental/sysupgrade'
2015-02-02 20:03:56 +00:00
},
probability = 1.00,
good_signatures = 1,
pubkeys = {
'2647b9fec75e130e153728ee8fad14b24764f23637eb9f3b0a68f2a279a74914', -- Stefan
'98be9ceda320d469db01262ede69820b6ac245bf96433cf99b66726cc04fecf7', -- Kemal
'40f4e0d70ad87dda6ec60e454f9fdf6bd203c89615ff89bd33c365391ffabbe0', -- Reka
},
},
2015-01-04 14:30:01 +00:00
},
},
simple_tc = {
mesh_vpn = {
ifname = 'mesh-vpn',
enabled = false,
limit_egress = 300,
limit_ingress = 5000,
},
},
config_mode = {
msg_welcome = [[
Willkommen zum Einrichtungsassistenten für einen Troisdorfer
Freifunk-Knoten.
Das folgende Formular bitte ausfüllen und absenden.
2015-01-04 14:30:01 +00:00
<br /> Es wird empfohlen wenn es sein muss zuerst die Einstellungen
für Experten zu bearbeiten, da dies später nicht mehr möglich ist.
]],
msg_pubkey = [[
Die Konfiguration ist nun abgeschlossen. Das Registrieren des Nodes ist nicht mehr erforderlich.
2015-01-04 14:30:01 +00:00
]],
msg_reboot = [[
<p>
Der Knoten (Router) startet gerade neu und wird anschließend versuchen,
sich mit anderen Freifunkknoten im Netz zu verbinden.
Mehr zu Freifunk in Troisdorf findet sich online unter
<a href="http://www.freifunk-troisdorf.de/">freifunk-troisdorf.de</a> und dem
<a href="https://wiki.freifunk-rheinland.net/Troisdorf">Wiki des Freifunk Rheinland e.V.</a>
2015-01-04 14:30:01 +00:00
</p>
<p>
Viel Spaß mit Freifunk!
2015-01-04 14:30:01 +00:00
</p>
]],
},
legacy = {
version_files = {'/etc/.freifunk_version_keep', '/etc/.fftro_version_keep'},
old_files = {'/etc/config/config_mode', '/etc/config/fftro', '/etc/config/freifunk'},
config_mode_configs = {'config_mode', 'fftro', 'freifunk'},
fastd_configs = {'fftro_mesh_vpn', 'mesh_vpn'},
mesh_ifname = 'freifunk',
tc_configs = {'fftro', 'freifunk'},
wifi_names = {'wifi_freifunk', 'wifi_freifunk5', 'wifi_mesh', 'wifi_mesh5'},
},
2015-01-12 10:24:44 +00:00
}