Add MTU/MSS handling #1
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Add either MTU and MSS handling via
config.py
inserver
repo and default to minimal sane valueshttps://www.zeitgeist.se/2013/11/26/mtu-woes-in-ipsec-tunnels-how-to-fix/
Add MTU handlingto Add MTU/MSS handlingPossibly also tune
charon.fragment_size
with same value for IPSec daemon.https://wiki.strongswan.org/projects/strongswan/wiki/Strongswanconf
Possibly also keep
--tun-mtu
on OpenVPN aligned to the values and disable internal fragmentation for OpenVPN.