fix addresses to client network

This commit is contained in:
Martin Geno 2017-07-07 07:31:02 +02:00
parent ce2a696beb
commit 22818d62a4
No known key found for this signature in database
GPG Key ID: F0D39A37E925E941
3 changed files with 5 additions and 6 deletions

View File

@ -2,4 +2,4 @@ GLUON_SITE_FEEDS='ffhb'
PACKAGES_FFHB_REPO=git://github.com/FreifunkBremen/ffhb-packages.git
PACKAGES_FFHB_BRANCH=develop
PACKAGES_FFHB_COMMIT=a9bd109d5eb86636b7b8750aecdfcaf9757920a6
PACKAGES_FFHB_COMMIT=2efc6fced03e687700c71ce8c067b78a25e4c308

View File

@ -14,8 +14,8 @@
mesh_on_lan = true, -- breminale spezifisch
poe_passthrough = true,
prefix4 = '10.43.0.0/16',
prefix6 = '2a00:C380:DEAD:7337::/64',
prefix4 = '10.42.0.0/16',
prefix6 = '2a00:C380:DEAD:1337::/64',
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
ntp_servers = {
@ -57,8 +57,8 @@
next_node = {
name = 'node.ffhb.de',
ip4 = '10.43.0.127',
ip6 = '2a00:C380:DEAD:7337::127',
ip4 = '10.42.0.127',
ip6 = '2a00:C380:DEAD:1337::127',
mac = '16:41:95:40:f7:dc',
},

View File

@ -2,7 +2,6 @@ GLUON_SITE_PACKAGES := \
gluon-mesh-batman-adv-14 \
gluon-respondd \
respondd-module-airtime \
respondd-module-wifisettings \
gluon-respondd-lldp \
gluon-ebtables-filter-multicast \
gluon-ebtables-filter-ra-dhcp \