Subject: Re: PPP Question - IPCP Timeouts
To: J. Buck Caldwell <buckaroo@igps.org>
From: Steve Woodford <steve@mctavish.co.uk>
List: netbsd-users
Date: 06/20/2000 19:29:35
On Mon, 19 Jun 2000, J. Buck Caldwell wrote:

> I'm switching ISPs, and I'm having some trouble getting my existing peer
> file working with the new peer. First off, with the old one, I had a
> static IP address, so I had the myaddr:youraddr line in the peer file.
> With this ISP, I'm getting a dynamic one. That may be the whole of the
> problem. I'm trying to use demand/persist dialing. I understand that

I recently went through a similar change, static->dynamic IP ISP. Here's
the relevant snippet from my peer file:

demand
persist
0.0.0.0:0.0.0.1
noipdefault
noauth
ipcp-accept-local
ipcp-accept-remote

Cheers, Steve