On Wed, 11 May 2005, Jason Opperisano wrote:
your symptoms scream 'MTU Issue' at me. try this rule and see if it fixes it:
iptables -A FORWARD -p tcp --tcp-flags SYN,RST SYN \ -j TCPMSS --clamp-mss-to-pmtu
It worked!!! Thanks!! You have no idea how much i fought with this.
Thanks, Sergio.