Pian [[EMAIL PROTECTED]] said:

> this is the error message :
> localhost pppd[1381] : pppd 2.3.7 started by root, uid 0
> localhost pppd[1381] : Using interface ppp0
> localhost pppd[1381] : Connect: ppp0 <---> /dev/ttys1
> localhost pppd[1381] : Hangup (SIGHUP)
> localhost pppd[1381] : Modem hangup
> localhost pppd[1381] : Connection terminated
> localhost pppd[1381] : Connect time 0.3 minutes


Add the following line to /etc/ppp/options:
    debug

Edit /etc/syslog.conf.  Change where it says:
    *.info
to:
    *.debug

(Don't forget to switch this back after you get your ppp connection working)

Then stop & restart the syslogd daemon.
    killall -HUP syslogd
    syslogd

Before you retry your ppp connection, open another console window, then
type:
    tail -f /var/log/messages


This will give more detail as to what is going wrong...


Richard



Reply via email to