Subject: Re: Connecting using pppd ...
To: William Gallafent <William.Gallafent@comlab.ox.ac.uk>
From: Mike Pumford <mpumford@black-star.demon.co.uk>
List: port-arm32
Date: 05/06/1998 19:40:17
On Wed, 6 May 1998, William Gallafent wrote:

> On Wed, 6 May 1998, Mike Pumford wrote:
> 
> Looking at rc.conf, I have the line:
> 
> routed=NO		routed_flags="-q"
> 
> hence no. Which daemons should be running, and which should not? (I still
> haven't managed to get a connection :( )
> 
Well that should mean that routed isn't running. The best way to check is
as someone else has already suggested 
ps -ax | grep route

This should not produce any output apart from the grep process. 

AFAIK routed is the only thing that I tripped over while setting up pppd.
The only other thing I can think of is that defaultroute has not been
specified in /etc/ppp/options or on the command line.

If none of the above suggestions work what is the output of 'route show'
when the PPP link is up?

Mike