fix addresses to client network
This commit is contained in:
parent
ce2a696beb
commit
22818d62a4
2
modules
2
modules
|
@ -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
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in New Issue