site/site.conf

140 lines
4.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',
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 = {
2015-10-01 15:04:23 +00:00
'ntp1.infra.fftdf',
'ntp2.infra.fftdf',
2015-01-04 14:30:01 +00:00
'0.de.pool.ntp.org',
'1.de.pool.ntp.org',
},
regdom = 'DE',
wifi24 = {
channel = 5,
2015-09-03 17:45:57 +00:00
htmode = 'HT20',
2015-10-10 17:58:55 +00:00
ap = {
ssid = 'Freifunk',
},
mesh = {
2015-10-10 19:27:13 +00:00
id = 'troisdorf-ff-mesh',
2015-10-10 17:58:55 +00:00
mcast_rate = 12000,
},
ibss ={
ssid = '02:74:05:d0:4f:00',
bssid = '02:74:05:d0:4f:00',
mcast_rate = 12000,
},
2015-01-04 14:30:01 +00:00
},
wifi5 = {
2015-03-15 22:10:54 +00:00
channel = 44,
2015-01-04 14:30:01 +00:00
htmode = 'HT40+',
2015-10-10 17:58:55 +00:00
ap = {
ssid = 'Freifunk',
},
mesh = {
2015-10-10 19:27:13 +00:00
id = 'troisdorf-ff-mesh',
2015-10-10 17:58:55 +00:00
mcast_rate = 12000,
},
ibss ={
ssid = '02:74:05:d0:4f:00',
bssid = '02:74:05:d0:4f:00',
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',
},
2015-11-02 19:41:00 +00:00
mesh = {
batman_adv = {
gw_sel_class = 3,
2015-11-02 19:41:00 +00:00
},
},
2015-06-03 11:38:08 +00:00
autoupdater = {
2015-06-02 09:28:04 +00:00
enabled = true,
branch = 'stable',
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-10-17 10:30:23 +00:00
roguenets_filter = {
allowed_prefix4 = '10.188.0.0/16',
allowed_prefix6 = 'fda0:747e:ab29:7405::/64',
},
tunneldigger_mesh_vpn = {
mtu = 1312,
2015-11-17 21:49:10 +00:00
brokers = {'troisdorf1.freifunk-troisdorf.de:53844',
'troisdorf2.freifunk-troisdorf.de:53844',
'troisdorf3.freifunk-troisdorf.de:53844',
'troisdorf4.freifunk-troisdorf.de:53844',
'troisdorf5.freifunk-troisdorf.de:53844',
'troisdorf6.freifunk-troisdorf.de:53844'},
2015-10-17 10:30:23 +00:00
},
2015-06-03 11:38:08 +00:00
roles = {
default = 'node',
list = {
'node',
'uplink',
2015-06-03 11:38:08 +00:00
'test',
'backbone',
'service',
},
},
2015-06-02 09:28:04 +00:00
}