From owner-freebsd-hackers Tue Aug 22 06:59:02 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id GAA26304 for hackers-outgoing; Tue, 22 Aug 1995 06:59:02 -0700 Received: from mailhost.tue.nl (mailhost.tue.nl [131.155.2.5]) by freefall.FreeBSD.org (8.6.11/8.6.6) with ESMTP id GAA26298 for ; Tue, 22 Aug 1995 06:59:00 -0700 Received: from asterix.urc.tue.nl [131.155.5.10] by mailhost.tue.nl (8.6.10) id PAA15010 (SMTP). Tue, 22 Aug 1995 15:57:50 +0200 Received: from wmbfmk@localhost by asterix.urc.tue.nl (950511.SGI.8.6.12.PATCH526) id NAA02239. Tue, 22 Aug 1995 13:57:49 GMT From: Marc van Kempen Message-Id: <199508221357.NAA02239@asterix.urc.tue.nl> Subject: Re: Can't connect to FreeBSD hosts To: davidg@Root.COM Date: Tue, 22 Aug 1995 15:57:48 +0200 (MDT) Cc: wmbfmk@urc.tue.nl, hackers@freebsd.org In-Reply-To: <199601121227.EAA00186@corbin.Root.COM> from "David Greenman" at Jan 12, 96 04:27:29 am X-Mailer: ELM [version 2.4 PL23] Content-Type: text Content-Length: 632 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". > Yes this works! ..... # # Some broken implementations can't handle the RFC 1323 and RFC 1644 # TCP options. If TCP connections randomly hang, try disabling this, # and bug the vendor of the losing equipment. # tcp_extensions=NO Now who should I bug?? :) Marc.