Re: Path MTU discovery.

2000-06-08 Thread Wes Peters
Dave Preece wrote: > > > > Just learning about this: I can see the advantages but does > > anything use it? > > > > Sure, TCP uses it. > > > > TCP (at least in FreeBSD) sets the "don't frag" bit on all > > its outgoing > > packets. > > Good lord, so it does. Mental note, packet sniff before post

RE: Path MTU discovery.

2000-06-08 Thread Nate Williams
> > > Just learning about this: I can see the advantages but does > > anything use it? > > > > Sure, TCP uses it. > > > So... thinking about what this means for firewalls and natd. If we block all > incoming ICMP's across the firewall The moral of the story is don't block *ALL* incoming ICMP's

Re: Path MTU discovery.

2000-06-08 Thread Jim Flowers
And fbsd will respond to other's queries depending on interface mtus only be careful if you are running natd. This copies the interface mtu on startup but does not learn the new value if it is reduced either manually or automatically. It can therefore respond with a to a query with a value

Re: Path MTU discovery.

2000-06-08 Thread Mark Newton
On Thu, Jun 08, 2000 at 07:21:57PM +1200, Dave Preece wrote: > So... thinking about what this means for firewalls and natd. If we block all > incoming ICMP's across the firewall, it is quite possible that a server > behind the firewall could completely fail to send packets to a client on a >

RE: Path MTU discovery.

2000-06-08 Thread Dave Preece
> > Just learning about this: I can see the advantages but does > anything use it? > > Sure, TCP uses it. > > TCP (at least in FreeBSD) sets the "don't frag" bit on all > its outgoing > packets. Good lord, so it does. Mental note, packet sniff before posting in future. So... thinking about

Re: Path MTU discovery.

2000-06-07 Thread Kenneth D. Merry
On Thu, Jun 08, 2000 at 18:03:45 +1200, Dave Preece wrote: > Just learning about this: I can see the advantages but does anything use it? Sure, TCP uses it. TCP (at least in FreeBSD) sets the "don't frag" bit on all its outgoing packets. If the packet gets to a router with an outgoing MTU that