On Sat, 30 Jan 1999, warblade wrote:
|anyone know what this error is IPCP error is....and how to fix it ?
|
|Jan 30 11:27:54 localhost pppd[317]: Serial connection established.
|Jan 30 11:27:55 localhost pppd[317]: Using interface ppp0
|Jan 30 11:27:55 localhost pppd[317]: Connect: ppp0 <--> /dev/ttyS0
|Jan 30 11:28:28 localhost pppd[317]: IPCP: timeout sending Config-Requests
You can try adding the pppd option "asyncmap 0" and removing any "escape
FF" option. If this fails, then look at the ppp negotiation messages in
/var/log/debug for more clues as to what is causing this. You'll need the
pppd debug option and the messages may be in another file in /var/log .
If you can't find them, then add the line
*.=debug /usr/adm/debug
to /etc/syslog.conf. Do a <kill -NOHUP `pidof syslogd`> to restart syslogd
so it will reread this file. "man syslogd" for more infomation about
syslogd and "man syslog.conf" for more about configuring /etc/syslog.conf
IPCP is Internet Protocol Control Protocol, the protocol used to negotiate
IP addresses and the pppd ms-dns and ms-wins options for nameservers.
---
Clifford Kite Not a guru. (tm)
[EMAIL PROTECTED] Not even close.
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]