Hello,
A bit late to the party. Have you tried changing the tun0 mss?
sudo iptables -A OUTPUT -o tun0 -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1362
Thanks, Alex
Hello,
A bit late to the party. Have you tried changing the tun0 mss?
sudo iptables -A OUTPUT -o tun0 -p tcp -m tcp --tcp-flags SYN,RST SYN -j TCPMSS --set-mss 1362
Thanks,
Alex