Hello,
I was able to find a solution for the compression error.
My VPN goes through two routers interconnected by Wireguard, the 1st router seems to poorly transfer packets to the 2nd router via the VPN.
Because when I disabled compression I had other errors.
To solve the problem I put a low value in the tunnel MTU.
So I removed the options: mssfix and fragment 1500. To replace them with: tun-mtu 1300.
However, be careful with LZO compression, see:
https://community.openvpn.net/openvpn/w ... U_7jJEQYs0
++
I was able to find a solution for the compression error.
My VPN goes through two routers interconnected by Wireguard, the 1st router seems to poorly transfer packets to the 2nd router via the VPN.
Because when I disabled compression I had other errors.
To solve the problem I put a low value in the tunnel MTU.
So I removed the options: mssfix and fragment 1500. To replace them with: tun-mtu 1300.
So I no longer have any compression problems.The router still has: iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS --clamp-mss-to-pmtu
to maximize outgoing packets...
However, be careful with LZO compression, see:
https://community.openvpn.net/openvpn/w ... U_7jJEQYs0
++
Statistics: Posted by CIX — Wed Dec 11, 2024 2:03 pm