Re: compiling pppd

Kanageshwaran R <[email protected]> Fri, 08 Oct 2004 09:47:52 +0530
Newsgroups gmane.linux.redhat.ppp
Message-ID <[email protected]>
Suma Choudhary wrote:

>hi all
>I've been learning to use pppd by connecting two pcs.
>the pppd version:2.4.1
>was trying out some options.
>Now ,I got hold of source code for pppd 2.4.1 and compiled it on one
>system(say the server)
>the problem:when I started to run pppd ....the server kept on sending
>packets without receiving any, while the client(which has the old pppd but of same version)  sends and receives also
>and finally both of them time out and quit!
>
>To compile pppd,I read the README.linux  provided which says to do these:
>./configure
>make
>make install
>
>what and where  do u think is the problem?
>thanks a lot for any help
>
>regards
>suma
>  
>
Hi,

it would be helpful to point out where the problem is if you
could attach the debug prints when PPP is trying to connect.
You need to run PPP with the debug option for and if
PPP becomes a background process, you'd find the messages
in the /var/log/messages file (otherwise you'd see the messages
on the console itself)

regards,
Kanagesh