From owner-freebsd-questions Sat Jan 7 16:08:30 1995 Return-Path: questions-owner Received: (from root@localhost) by freefall.cdrom.com (8.6.9/8.6.6) id QAA00906 for questions-outgoing; Sat, 7 Jan 1995 16:08:30 -0800 Received: from bsd.coe.montana.edu (bsd.coe.montana.edu [153.90.192.4]) by freefall.cdrom.com (8.6.9/8.6.6) with ESMTP id QAA00900 for ; Sat, 7 Jan 1995 16:08:28 -0800 Received: (nate@localhost) by bsd.coe.montana.edu (8.6.8/8.3) id RAA18007; Sat, 7 Jan 1995 17:12:30 -0700 Date: Sat, 7 Jan 1995 17:12:30 -0700 From: Nate Williams Message-Id: <199501080012.RAA18007@bsd.coe.montana.edu> In-Reply-To: John Beukema "Re: SLIP problems" (Jan 8, 7:57am) X-Mailer: Mail User's Shell (7.2.5 10/14/92) To: John Beukema Subject: Re: SLIP problems Cc: freebsd-questions@freebsd.org Sender: questions-owner@freebsd.org Precedence: bulk > > Make sure you disable software flow control on BOTH ends of the SLIP > > connection. > > why? Since SLIP/PPP are 8-bit connections, it's possible (probable) that you will send data that looks like XON/XOFF through the pipe which will cause the modems to stop sending data. You need hardware flow control enabled instead. Nate