On January 1, 2002 04:57 pm, Stefan Radomski wrote: > hi fabian, > > sounds like a problem with your mtu, see: > http://www.adsl4linux.de/faq/ (german, sorry) > > the packets grow to large with 8bytes ad > ditional ppp-header and won't be > routed by your isp. you have adapt your mtu to eg 1452bytes on the > gateway.
In this case you can use IPTables as a work around.
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN -j TCPMSS
--clamp-mss-to-pmtu

