From owner-freebsd-bugs Fri May 23 00:30:06 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA05711 for bugs-outgoing; Fri, 23 May 1997 00:30:06 -0700 (PDT) Received: (from gnats@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA05700; Fri, 23 May 1997 00:30:02 -0700 (PDT) Date: Fri, 23 May 1997 00:30:02 -0700 (PDT) Message-Id: <199705230730.AAA05700@hub.freebsd.org> To: freebsd-bugs Cc: From: Bill Fenner Subject: Re: misc/3669: cant connect to external hosts with higher level protocols Reply-To: Bill Fenner Sender: owner-bugs@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk The following reply was made to PR misc/3669; it has been noted by GNATS. From: Bill Fenner To: morty@mortykai.com Cc: freebsd-gnats-submit@freebsd.org Subject: Re: misc/3669: cant connect to external hosts with higher level protocols Date: Fri, 23 May 1997 00:20:18 PDT >unable to access external hosts through a packet forwarding gateway. Would this happen to be an Annex? Annex terminal servers (among others) can't handle the RFC1323 and/or RFC1644 TCP extensions, so if you're behind one of these you have to set tcp_extensions=NO in /etc/sysconfig or /etc/rc.conf . Bill