Date: Thu, 22 Oct 1998 19:53:16 +0200 (CEST) From: Mutschlechner Andreas <andi@abaid.com> To: Dirk Lucke <113373.2705@compuserve.com> Cc: ISDN-Mailingliste <freebsd-isdn@FreeBSD.ORG> Subject: Re: lcp-problems after 'chap success' Message-ID: <Pine.BSF.3.96.981022195057.5442B-100000@fap.sam.com> In-Reply-To: <199810221047_MC2-5D8B-64CE@compuserve.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello, I had a similar problem. It was related to the lcp timeout. Try to change in /sys/net/if_spppsubr.c the line sp->lcp.timeout = 1 * hz in sp->lcp.timeout = 5 * hz or greater. This worked for me. But maybe your problem is another one. greex Andreas On Thu, 22 Oct 1998, Dirk Lucke wrote: > Hello, > > I'd like to get some help from you for setting up i4b. > > If I send a ping, or if I try to setup a connection with my provider, > everything > seems to work fine 'til the moment, where I get the message "chap success". > The next message is: > > ...isppp0: lcp input(opened): <term-req id=0x1f len=4> > ...isppp0: phase terminate > ...isppp0: lcp send terminate-ack > ...isppp0: lcp output <term-ack id=0x1f len=4> > ...isppp0: lcp down (stopping) > ...isppp0: Down event (carrier loss) > ...isppp0: lcp close (starting) > ...isppp0: phase dead > > and then several > ... isppp0: chap TO(req-sent) rst_counter = nn > are comming up until it tries to dial again. > > thanks in advance, > Joachim Jaeckel. > > Please send any comment directly to my address, because I'm not subscribed > to this mailing list, thanks. > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-isdn" in the body of the message > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isdn" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.981022195057.5442B-100000>