From 584692869d6de4534c727f6874680c460e25b7f8 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Fri, 20 May 2016 22:06:01 +0200 Subject: [PATCH] New Site.conf --- site.conf | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/site.conf b/site.conf index e67d15f..d6445d9 100644 --- a/site.conf +++ b/site.conf @@ -1,10 +1,10 @@ { hostname_prefix = 'tdf', - site_name = 'Freifunk Troisdorf', - site_code = 'tdf-', + site_name = 'Freifunk Troisdorf - Unterkünfte', + site_code = 'tdf-flu', opkg_repo = 'http://openwrt.draic.info/barrier_breaker/14.07/%S/packages', - prefix4 = '10.188.0.0/19', - prefix6 = '2a03:2260:121:0001::/64', + prefix4 = '10.188.64.0/19', + prefix6 = '2a03:2260:121:0003::/64', timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin ntp_servers = { 'ntp1.infra.fftdf', @@ -19,7 +19,7 @@ ssid = 'Freifunk', }, mesh = { - id = 'troisdorf-tdf-mesh', + id = 'troisdorf-flu-mesh', mcast_rate = 12000, }, }, @@ -29,13 +29,13 @@ ssid = 'Freifunk', }, mesh = { - id = 'troisdorf-tdf-mesh', + id = 'troisdorf-flu-mesh', mcast_rate = 12000, }, }, next_node = { - ip4 = '10.188.0.1', - ip6 = '2a03:2260:121:0001::1', + ip4 = '10.188.64.1', + ip6 = '2a03:2260:121:0003::1', mac = '04:74:05:d0:4f:aa', }, mesh = { @@ -50,9 +50,9 @@ stable = { name = 'stable', mirrors = { - 'http://update1.infra.fftdf/tdf/stable/sysupgrade', - 'http://update2.infra.fftdf/tdf/stable/sysupgrade', - 'http://update3.infra.fftdf/tdf/stable/sysupgrade' + 'http://update1.infra.fftdf/flu/stable/sysupgrade', + 'http://update2.infra.fftdf/flu/stable/sysupgrade', + 'http://update3.infra.fftdf/flu/stable/sysupgrade' }, probability = 1.00, good_signatures = 2, @@ -72,9 +72,9 @@ beta = { name = 'beta', mirrors = { - 'http://update1.infra.fftdf/tdf/beta/sysupgrade', - 'http://update2.infra.fftdf/tdf/beta/sysupgrade', - 'http://update3.infra.fftdf/tdf/beta/sysupgrade' + 'http://update1.infra.fftdf/flu/beta/sysupgrade', + 'http://update2.infra.fftdf/flu/beta/sysupgrade', + 'http://update3.infra.fftdf/flu/beta/sysupgrade' }, probability = 1.00, good_signatures = 1, @@ -93,9 +93,9 @@ experimental = { name = 'experimental', mirrors = { - 'http://update1.infra.fftdf/tdf/experimental/sysupgrade', - 'http://update2.infra.fftdf/tdf/experimental/sysupgrade', - 'http://update3.infra.fftdf/tdf/experimental/sysupgrade' + 'http://update1.infra.fftdf/flu/experimental/sysupgrade', + 'http://update2.infra.fftdf/flu/experimental/sysupgrade', + 'http://update3.infra.fftdf/flu/experimental/sysupgrade' }, probability = 1.00, good_signatures = 1, @@ -116,8 +116,8 @@ tunneldigger_mesh_vpn = { mtu = 1312, brokers = { - 'tdf1.freifunk-troisdorf.de:53842', - 'tdf2.freifunk-troisdorf.de:53840' + 'flu1.freifunk-troisdorf.de:53842', + 'flu2.freifunk-troisdorf.de:53840' }, }, roles = { @@ -130,4 +130,4 @@ service, }, }, - } + } \ No newline at end of file