From 1b2c5e51d540b1ca7d5e3a1a60f7800b4f29e63d Mon Sep 17 00:00:00 2001
From: poldy79 <leonard@penzer.de>
Date: Sat, 2 Jan 2016 03:13:57 +0100
Subject: [PATCH] Changed IPs for update and ntp to services subnet

---
 site.conf | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/site.conf b/site.conf
index a4320cbd7..36a73834f 100644
--- a/site.conf
+++ b/site.conf
@@ -4,13 +4,13 @@
         site_code = 'ffs',
 
         prefix4 = '172.21.0.0/18',
-        prefix6 = 'fd21:b4dc:4b1e::/64',
+        prefix6 = 'fd21:b4dc:4b00::/64',
 
         timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
         ntp_servers = {
-            'fd21:b4dc:4b1e::a38:1', -- gw01
+            'fd21:b4dc:4b00::a38:1', -- gw01
         },
-        opkg_repo = 'http://[fd21:b4dc:4b1e::a38:1]/openwrt/barrier_breaker/14.07/%S/packages',
+        opkg_repo = 'http://[fd21:b4dc:4b00::a38:1]/openwrt/barrier_breaker/14.07/%S/packages',
         regdom = 'DE',
 
         wifi24 = {
@@ -196,7 +196,7 @@
                         stable = {
                                 name = 'stable',
                                 mirrors = {
-                                        'http://[fd21:b4dc:4b1e::a38:1]/gluon/stable/sysupgrade',
+                                        'http://[fd21:b4dc:4b00::a38:1]/gluon/stable/sysupgrade',
                                 },
                                 good_signatures = 2,
                                 pubkeys = {
@@ -208,7 +208,7 @@
                         beta = {
                                 name = 'beta',
                                 mirrors = {
-                                        'http://[fd21:b4dc:4b1e::a38:1]/gluon/beta/sysupgrade',
+                                        'http://[fd21:b4dc:4b00::a38:1]/gluon/beta/sysupgrade',
                                 },
                                 good_signatures = 1,
                                 pubkeys = {
@@ -220,7 +220,7 @@
                         nightly = {
                                 name = 'nightly',
                                 mirrors = {
-                                        'http://[fd21:b4dc:4b1e::a38:1]/gluon/nightly/sysupgrade',
+                                        'http://[fd21:b4dc:4b00::a38:1]/gluon/nightly/sysupgrade',
                                 },
                                 good_signatures = 1,
                                 pubkeys = {
-- 
GitLab