From owner-freebsd-hackers Wed Dec 2 08:36:22 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id IAA10471 for freebsd-hackers-outgoing; Wed, 2 Dec 1998 08:36:22 -0800 (PST) (envelope-from owner-freebsd-hackers@FreeBSD.ORG) Received: from ns.mt.sri.com (sri-gw.MT.net [206.127.105.141]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id IAA10466 for ; Wed, 2 Dec 1998 08:36:20 -0800 (PST) (envelope-from nate@mt.sri.com) Received: from mt.sri.com (rocky.mt.sri.com [206.127.76.100]) by ns.mt.sri.com (8.8.8/8.8.8) with SMTP id JAA08209; Wed, 2 Dec 1998 09:36:06 -0700 (MST) (envelope-from nate@rocky.mt.sri.com) Received: by mt.sri.com (SMI-8.6/SMI-SVR4) id JAA06068; Wed, 2 Dec 1998 09:36:05 -0700 Date: Wed, 2 Dec 1998 09:36:05 -0700 Message-Id: <199812021636.JAA06068@mt.sri.com> From: Nate Williams MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit To: Daniel Eischen Cc: nate@mt.sri.com, dillon@apollo.backplane.com, hackers@FreeBSD.ORG, luigi@labinfo.iet.unipi.it Subject: Re: TCP bug In-Reply-To: <199812021626.LAA27156@pcnet1.pcnet.com> References: <199812021626.LAA27156@pcnet1.pcnet.com> X-Mailer: VM 6.34 under 19.16 "Lille" XEmacs Lucid Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > No, 10% of machines out on the big bad Internet don't work. (I'm > > guessing at the 10% number. It may be higher/lower, but about 10% of > > the sites I try to contact don't work.) > > > > 90% of the sites *OUTSIDE MY NETWORK* that I attempt to contact on these > > internal machines work, and all of my network machines can talk to one > > another. > > OK, I got it now ;-) > > > > If you sit at the router, can you ping those systems (assuming > > > they can be pinged)? > > > > If I sit on the machine who can't make the WWW connections I can ping > > the remote sites if they haven't blocked out ICMP packets to me. I > > simply can't make TCP connections to them. > > That's pretty strange. So the router can't make TCP connections to > these sites either? No, the router can, but any machines hung off it's ethernet can't. On a whim (based on a hint I got from Karl Peilorz) I changed the MTU on the router (which is running SLIP to get to the net) from 552 to 1500, and now things work. The strange things is that that the mtu of the SLIP interface if/was 552 and all traffic that originated on that box was fine, and the mtu on the ethernet interface was 1500, and traffic generated from there did not work. I would have thought that you wouldn't need to fragment any packets that had a mtu of 552 to stick it on an ethernet with an mtu of 1500. I need to lookmore into this... Nate To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message