Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.carno.net.au!harbinger.cc.monash.edu.au!munnari.OZ.AU!news.ecn.uoknor.edu!news.wildstar.net!newsfeed.direct.ca!op.net!news.mathworks.com!fu-berlin.de!irz401!orion.sax.de!uriah.heep!news From: j@uriah.heep.sax.de (J Wunsch) Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: PPP: LCP stopped --- help!! Date: 30 Dec 1996 22:07:36 GMT Organization: Private BSD site, Dresden Lines: 68 Message-ID: <5a9ef8$huj@uriah.heep.sax.de> References: <E31uDG.MLq@eskimo.com> <5a02o3$bkk@ns.qnis.net> <E34772.Hrv@eskimo.com> Reply-To: joerg_wunsch@uriah.heep.sax.de (Joerg Wunsch) NNTP-Posting-Host: localhost.heep.sax.de Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit X-Newsreader: knews 0.9.6 X-Phone: +49-351-2012 669 X-PGP-Fingerprint: DC 47 E6 E4 FF A6 E9 8F 93 21 E0 7D F9 12 D6 4E Xref: euryale.cc.adfa.oz.au comp.unix.bsd.freebsd.misc:33326 wue@eskimo.com (Enoch Wu) wrote: > I ran it with "set debug chat phase lcp" and got this log: > login OK! > 12-27 22:26:09 [141] LCP: state change Initial --> Closed > 12-27 22:26:09 [141] LCP: state change Closed --> Stopped Well, you've stopped to tell us about your log just at the spot where it gets interesting! Don't get confused about the `Closed' and `Stopped' states right at the beginning. If i'm not very mistaken, they are just there in order to initiate all the negotiations. Here's how it continued in one of my recent debugging sessions (which i made for demonstrational purposes): 12-25 14:21:28 [19074] LCP: state change Initial --> Closed 12-25 14:21:28 [19074] LCP: state change Closed --> Stopped 12-25 14:21:31 [19074] LCP: Received Configure Request (1) state = Stopped (3) 12-25 14:21:31 [19074] MRU 1500 12-25 14:21:31 [19074] MAGICNUM 32c2bd56 12-25 14:21:31 [19074] PROTOCOMP 12-25 14:21:31 [19074] ACFCOMP 12-25 14:21:31 [19074] LCP: SendConfigReq 12-25 14:21:31 [19074] ACFCOMP 12-25 14:21:31 [19074] PROTOCOMP 12-25 14:21:31 [19074] ACCMAP [6] 00000000 12-25 14:21:31 [19074] MRU [4] 1500 12-25 14:21:31 [19074] MAGICNUM [6] 742b9f7a 12-25 14:21:31 [19074] QUALPROTO (3000) 12-25 14:21:31 [19074] LCP: SendConfigAck(Stopped) 12-25 14:21:31 [19074] MRU 1500 12-25 14:21:31 [19074] MAGICNUM 32c2bd56 12-25 14:21:31 [19074] PROTOCOMP 12-25 14:21:31 [19074] ACFCOMP 12-25 14:21:31 [19074] LCP: state change Stopped --> Ack-Sent 12-25 14:21:32 [19074] LCP: Received Configure Reject (1) state = Ack-Sent (8) 12-25 14:21:32 [19074] LCP: RecvConfigRej. 12-25 14:21:32 [19074] QUALPROTO proto: c025, interval: 30000ms 12-25 14:21:32 [19074] LCP: SendConfigReq 12-25 14:21:32 [19074] ACFCOMP 12-25 14:21:32 [19074] PROTOCOMP 12-25 14:21:32 [19074] ACCMAP [6] 00000000 12-25 14:21:32 [19074] MRU [4] 1500 12-25 14:21:32 [19074] MAGICNUM [6] 742b9f7a 12-25 14:21:32 [19074] LCP: Received Configure Ack (2) state = Ack-Sent (8) 12-25 14:21:32 [19074] LCP: state change Ack-Sent --> Opend 12-25 14:21:32 [19074] LCP: LayerUp 12-25 14:21:32 [19074] IPCP: state change Initial --> Closed 12-25 14:21:32 [19074] IPCP Up event!! 12-25 14:21:32 [19074] IPCP: SendConfigReq 12-25 14:21:32 [19074] IPADDR [6] 0.0.0.0 12-25 14:21:32 [19074] COMPPROTO [6] 002d0f00 12-25 14:21:32 [19074] IPCP: state change Closed --> Req-Sent 12-25 14:21:32 [19074] CCP: state change Initial --> Closed 12-25 14:21:32 [19074] CCP Up event!! 12-25 14:21:32 [19074] CCP: SendConfigReq 12-25 14:21:32 [19074] CCP: state change Closed --> Req-Sent ...etc pp... -- cheers, J"org joerg_wunsch@uriah.heep.sax.de -- http://www.sax.de/~joerg/ -- NIC: JW11-RIPE Never trust an operating system you don't have sources for. ;-)