Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Dec 1998 17:00:44 +0000
From:      Brian Somers <brian@Awfulhak.org>
To:        Shishir Jain <sjain@ficon-tech.com>
Cc:        "freebsd-questions@FreeBSD.ORG" <freebsd-questions@FreeBSD.ORG>
Subject:   Re: PPP problem 
Message-ID:  <199812101700.RAA00702@keep.lan.Awfulhak.org>
In-Reply-To: Your message of "Tue, 08 Dec 1998 20:33:10 -0530." <366DDA5E.453B0808@ficon-tech.com> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Hi!
> 
> I'm facing a strange problem on PPP configuration. For some strange
> reason, my connection dies in the protocol handshake itself. I'm
> attaching the log file. Can someone throw some light, why is it
> happening?
> 
> Thanks
> 
> Shishir
[.....]
> Dec  8 20:21:45 titan ppp[21173]: tun0: Connect: CONNECT 
> Dec  8 20:21:46 titan ppp[21173]: tun0: Phase: *Connected! 
> Dec  8 20:21:46 titan ppp[21173]: tun0: LCP: State change Initial --> Closed 
> Dec  8 20:21:46 titan ppp[21173]: tun0: LCP: LcpSendConfigReq 
> Dec  8 20:21:46 titan ppp[21173]: tun0: LCP:  ACFCOMP 
> Dec  8 20:21:46 titan ppp[21173]: tun0: LCP:  PROTOCOMP 
> Dec  8 20:21:46 titan ppp[21173]: tun0: LCP:  ACCMAP [6] 00000000 
> Dec  8 20:21:46 titan ppp[21173]: tun0: LCP:  MRU [4] 1500 
> Dec  8 20:21:46 titan ppp[21173]: tun0: LCP:  MAGICNUM [6] a7a6a3c9 
> Dec  8 20:21:46 titan ppp[21173]: tun0: HDLC: HdlcOutput
> Dec  8 20:21:46 titan ppp[21173]: tun0: HDLC:  ff 03 c0 21
> Dec  8 20:21:46 titan ppp[21173]: tun0: LCP: State change Closed --> Req-Sent 
> Dec  8 20:21:49 titan ppp[21173]: tun0: LCP: LcpSendConfigReq 
> Dec  8 20:21:49 titan ppp[21173]: tun0: LCP:  ACFCOMP 
> Dec  8 20:21:49 titan ppp[21173]: tun0: LCP:  PROTOCOMP 
> Dec  8 20:21:49 titan ppp[21173]: tun0: LCP:  ACCMAP [6] 00000000 
> Dec  8 20:21:49 titan ppp[21173]: tun0: LCP:  MRU [4] 1500 
> Dec  8 20:21:49 titan ppp[21173]: tun0: LCP:  MAGICNUM [6] a7a6a3c9 
> Dec  8 20:21:49 titan ppp[21173]: tun0: HDLC: HdlcOutput
> Dec  8 20:21:49 titan ppp[21173]: tun0: HDLC:  ff 03 c0 21
> Dec  8 20:21:52 titan ppp[21173]: tun0: LCP: LcpSendConfigReq 
[.....]

The only things that can be seen here are:

  1.  You're running an old version of ppp where the HDLC logging is 
      broken (truncated at the end of the first mbuf).
  2.  The peer isn't responding.

Are you sure that you've successfully connected to the peer ?  
Perhaps the peer is expecting a login phase....

-- 
Brian <brian@Awfulhak.org> <brian@FreeBSD.org> <brian@OpenBSD.org>
      <http://www.Awfulhak.org>;
Don't _EVER_ lose your sense of humour !



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?199812101700.RAA00702>