From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bhaskar Date: Fri, 09 Apr 2004 08:38:05 +0000 Subject: PPP is not establishing Message-Id: <1081499169.3142.12.camel@Bhaskar> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-ppp@vger.kernel.org Hi all, I am trying to connect to an ISP using my linux machine. I am using RedHat Linux 8.0 . And the ppp version is 2.4.1. I am not able to understand why ISP is terminating the connection. I have traced the PPP packets and sequence is : Serial connection established. using channel 9 Using interface ppp0 Connect: ppp0 <--> /dev/ttyS0 sent [LCP ConfReq id=0x1 ] sent [LCP ConfReq id=0x1 ] sent [LCP ConfReq id=0x1 ] rcvd [LCP ConfReq id=0x1 ] sent [LCP ConfAck id=0x1 ] rcvd [LCP ConfAck id=0x1 ] sent [PAP AuthReq id=0x1 user="ELAN123" password=] rcvd [LCP ConfAck id=0x1 ] rcvd [LCP ConfAck id=0x1 ] rcvd [LCP ConfReq id=0x1 ] sent [LCP ConfReq id=0x2 ] sent [LCP ConfAck id=0x1 ] rcvd [LCP ConfRej id=0x2 ] sent [LCP ConfReq id=0x3 ] rcvd [LCP ConfAck id=0x3 ] rcvd [LCP EchoReq id=0x0 magic=0xa2057c03] sent [LCP EchoRep id=0x0 magic=0x5bd54857] rcvd [LCP TermReq id=0x2] LCP terminated by peer sent [LCP TermAck id=0x2] ISP is expecting both PAP and CHAP authentication. If PAP is successful, then only CHAP authentication is requested. What could be the reason for the termination. Please give your comments. With best regards, bhaskar