From owner-freebsd-bugs Sat Apr 1 16:01:36 1995 Return-Path: bugs-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id QAA10290 for bugs-outgoing; Sat, 1 Apr 1995 16:01:36 -0800 Received: from localhost (localhost [127.0.0.1]) by freefall.cdrom.com (8.6.10/8.6.6) with SMTP id QAA10283; Sat, 1 Apr 1995 16:01:35 -0800 X-Authentication-Warning: freefall.cdrom.com: Host localhost didn't use HELO protocol To: gibbs@estienne.cs.berkeley.edu cc: freebsd-bugs@freefall.cdrom.com Subject: Re: misc/292: rfc1323 and rfc1644 support can confuse terminal servers w/SLIP In-reply-to: Your message of "Sat, 01 Apr 95 15:30:03 PST." <199504012330.PAA09488@freefall.cdrom.com> Date: Sat, 01 Apr 1995 16:01:35 -0800 Message-ID: <10282.796780895@freefall.cdrom.com> From: "Jordan K. Hubbard" Sender: bugs-owner@FreeBSD.org Precedence: bulk > rfc1323 and rfc1644 negotiation can make TCP communication to other > FreeBSD machines on the other side of a SLIP link impossible. This > is not a FreeBSD bug, but a bug in many terminal servers. > > During install, I would highly recommend that these two commands be > run before any type of network installation: > > sysctl -w net.inet.tcp.rfc1323=0 > sysctl -w net.inet.tcp.rfc1644=0 Maybe these need to be switched on and off inside netstart using sysconfig variables? Suggestions? Jordan