|
@@ -13,11 +13,8 @@
|
|
|
site_code = '%SC',
|
|
|
|
|
|
-- v4 and v6 prefixes in which nodes+clients might get an IP
|
|
|
- prefix4 = '10.132.0.0/19',
|
|
|
- prefix6 = '2a03:2260:2342:0::/64',
|
|
|
-
|
|
|
- -- extra ipv6 prefixes used in this mesh area
|
|
|
- additional_prefix6 = {'fdca:ffee:ff12:132::/64'},
|
|
|
+ prefix4 = '%V4',
|
|
|
+ prefix6 = '2a03:2260:2342:%V6::/64',
|
|
|
|
|
|
-- timezone
|
|
|
timezone = 'CET-1CEST,M3.5.0,M10.5.0/3', -- Europe/Berlin
|
|
@@ -38,19 +35,16 @@
|
|
|
|
|
|
-- wifi settings (2.4 GHz and 5 GHz)
|
|
|
-- ap.ssid = 'hochstift.freifunk.net/${kürzel}',
|
|
|
- -- ibss.ssid = 'ffho-mesh-${un-code}',
|
|
|
- -- ibss.bssid = '${idividual-mac}'
|
|
|
- -- mesh.id = 'ffho-mesh-${un-code}',
|
|
|
+ -- mesh.id = 'ffho-mesh-${group-name}',
|
|
|
wifi24 = {
|
|
|
channel = 1,
|
|
|
supported_rates = {6000, 9000, 12000, 18000, 24000, 36000, 48000, 54000},
|
|
|
basic_rate = {6000, 9000, 18000, 36000, 54000},
|
|
|
ap = {
|
|
|
- ssid = 'paderborn.freifunk.net',
|
|
|
+ ssid = '%SS',
|
|
|
},
|
|
|
- ibss = {
|
|
|
- ssid = '02:d1:11:13:87:ad',
|
|
|
- bssid = '02:d1:11:13:87:ad',
|
|
|
+ mesh = {
|
|
|
+ id = 'ffho-mesh-%GN',
|
|
|
mcast_rate = 12000,
|
|
|
},
|
|
|
},
|
|
@@ -58,10 +52,10 @@
|
|
|
wifi5 = {
|
|
|
channel = 44,
|
|
|
ap = {
|
|
|
- ssid = 'paderborn.freifunk.net',
|
|
|
+ ssid = '%SS',
|
|
|
},
|
|
|
mesh = {
|
|
|
- id = 'ffho-mesh-legacy',
|
|
|
+ id = 'ffho-mesh-%GN',
|
|
|
mcast_rate = 12000,
|
|
|
},
|
|
|
},
|
|
@@ -71,12 +65,12 @@
|
|
|
-- currently connected node. Both v4 and v6 addr.
|
|
|
-- must lie in the above prefix4 and prefix6.
|
|
|
next_node = {
|
|
|
- ip4 = '10.132.0.1',
|
|
|
- ip6 = '2a03:2260:2342:0::1',
|
|
|
+ ip4 = '%N4',
|
|
|
+ ip6 = '2a03:2260:2342:%V6::1',
|
|
|
|
|
|
-- mac address, must be unique in the client network
|
|
|
-- (usually, you don't need to change this)
|
|
|
- mac = '16:41:95:40:f7:dc',
|
|
|
+ mac = 'f2:ff:ff:%ID:ff:ff',
|
|
|
},
|
|
|
|
|
|
-- fastd (vpn) settings
|
|
@@ -85,7 +79,6 @@
|
|
|
methods = {'salsa2012+umac'},
|
|
|
|
|
|
-- the maximum transfer unit
|
|
|
- -- use 1426 for IPv4 gateways
|
|
|
mtu = 1406,
|
|
|
|
|
|
groups = {
|
|
@@ -103,41 +96,46 @@
|
|
|
-- Use public addresses here, these addresses are used when the mesh might not be connected yet.
|
|
|
-- format: '[|ipv4|ipv6] "hostname-or-ip-address" port 10000'
|
|
|
remotes = {
|
|
|
- '"gw01.paderborn.freifunk.net" port 10000',
|
|
|
- 'ipv6 "2a01:4f8:190:2105::ff12" port 10000',
|
|
|
- 'ipv4 "85.10.248.243" port 10000',
|
|
|
+ '"gw01.ffho.net" port 100%ID',
|
|
|
},
|
|
|
},
|
|
|
gw02 = {
|
|
|
key = 'e8fa9bf402fd33dd1ba804a97f2e46c704423ff49e9c55312845a7bfb93121ad',
|
|
|
remotes = {
|
|
|
- '"gw02.paderborn.freifunk.net" port 10000',
|
|
|
- 'ipv6 "2a01:4f8:190:6500::18:1" port 10000',
|
|
|
- 'ipv4 "78.46.242.24" port 10000',
|
|
|
+ '"gw02.ffho.net" port 100%ID',
|
|
|
+ 'ipv6 "2a01:4f8:190:6500::18:1" port 100%ID',
|
|
|
+ 'ipv4 "78.46.242.24" port 100%ID',
|
|
|
},
|
|
|
},
|
|
|
gw03 = {
|
|
|
key = '629b2742922f068ef49558283aea4b75c1427d8cdd3fcd2dbd7c00880547d3b3',
|
|
|
remotes = {
|
|
|
- '"gw03-v14.ffho.net" port 10000',
|
|
|
- 'ipv6 "2a00:13c8:1000:2::163" port 10000',
|
|
|
- 'ipv4 "185.46.137.163" port 10000',
|
|
|
+ '"gw03.ffho.net" port 100%ID',
|
|
|
+ 'ipv6 "2a00:13c8:1000:2::165" port 100%ID',
|
|
|
+ 'ipv4 "185.46.137.165" port 100%ID',
|
|
|
},
|
|
|
},
|
|
|
gw04 = {
|
|
|
key = 'cf3855e5fa04e4c04a294cb6e8902f91c7ff7ef82bf031cc842a2b79b936677c',
|
|
|
remotes = {
|
|
|
- '"gw04-v14.ffho.net" port 10000',
|
|
|
- 'ipv6 "2a02:450:1::34" port 10000',
|
|
|
- 'ipv4 "80.70.181.57" port 10000',
|
|
|
+ '"gw04.ffho.net" port 100%ID',
|
|
|
+ 'ipv6 "2a02:450:1::22" port 100%ID',
|
|
|
+ 'ipv4 "80.70.181.63" port 100%ID',
|
|
|
},
|
|
|
},
|
|
|
gw05 = {
|
|
|
key = 'd0d32a2f536a0fc1f0c848e6da15bd96851d5ff4fdf9239c830bab033ddcec1a',
|
|
|
remotes = {
|
|
|
- '"gw05.paderborn.freifunk.net" port 10000',
|
|
|
- 'ipv6 "2001:638:502:1884::ff05" port 10000',
|
|
|
- 'ipv4 "192.26.175.182" port 10000',
|
|
|
+ '"gw05.ffho.net" port 100%ID',
|
|
|
+ 'ipv6 "2001:638:502:1884::ff15" port 100%ID',
|
|
|
+ 'ipv4 "192.26.175.183" port 100%ID',
|
|
|
+ },
|
|
|
+ },
|
|
|
+ gw06 = {
|
|
|
+ key = '88b570c4cc811259b7c4106943098c9bee1126d692ddacedd23cd48efc28b0bf',
|
|
|
+ remotes = {
|
|
|
+ '"gw06.ffho.net" port 100%ID',
|
|
|
+ 'ipv4 "5.196.106.54" port 100%ID',
|
|
|
},
|
|
|
},
|
|
|
},
|