[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: kppp



Robin Gerard <robin.jag@free.fr> writes:

> Hello,
> I have installed KDE successfuly but 
> when I launch kppp, after the connection 
> has bein established, I received this
> message :
> dead unexpected of the daemond pppd 
> code returned 1.
> However pon runs fine.
> Can someone me some ideas on this matter ?
> TIA
> P.S. I join my PPP-logfile
> -- 
> Gerard
> 
> May  6 04:09:15 debian pppd[380]: pppd 2.3.11 started by robi, uid 1000
> May  6 04:09:44 debian pppd[380]: Serial connection established.
> May  6 04:09:44 debian pppd[380]: Using interface ppp0
> May  6 04:09:44 debian pppd[380]: Connect: ppp0 <--> /dev/ttyS0
> May  6 04:09:56 debian pppd[380]: local  IP address 213.228.25.166
> May  6 04:09:56 debian pppd[380]: remote IP address 213.228.24.254
> May  6 04:09:56 debian pppd[380]: primary   DNS address 212.27.32.6
> May  6 04:09:56 debian pppd[380]: secondary DNS address 212.27.32.5
> May  6 04:10:45 debian pppd[380]: Terminating on signal 15.

'man pppd' and then look for the section "Exit Status".

Signal 15 means the other end was not responding to echo requests, i.e.
like a 'ping'.  The only reason I can think of at the moment why the
other end would not respond to outgoing echo requests is that your
default route was not set correctly.  (Maybe there are other reasons.)

In your kppp 'Setup' section go to the tab marked Gateway and make
sure the box is checked for 'Assign the default route to this gateway'.

If you type '/sbin/route -n' you will see your routing table.  After
the ppp connection is made (and before it dies) you should see an entry
in the routing table marked 0.0.0.0 (the default destination) on
interface ppp0 pointing to 213.228.24.254 (to use your example).

If that entry is not there then that is your problem.




Reply to: