LVS
lvs-users
Google
 
Web LinuxVirtualServer.org

Re: MTU problem

To: lvs-users@xxxxxxxxxxxxxxxxxxxxxx
Subject: Re: MTU problem
From: Per Jessen <per@xxxxxxxxxxxx>
Date: Wed, 22 Nov 2006 10:54:01 +0100
Per Jessen wrote:

> Fair enough I guess - path MTU discovery will not be able to discover
> that my SMTP traffic is being distributed by LVS etc..  It would also
> _appear_ that my hosting provider (Hetzner) may not be letting the
> ICMP "need to frag" through their switches etc. - I have queried
> Hetzner, but am still waiting for an answer.

They are apparently letting them through, so I guess the problem is on
the sender end.  Oh well.  

> After many attempts, lots of research, wielding a magic wand and
> uttering the odd curse, I ended up with the following iptables setup
> on each of my real servers:
> 
> iptables -I OUTPUT -p tcp --tcp-flags SYN,RST,ACK SYN,ACK  -j TCPMSS
> --clamp-mss-to-pmtu
> 
> This seems to have done the trick, but can anyone can explain to me
> exactly why?

I think I've worked out how this works now.

The more I know about TCP/IP, the more I realise how little I know ....



/Per Jessen, Zürich


<Prev in Thread] Current Thread [Next in Thread>