From owner-freebsd-hackers Tue Aug 22 05:26:38 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id FAA22847 for hackers-outgoing; Tue, 22 Aug 1995 05:26:38 -0700 Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id FAA22841 for ; Tue, 22 Aug 1995 05:26:37 -0700 Received: from corbin.Root.COM (corbin [198.145.90.34]) by Root.COM (8.6.11/8.6.5) with ESMTP id FAA04217; Tue, 22 Aug 1995 05:25:42 -0700 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.11/8.6.5) with SMTP id EAA00186; Fri, 12 Jan 1996 04:27:30 -0800 Message-Id: <199601121227.EAA00186@corbin.Root.COM> To: Marc van Kempen cc: hackers@freebsd.org Subject: Re: Can't connect to FreeBSD hosts In-reply-to: Your message of "Tue, 22 Aug 95 14:13:55 +0200." <199508221214.OAA13390@nietzsche> From: David Greenman Reply-To: davidg@Root.COM Date: Fri, 12 Jan 1996 04:27:29 -0800 Sender: hackers-owner@freebsd.org Precedence: bulk >I have noticed something awkward. I can't connect to FreeBSD machines >on the net. I have no problems reaching other hosts (via ppp), but all >connections to FreeBSD machines seem to succeed, only to hang after >the initial contact. Try turning off tcp extensions. Look for the tcp_extensions variable in /etc/sysconfig and set it to "NO". -DG