From owner-freebsd-questions Thu Dec 10 10:45:35 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id KAA28086 for freebsd-questions-outgoing; Thu, 10 Dec 1998 10:45:35 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from awfulhak.org (awfulhak.force9.co.uk [195.166.136.63]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id KAA28062 for ; Thu, 10 Dec 1998 10:45:30 -0800 (PST) (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (keep.lan.Awfulhak.org [172.16.0.8]) by awfulhak.org (8.8.8/8.8.8) with ESMTP id SAA15244; Thu, 10 Dec 1998 18:45:20 GMT (envelope-from brian@Awfulhak.org) Received: from keep.lan.Awfulhak.org (localhost [127.0.0.1]) by keep.lan.Awfulhak.org (8.9.1/8.9.1) with ESMTP id RAA00702; Thu, 10 Dec 1998 17:00:44 GMT (envelope-from brian@keep.lan.Awfulhak.org) Message-Id: <199812101700.RAA00702@keep.lan.Awfulhak.org> X-Mailer: exmh version 2.0.2 2/24/98 To: Shishir Jain cc: "freebsd-questions@FreeBSD.ORG" Subject: Re: PPP problem In-reply-to: Your message of "Tue, 08 Dec 1998 20:33:10 -0530." <366DDA5E.453B0808@ficon-tech.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Thu, 10 Dec 1998 17:00:44 +0000 From: Brian Somers Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG > 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 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