[Gllug] Path MTU and multiple layers of NAT -- bad?

Daniel P. Berrange dan at berrange.com
Wed Feb 8 14:29:00 UTC 2006


On Wed, Feb 08, 2006 at 02:39:58PM +0000, Richard Jones wrote:
> 
> I've got a strange case where I can't fetch web pages from a remote
> server.  I can ping the server, I can connect to the remote server,
> but after that the connection hangs until close.
> 
> The difference seems to be that (for various reasons) I'm trying to
> connect over multiple (3) layers of NAT.  My best guess is that path
> MTU discovery is screwed up somehow.

> Any ideas or further things I can try?

Having PMTU disocvery enabled, means that all packets will be sent with
the DF bit set, so to test if this is the problem temporarily disable 
PMTU and let the packets fragment normally.

  echo 1 >  /proc/sys/net/ipv4/ip_no_pmtu_disc 


Regards,
Dan.
-- 
|=-            GPG key: http://www.berrange.com/~dan/gpgkey.txt       -=|
|=-       Perl modules: http://search.cpan.org/~danberr/              -=|
|=-           Projects: http://freshmeat.net/~danielpb/               -=|
|=-   berrange at redhat.com  -  Daniel Berrange  -  dan at berrange.com    -=|
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 196 bytes
Desc: Digital signature
URL: <http://mailman.lug.org.uk/pipermail/gllug/attachments/20060208/2dec50e6/attachment.pgp>
-------------- next part --------------
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug


More information about the GLLUG mailing list