diff options
author | rubo77 <github@r.z11.de> | 2018-12-11 23:15:53 +0100 |
---|---|---|
committer | rubo77 <github@r.z11.de> | 2018-12-12 00:53:43 +0100 |
commit | ed46de2707fe1fed111d31c8998af41b3c5309fa (patch) | |
tree | ed4ef92d3a288fbe9bd0fc3f3e35afb5928c0242 | |
parent | 9f671b650d1679e33059fd17d0aeabdc064e6f08 (diff) |
korrigierte mtu und broadcast für den ddhcpd bei Freifunk Nord domainmultidomain
-rw-r--r-- | domains/freifunk_nord.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/domains/freifunk_nord.conf b/domains/freifunk_nord.conf index 064c070..4359b10 100644 --- a/domains/freifunk_nord.conf +++ b/domains/freifunk_nord.conf @@ -47,7 +47,7 @@ ddhcpd = { enabled = false, range = "10.187.220.0/22", - broadcast = "10.187.255.255" + broadcast = "10.187.223.255" }, -- Wireless configuration for 2.4 GHz interfaces. @@ -117,7 +117,7 @@ -- mesh_on_lan = true, mesh_vpn = { - mtu = 1312, + mtu = 1280, fastd = { -- optional add ``null`` to the ``mesh_vpn.fastd.methods`` table if you want "Performance mode" as default |