|
@@ -14,20 +14,20 @@
|
|
|
|
|
|
-- v4 and v6 prefixes in which nodes+clients might get an IP
|
|
|
prefix4 = '10.132.0.0/19',
|
|
|
- prefix6 = 'fdca:ffee:ff12:132::/64',
|
|
|
+ prefix6 = '2a03:2260:2342:0::/64',
|
|
|
|
|
|
-- extra ipv6 prefixes used in this mesh area
|
|
|
- additional_prefix6 = { '2001:470:6d:860::/64', '2a03:2260:2342::/64', },
|
|
|
+ additional_prefix6 = {'fdca:ffee:ff12:132::/64'},
|
|
|
|
|
|
-- timezone
|
|
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
|
|
|
|
|
|
-- network-internal ntp service
|
|
|
- ntp_servers = {'ntp.in.ffho.net'},
|
|
|
+ ntp_servers = {'ntp.srv.in.ffho.net'},
|
|
|
|
|
|
-- OpenWRT Package Repository (IPv6 capable)
|
|
|
opkg = {
|
|
|
- openwrt = 'http://openwrt.draic.info/%n/%v/%S/packages',
|
|
|
+ openwrt = 'http://firmware.srv.in.ffho.net/openwrt/%n/%v/%S/packages',
|
|
|
extra = {
|
|
|
modules = 'http://firmware.srv.in.ffho.net/%GR/modules/%S',
|
|
|
},
|
|
@@ -72,7 +72,7 @@
|
|
|
-- must lie in the above prefix4 and prefix6.
|
|
|
next_node = {
|
|
|
ip4 = '10.132.0.1',
|
|
|
- ip6 = 'fdca:ffee:ff12:132::1',
|
|
|
+ ip6 = '2a03:2260:2342:0::1',
|
|
|
|
|
|
-- mac address, must be unique in the client network
|
|
|
-- (usually, you don't need to change this)
|
|
@@ -118,13 +118,17 @@
|
|
|
},
|
|
|
gw03 = {
|
|
|
key = '629b2742922f068ef49558283aea4b75c1427d8cdd3fcd2dbd7c00880547d3b3',
|
|
|
- remotes = { '"gw03.ffho.net" port 10000'},
|
|
|
+ remotes = {
|
|
|
+ '"gw03-v14.ffho.net" port 10000',
|
|
|
+ 'ipv6 "2a00:13c8:1000:2::163" port 10000',
|
|
|
+ 'ipv4 "185.46.137.163" port 10000',
|
|
|
+ },
|
|
|
},
|
|
|
gw04 = {
|
|
|
key = 'cf3855e5fa04e4c04a294cb6e8902f91c7ff7ef82bf031cc842a2b79b936677c',
|
|
|
remotes = {
|
|
|
- '"gw04.paderborn.freifunk.net" port 10000',
|
|
|
- 'ipv6 "2a02:450:1:4::10" port 10000',
|
|
|
+ '"gw04-v14.ffho.net" port 10000',
|
|
|
+ 'ipv6 "2a02:450:1::34" port 10000',
|
|
|
'ipv4 "80.70.181.57" port 10000',
|
|
|
},
|
|
|
},
|
|
@@ -136,14 +140,6 @@
|
|
|
'ipv4 "192.26.175.182" port 10000',
|
|
|
},
|
|
|
},
|
|
|
- gw08 = {
|
|
|
- key = '3da050bbf1c3e95af286af65553f546fd563d9cb5d4b3b3444069bef281de621',
|
|
|
- remotes = {
|
|
|
- '"gw08.paderborn.freifunk.net" port 10000',
|
|
|
- 'ipv6 "2a03:4000:6:1151::ff12" port 10000',
|
|
|
- 'ipv4 "5.45.107.59" port 10000',
|
|
|
- },
|
|
|
- },
|
|
|
},
|
|
|
},
|
|
|
},
|