Hello Jeff,
Could you provide more details about what is happening with PPP? I believe, it
is hard to guess something w/o details.
I used debugging features for PPP starting up:
'-v' option for 'chat'
'debug' option for 'pppd'
I added the following line to /etc/syslog.conf:
daemon.=debug /var/log/messages
and restarted syslogd:
kill -SIGHUP `cat /var/run/syslogd.pid`
After starting pppd I looked at log via:
tail -f /var/log/messages
Everything which happens in line during connection, and PPP interactions are
visible quite well!
Hope this will help,
Maxim
> Dear experts.
>
> I have posted a PPP connection problem one day before. Thanks a lot for your
> help. But I still have the problem, I have read PPP-HOWTO very carefully and
> I did some test, but the problem seems the same as before. Now I found that
> not only the modem initializing is Ok, but also I can make the connection to
> my ISP inside minicom. There are must be something wrong about my PPP
> configuration or PPP program. Is there anybody has some idea to fix this
> problem? I use Redhat Network configuration utility to setup my modem and
> PPP config and my Redhat version is 5.1.
>
> Thanks again.
>
> Best regards,
> Jeff Liu