site-ffrgb/site.conf

107 lines
2.6 KiB
Plaintext
Raw Normal View History

2015-03-03 11:27:16 +01:00
{
2015-05-29 16:30:17 +02:00
hostname_prefix = 'freifunk-rgb_',
2015-05-19 14:17:58 +02:00
site_name = 'Freifunk Regensburg',
site_code = 'ffrgb-bat15',
opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages',
prefix4 = '10.90.0.0/16',
prefix6 = 'fdef:f00f:1337:cafe/64',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3',
ntp_servers = {'1.ntp.services.ffrgb','2.ntp.services.ffrgb'},
mesh_on_wan = true,
regdom = 'DE',
wifi24 = {
ssid = 'regensburg.freifunk.net',
channel = 1,
htmode = 'HT40+',
mesh_ssid = 'mesh.ffrgb',
mesh_bssid = '02:0E:8E:1E:61:17',
mesh_mcast_rate = 12000,
},
wifi5 = {
ssid = 'regensburg.freifunk.net',
channel = 44,
htmode = 'HT40+',
mesh_ssid = 'mesh.ffrgb',
mesh_bssid = '02:0E:8E:1E:61:17',
mesh_mcast_rate = 12000,
},
next_node = {
ip4 = '10.90.0.1',
ip6 = 'fdef:f00f:1337:cafe::1',
mac = '16:41:95:40:f7:dd',
},
fastd_mesh_vpn = {
methods = {'salsa2012+umac'},
mtu = 1426,
groups = {
backbone = {
limit = 2,
peers = {
gw01 = { --[[ sven ]]
key = '58c2ac30c4693e8fde59c3794ac4c09748ec6a969e9688c42e144f5382e16e66',
remotes = {
'ipv4 "78.47.168.108" port 10000',
},
},
gw04 = { --[[ mephisto ]]
key = '40ebfaf04da006d9150d3d8adeaab0dfa62ca645b416403537cb009bbf2125b5',
remotes = {
'ipv4 "213.166.225.5" port 10000',
},
},
},
},
},
},
autoupdater = {
enabled = 1,
branch = 'stable',
branches = {
stable = {
name = 'stable',
mirrors = {
2015-03-18 15:20:24 +01:00
'http://[fdef:f00f:1337:cafe::11]/firmware/stable/sysupgrade/',
2015-03-03 11:27:16 +01:00
},
2015-05-19 14:17:58 +02:00
probability = 0.1,
good_signatures = 1,
pubkeys = {
2015-03-03 11:27:16 +01:00
'4d6b1a8e2ecfdb59469c38c3659916dd6046cd5270ddd31c3319b21c508eaa07', -- mephisto
2015-05-19 14:17:58 +02:00
'130ff01b6c8df0349c977a5c9539775209493bc771b713e5b3e58cc1d7c4145a', -- sven
},
},
experimental = {
2015-03-03 11:27:16 +01:00
name = 'experimental',
2015-05-19 14:17:58 +02:00
mirrors = {
2015-03-18 15:20:24 +01:00
'http://[fdef:f00f:1337:cafe::11]/firmware/experimental/sysupgrade/',
2015-03-03 11:27:16 +01:00
},
2015-05-19 14:17:58 +02:00
probability = 0.5,
good_signatures = 1,
pubkeys = {
2015-03-03 11:27:16 +01:00
'4d6b1a8e2ecfdb59469c38c3659916dd6046cd5270ddd31c3319b21c508eaa07', -- mephisto
2015-05-19 14:17:58 +02:00
'130ff01b6c8df0349c977a5c9539775209493bc771b713e5b3e58cc1d7c4145a', -- sven
},
},
},
},
simple_tc = {
mesh_vpn = {
ifname = 'mesh-vpn',
enabled = false,
limit_egress = 1200,
limit_ingress = 12000,
},
},
2015-03-03 11:27:16 +01:00
}
-- vim: set ft=lua:ts=2:sw=2:et