From owner-freebsd-isp Wed Jan 7 20:39:40 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA27868 for isp-outgoing; Wed, 7 Jan 1998 20:39:40 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from theonlynet.com (rock-08.theonlynet.com [206.29.203.173]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA27855 for ; Wed, 7 Jan 1998 20:39:29 -0800 (PST) (envelope-from rricci@theonlynet.com) Received: from theonlynet.com (localhost [127.0.0.1]) by theonlynet.com (8.8.5/8.8.5) with ESMTP id VAA09120; Wed, 7 Jan 1998 21:41:22 -0700 (MST) Message-ID: <34B458EE.3D2F2CA3@theonlynet.com> Date: Wed, 07 Jan 1998 21:41:18 -0700 From: Robert Ricci Organization: Kruton, Inc. X-Mailer: Mozilla 4.04 [en] (X11; I; FreeBSD 2.2.1-RELEASE i386) MIME-Version: 1.0 To: "Daniel O'Callaghan" CC: freebsd-isp@freebsd.org Subject: Re: Giving users static IP adresses with pppd References: Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-isp@freebsd.org X-Loop: FreeBSD.org Precedence: bulk Daniel O'Callaghan wrote: > 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 On that machine, we have 2.1.7 - I'd love to upgrade it, but right now, 90% of our modems are attached to that machine, so I can't really afford to take it down for the time it would take to upgrade. Have you ever looked at the "ipcp-accept-remote" option? It looks to me like it lets anybody insist on whatever IP they want. It doesn't sound like a good thing to me, but maybe it could be used for letting people use their own address. Here's some other things I can think of that might make my setup different from yours: 1) We use mgetty, instead of plain old getty to answer modems 2) In the options.ttyc0* files, each modem has its own host IP, as well as unique client ID. The guy who set up our cyclades cards (and has since left) assured me giving each modem its own host IP was necessary, but I haven't seen anyhting to support this claim. Could this be a problem? One more question - Do you have your ppp client set up to still try to negotiate its IP, or do you explicitly set it? (I use user-mode ppp to dial from my 2.2.1 system). Thanks for all the help! Robert Ricci rricci@theonlynet.com