From owner-freebsd-questions Tue Jun 24 13:10:01 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id NAA03719 for questions-outgoing; Tue, 24 Jun 1997 13:10:01 -0700 (PDT) Received: from mail.scsn.net (scsn.net [206.25.246.12]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA03704 for ; Tue, 24 Jun 1997 13:09:50 -0700 (PDT) Received: from rhiannon.scsn.net ([208.133.153.78]) by mail.scsn.net (Post.Office MTA v3.1 release PO203a ID# 0-32322U5000L100S10000) with ESMTP id AAA157; Tue, 24 Jun 1997 16:01:49 -0400 Received: (from root@localhost) by rhiannon.scsn.net (8.8.5/8.8.5) id QAA00907; Tue, 24 Jun 1997 16:09:29 -0400 (EDT) Message-ID: <19970624160927.60680@scsn.net> Date: Tue, 24 Jun 1997 16:09:27 -0400 From: "Donald J. Maddox" To: JOHN DOE Cc: freebsd-questions@FreeBSD.ORG Subject: Re: what are echo packets? Reply-To: dmaddox@scsn.net References: <33AF3BD6.D9E89509@syspac.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 0.76 In-Reply-To: <33AF3BD6.D9E89509@syspac.com>; from JOHN DOE on Mon, Jun 23, 1997 at 10:15:34PM -0500 Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Mon, Jun 23, 1997 at 10:15:34PM -0500, JOHN DOE wrote: > I am trying to install FreeBSD 2.2.2 via ftp. I get connected and > begin the install, but after downloading about 100k my modem hangs up. > If I view the log for the connection it says "1 to many echo packets > lost"?? Is there a way to correct this problem? > > Any help gladly accepted Sparhawk It means you need to disable LQR on the connection. After you start ppp, but before you connect, type "disable lqr", then "deny lqr" at the ppp prompt. That should fix your problem.