From owner-freebsd-isp Wed Jan 7 15:27:33 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA24118 for isp-outgoing; Wed, 7 Jan 1998 15:27:33 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id PAA24081 for ; Wed, 7 Jan 1998 15:27:07 -0800 (PST) (envelope-from danny@panda.hilink.com.au) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id KAA06352; Thu, 8 Jan 1998 10:26:55 +1100 (EST) Date: Thu, 8 Jan 1998 10:26:55 +1100 (EST) From: "Daniel O'Callaghan" To: Robert Ricci cc: freebsd-isp@freebsd.org Subject: Re: Giving users static IP adresses with pppd In-Reply-To: <34B3B3CA.80571CDD@theonlynet.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Wed, 7 Jan 1998, Robert Ricci wrote: > Daniel O'Callaghan wrote: > * "" > > > > eerrk! Mea culpa. You should specify localipaddr:remoteipaddr (from the > > terminal server's point of view). Leave out the localipaddr to use the > > default, but you must put in the colon. So... > > > > > rricci * "" :206.29.203.20 > > > * * "" > > > > Hmm..... same result as before. What I believe pppd is doing with this > line is not allowing me to connect unless my IP is 206.29.203.20. Any > more ideas? Well, the only difference I can see in your setup and mine is that you use options.c00 and I use a horrible case statement to assign ip addresses on the command line in a by-modem situation. What OS release are you using? Danny