On Mon, 2002-11-18 at 22:04, Dennis M. Gray wrote:
> Third problem: I then tried to configure dial-up for ppp. I couldn't get
> this to work either. I set up my modem as a generic on (it wouldn't
> recognise my Netcomm) but I was able to dial up to Bigpond. The
> /var/log/messages showed a successful authentication but never got any
> further than that. No routing table...even localhost could not be
> pinged.

You need to ensure that PPP is setup to ask for the routing details and
IP.  My PPP file has the following options:

    hide-password 
    noauth
    connect "/usr/sbin/chat -v -f /etc/chatscripts/Bigpond"
    /dev/ttyLT0
    115200
    defaultroute
    noipdefault 
    idle 1800
    usepeerdns

Not sure where it goes exactly in RedHat though.

-- 
**************
* Simon Wong *
**************

-- 
SLUG - Sydney Linux User's Group - http://slug.org.au/
More Info: http://lists.slug.org.au/listinfo/slug

Reply via email to