Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 02 Sep 1999 23:45:09 +0100
From:      Brian Somers <brian@Awfulhak.org>
To:        Ben Speirs <igiveup@ix.netcom.com>
Cc:        questions <questions@FreeBSD.ORG>
Subject:   Re: PPP disconnects durring upload 
Message-ID:  <199909022245.XAA68755@keep.lan.Awfulhak.org>
In-Reply-To: Your message of "Mon, 30 Aug 1999 23:10:52 PDT." <37CB71EC.20FB4B2F@ix.netcom.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
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 <brian@Awfulhak.org>                        <brian@FreeBSD.org>
      <http://www.Awfulhak.org>;                   <brian@OpenBSD.org>
Don't _EVER_ lose your sense of humour !          <brian@FreeBSD.org.uk>




To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199909022245.XAA68755>