From owner-freebsd-hackers Tue Aug 22 07:51:38 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.FreeBSD.org (8.6.11/8.6.6) id HAA28684 for hackers-outgoing; Tue, 22 Aug 1995 07:51:38 -0700 Received: from localhost.cdrom.com (localhost.cdrom.com [127.0.0.1]) by freefall.FreeBSD.org (8.6.11/8.6.6) with SMTP id HAA28674 ; Tue, 22 Aug 1995 07:51:34 -0700 Message-Id: <199508221451.HAA28674@freefall.FreeBSD.org> X-Authentication-Warning: freefall.FreeBSD.org: Host localhost.cdrom.com didn't use HELO protocol 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> Date: Tue, 22 Aug 1995 07:51:14 -0700 From: "Justin T. Gibbs" Sender: hackers-owner@freebsd.org Precedence: bulk > >Hi, > >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. > Disable RFC1644 and RFC1323 negotiation. The pppd of your service provider can't handle it. From /etc/netstart: if [ -n "$tcp_extensions" -a "x$tcp_extensions" = "xNO" ] ; then sysctl -w net.inet.tcp.rfc1323=0 sysctl -w net.inet.tcp.rfc1644=0 fi You can just set the tcp_extensions sysconfig variable appropriately. > >Regards, > >Marc. >---------------------------------------------------- >Marc van Kempen wmbfmk@urc.tue.nl > >He's dead Jim ..., kick him if you don't believe me. -- Justin T. Gibbs =========================================== Software Developer - Walnut Creek CDROM FreeBSD: Turning PCs into workstations ===========================================