Re: Diald dies on pppd

Mike Jagdis <[email protected]> Thu, 09 May 2002 21:09:49 +0100
Newsgroups org.kernel.vger.linux-diald
Message-ID <[email protected]>
Rene wrote:

>I an trying  to install diald on a debian distrubution. My ppp 
>configuration is OK si I think the problem is elsewhere.
>
Why do you think this?

>Apr 30 17:58:54 garn diald[913]: Running pppd: /usr/sbin/pppd 
>-defaultroute -detach modem crtscts mtu 1500 mru 1500
>Apr 30 17:58:55 garn diald[886]: filter accepted rule 33 proto 134619992 
>len 84 packet 10.0.0.1,0 => 212.30.96.108,0
>Apr 30 17:59:15 garn last message repeated 20 times
>Apr 30 17:59:16 garn diald[886]: SIGCHLD[5]: pid 913 link, status 4096
>
Pid 913 execs pppd and 20 seconds later pid 913 exits without pppd 
having brought up the network layer. It's the reason pppd dies between 
these two lines you need to find out with, for instance, the pppd 
"debug" option.

Probably you are getting some sort of PPP negotiation rejection. I 
notice you have commented out pppd-options noauth. Does your ISP 
*really* authenticate with you as well as vice-versa?

                Mike