From owner-freebsd-questions Wed Aug 4 1:22:48 1999 Delivered-To: freebsd-questions@freebsd.org Received: from mail.mato.com (Mail.mato.com [199.240.78.3]) by hub.freebsd.org (Postfix) with SMTP id A711E14DA8 for ; Wed, 4 Aug 1999 01:22:44 -0700 (PDT) (envelope-from dragonk@mato.com) Received: from dk1 [199.240.78.236] by mail.mato.com with smtp id 11BwIy-00009W-00; Wed, 4 Aug 1999 02:21:45 -0600 Message-ID: <000d01bede51$d29a5700$0201a8c0@dragonknight.yi.org> From: "Dragon Knight ][" To: "Andy V. Oleynik" Cc: References: <000c01beddd5$53c14460$0201a8c0@dragonknight.yi.org> <001d01bede20$107b7a40$0201a8c0@dragonknight.yi.org> <37A7EFE7.42965D8D@prime.net.ua> Subject: Re: user ppp problem. Date: Wed, 4 Aug 1999 02:17:37 -0600 MIME-Version: 1.0 Content-Type: text/plain; charset="koi8-r" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > > 10:02:58 dragonknight ppp[5574]: Phase: Pap Input: SUCCESS > > (Login Succeeded) > > Aug 3 10:02:58 dragonknight ppp[5574]: Phase: deflink: lcp > > -> open > > Aug 3 10:02:58 dragonknight ppp[5574]: Phase: bundle: > > Network > > Aug 3 10:03:59 dragonknight ppp[5574]: Phase: deflink: HDLC > > errors -> FCS: 1, ADDR: 0, COMD: 0, PROTO: 0 > > > > > 55574 and terminated 73 appears to be different processes. I had the > same HDLC msg on my mppp link > on startup but it's running since 1 July w/o any trouble. Do U running a > couple of ppp instances? > do "ps ax|grep ppp" after U have this msg. > i'm only running one instance of ppp > > Aug 3 10:13:31 dragonknight ppp[73]: Phase: deflink: HDLC > > errors -> FCS: 1, ADDR: 0, COMD: 0, PROTO: 0 > > Aug 3 12:13:22 dragonknight ppp[73]: Phase: Signal 15, > > terminate. > > > Sig 15 - is software SIGTERM from explicit kill. Do U interrrupt ppp by > urself? > yes, i had to.. it wouldn't ever un-hang otherwise... until i added enable lqr to my ppp.conf. > > here's my ppp.conf if it matters. > > > > default: > > set device /dev/cuaa1 > > set speed 115200 > > set dial "ABORT BUSY ABORT NO\\sCARRIER TIMEOUT 60 \"\" > > ATE1Q0 OK-AT-OK \\dATDT\\TTIMEOUT 40 CONNECT" > > deny lqr > > allow users dragonk > > ISP: > > set phone ------- > > set login > > set authname *** > > set authkey *** > > set timeout 300 > > > timeout 300 will cause ppp drop the link after 5 min idle. > I know. is there a problem with 300? > > > > set ifaddr 10.0.0.1/0 10.0.0.2/0 255.255.255.0 0.0.0.0 > > delete ALL > > add default HISADDR thanks much. > > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message