On Sun, 21 Nov 1999, Jarmo Paavilainen wrote:
|People asked for more info... so here goes nothing.
|
|Sometimes (too often thou) pppd tells me that it "Could not determine remote
|IP address". Could it be something wrong on my side?
|
|Or am I doing right when accusing my ISP, or phone lines, for my trouble.
|
|When pppd failes the log looks like this:
These aren't *all* the pppd debug messages. Be sure you have pppd
configured with the debug option. If you can't find a file in /var/log
that has the detailed PPP messages then you can create a log file as
described below.
You can direct all the chat -v and pppd debug messages to a specific file,
say /var/log/ppp-log, by creating the file with " touch /var/log/ppp-log ",
adding the line
daemon.*;local2.* /var/log/ppp-log
to /etc/syslog.conf, and doing " kill -HUP `pidof syslogd` " to make
syslogd reread the syslog.conf file.
---
Clifford Kite Not a guru. (tm)
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]