On Fri, Dec 02, 2005 at 09:47:59AM +1100, John Clarke wrote:
> On Fri, Dec 02, 2005 at 12:43:35 +1100, Jobst Schmalenbach wrote:
> 
> > Now I have been talking to one of the techies @ my ISP (internode)
> > and he suggested to drop the MTU size down to 1000.
> 
> If this works, then I'd guess that something between you and the remote
> site is blocking "icmp fragmentation needed" packets, thereby breaking
> path mtu discovery.

you can also make route mtu changes as well so instead of changing the
whole mtu size you could do

ip r a 10.0.0.0/24 dev br0 mtu 1000

just change 10.0.0.0/24 with the address of the other box.

This will only work for connections originating from your box, not tcp
connections routing including nat'ing through your box

> 
> 
> Cheers,
> 
> John
> -- 
> Unlike other cuisines, the Finnish one is most distinguishable by the
> fact that none of the major traditional dishes have anything you could
> remotely call flavo(u)r, and pretty much the only spice is salt.
>             -- Toni Lassila
> -- 
> SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
> Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html
> 

Attachment: signature.asc
Description: Digital signature

-- 
SLUG - Sydney Linux User's Group Mailing List - http://slug.org.au/
Subscription info and FAQs: http://slug.org.au/faq/mailinglists.html

Reply via email to