From owner-freebsd-questions Thu Sep 2 17:12:55 1999 Delivered-To: freebsd-questions@freebsd.org Received: from awfulhak.org (dynamic-31.max1-du-ws.dialnetwork.pavilion.co.uk [212.74.8.31]) by hub.freebsd.org (Postfix) with ESMTP id 1317214BCF for ; Thu, 2 Sep 1999 17:12:50 -0700 (PDT) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (root@keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.9.3/8.9.3) with ESMTP id BAA01227; Fri, 3 Sep 1999 01:12:48 +0100 (BST) (envelope-from brian@lan.awfulhak.org) Received: from keep.lan.Awfulhak.org (brian@localhost.lan.Awfulhak.org [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.3/8.9.3) with ESMTP id XAA68755; Thu, 2 Sep 1999 23:45:09 +0100 (BST) (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199909022245.XAA68755@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Ben Speirs Cc: questions Subject: Re: PPP disconnects durring upload In-reply-to: Your message of "Mon, 30 Aug 1999 23:10:52 PDT." <37CB71EC.20FB4B2F@ix.netcom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 02 Sep 1999 23:45:09 +0100 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG The best log setting to start with is something like set log phase chat lcp ipcp If ppp is disconnecting, it'd usually be either because of an idle timer or an lqr failure. You can disable LQRs with ``disable lqr'' and ``deny lqr'' to stop this happening. These LQR problems should be fixed these days :-/ It *used* to be the case that when the link is busy, the peer doesn't bother replying to LQRs because it doesn't have to unless an LQR is resent... Ppp *used* to never resend packets, it would send a new one each time and would fail & disconnect after 5 in a row have had no reply. Now it should be resending the same LQR. If it is, and the peer doesn't respond, they're either dead or breaking the rfc and ppp (correctly) disconnects. This is the theory anyway :-] If the other side is disconnecting, I'm afraid you're gonna have to start guessing :-( A good start is the FAQ at http://www.FreeBSD.org/FAQ/userppp.html > I have had a recent problem with user PPP disconnecting after uploading ~ 3MB > of data. Any ideas what could cause this? Any recommended log settings that > might help me find the problem? I noticed this while ftp-ing a big file. > After several failed attempts, I finally cut it in to two chunks. I also > noticed a dropped connection while doing a CVSup on my ports & source trees. > Connection and download seem fine & dandy. I can sponge up data 'till the > cows come home. I just get derailed when sending it out. PPP re-dials almost > immediately after the disconnect. I get a new IP address and all the open > network transactions either timed out or hosed due to the new IP. Kind of a > pain. > > Does this sound like a server side problem? > > Thanks in advance. (sorry if this has already been answered. I did a deja > search and there are a bazillion threads on PPP. I looked through them until > my eyes glazed over and decided to make a post) > -- > -Ben Speirs -- Brian Don't _EVER_ lose your sense of humour ! To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message