UNIX BLOG
Blog for NIX system based administrators
VPN PPTP not all sites are loading, problems with mtu
VPN PPTP not all sites are loading, problems with mtu
to solve this problem about pptpd mtu problem with not all sites working use the following command:
/sbin/iptables --append FORWARD --protocol tcp --tcp-flags SYN,RST SYN --jump TCPMSS --clamp-mss-to-pmtu
Tags: mtu, not loading, not working, pptp, pptpd, sites, vpn
Leave a Reply