NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
MTU problems? (Score:1)
Those symptoms sound like path MTU discovery going bad, and you send a full-sized packet that gets fragmented, and somewhere a router has the DF bit set. Or something like that, it's been a while.
The problem is that when you fling small packets around you never reach the upper limit that causes bad things to happen. So pings and this and that go fine. It's only when you start sending big packets that things go bad.
In short, try dropping the MTU on the interface down by 50 byte increments and see if thro
Re:MTU problems? (Score:1)
Reply to This
Parent