From owner-freebsd-current Thu Aug 14 15:00:15 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id PAA16248 for current-outgoing; Thu, 14 Aug 1997 15:00:15 -0700 (PDT) Received: from phaeton.artisoft.com (phaeton.Artisoft.COM [198.17.250.50]) by hub.freebsd.org (8.8.5/8.8.5) with SMTP id PAA16240; Thu, 14 Aug 1997 15:00:07 -0700 (PDT) Received: (from terry@localhost) by phaeton.artisoft.com (8.6.11/8.6.9) id OAA19308; Thu, 14 Aug 1997 14:54:39 -0700 From: Terry Lambert Message-Id: <199708142154.OAA19308@phaeton.artisoft.com> Subject: Re: Well, I guess it's about time I mentioned this little problem... To: jkh@time.cdrom.com (Jordan K. Hubbard) Date: Thu, 14 Aug 1997 14:54:39 -0700 (MST) Cc: wollman@FreeBSD.ORG, current@FreeBSD.ORG In-Reply-To: <1433.871583550@time.cdrom.com> from "Jordan K. Hubbard" at Aug 14, 97 11:32:30 am X-Mailer: ELM [version 2.4 PL24] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-current@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > During my conversation with David, he > suggested that I drop the MTU on box A's ethernet interface from 1500 > to 500 and TADA! Suddenly these URLs (one of which is > http://www.sunlabs.com/) could be visited just fine from box A, no > problems. > > So the question is: What is it about the MTU size of the ethernet > interface on box A which effects the ability of the gateway box G to > pass traffic to box A? Well, for my first wild guess, I'd like to propose that you disable the 1323/1644 stuff on the boxes where it's on, and try again, if possible... The act of lowering the MTU is probably resulting in fragging of the packets which come in at a higher MTU, and as such, disabling the data+ACK stuff (if it's on -- logically, you can't leave the ACK in the first packet if it's not the only packet). It *could* be a FreeBSD bug, but I think it's probably the other end, if I had to guess (which I do ;-)). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.