From owner-freebsd-hackers Fri Jul 28 02:06:01 1995 Return-Path: hackers-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.11/8.6.6) id CAA02266 for hackers-outgoing; Fri, 28 Jul 1995 02:06:01 -0700 Received: from minnow.render.com (render.demon.co.uk [158.152.30.118]) by freefall.cdrom.com (8.6.11/8.6.6) with ESMTP id CAA02259 for ; Fri, 28 Jul 1995 02:05:57 -0700 Received: (from dfr@localhost) by minnow.render.com (8.6.9/8.6.9) id KAA03256; Fri, 28 Jul 1995 10:06:22 +0100 Date: Fri, 28 Jul 1995 10:06:18 +0100 (BST) From: Doug Rabson To: brian@awfulhak.demon.co.uk cc: hackers@freebsd.org Subject: Re: your mail In-Reply-To: <199507280001.RAA25358@violet.berkeley.edu> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: hackers-owner@freebsd.org Precedence: bulk On Thu, 27 Jul 1995, Jordan K. Hubbard wrote: > I seem to have bumped into a problem with iijppp & its LQR requests - > > I start 'ppp -auto gate' where gate is my network provider. ppp says > "thank you very much" and hangs around waiting for something exciting to > happen. Something exciting happens, ppp logs on, establishes the link and > eventually exciting things stop happening and it drops the link. > > This is what we _DO_ want. > The problem however is (I think!) that LcpLayerDown() doesn't call StopLqr(). > > 50 seconds later (1 LQR / 10 secs, 5 without response = timeout) ppp gives > up and exits. > > Some time later, something exciting happens, but it doesn't stay exciting for > very long 'cos ppp isn't playing any more. > > > I've tried sticking the line > > StopLqr( LQM_LQR ); > > into LcpLayerDown() after the StopAllTimers line. It seems to make ppp happy. I use the following configuration to connect to Demon using iijppp's autodial features: default: set device /dev/cua02 set speed 115200 disable lqr deny lqr set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 5 \"\" AT OK-AT-OK \\dATDT\\T T IMEOUT 40 CONNECT" demon: set phone 01813384848 set login "TIMEOUT 15 login:-\\r-login: mylogin word: mypasswd ocol: PPP" set timeout 120 set ifaddr 158.152.30.118 158.152.1.222 add 0 0 158.152.1.222 -- Doug Rabson, Microsoft RenderMorphics Ltd. Mail: dfr@render.com Phone: +44 171 251 4411 FAX: +44 171 251 0939