On Thu, 3 Jun 1999, Allan Jones wrote:
| I am using PPPD 2.3.7, Slackware Linux 2.0.30. Everything works great,
|EXCEPT, that demand-dialing doesn't work. Yet.
| The PPPD complains about "Remote IP address required for
|demand-dialing". I dial my ISP, which of course allocates a dynamic IP
|address for my machine. As well, the IP address for my ISP changes
|(possibly) between sessions, so explicitly assigning an IP address for
|my ISP is not a good idea... Any ideas, suggestions, solutions?
Try using
pppd 192.168.0.1:192.168.0.2 ipcp-accept-local ipcp-accept-remote demand ...
where the options shown are in addition to any other options you use. This
worked for me. Oh, and you likely need to setup for dynamic IPs with
echo -n 1 > /proc/sys/net/ipv4/ip_dynaddr
in a boot-up file.
---
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]