From owner-freebsd-isp Tue Jan 6 20:09:18 1998 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id UAA04535 for isp-outgoing; Tue, 6 Jan 1998 20:09:18 -0800 (PST) (envelope-from owner-freebsd-isp) Received: from ns2.cetlink.net (root@ns2.cetlink.net [209.54.54.20]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id UAA04528 for ; Tue, 6 Jan 1998 20:09:13 -0800 (PST) (envelope-from jak@cetlink.net) Received: from hot1.auctionfever.com (ts1-cltnc-56.cetlink.net [209.54.58.56]) by ns2.cetlink.net (8.8.5/8.8.5) with SMTP id XAA03386; Tue, 6 Jan 1998 23:09:09 -0500 (EST) From: jak@cetlink.net (John Kelly) To: Robert Ricci Cc: freebsd-isp@FreeBSD.ORG Subject: Re: Giving users static IP adresses with pppd Date: Wed, 07 Jan 1998 05:09:57 GMT Message-ID: <34b60d4c.6275126@mail.cetlink.net> References: <34B27AF7.FA2CF60F@theonlynet.com> In-Reply-To: <34B27AF7.FA2CF60F@theonlynet.com> X-Mailer: Forte Agent 1.01/16.397 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit X-MIME-Autoconverted: from quoted-printable to 8bit by hub.freebsd.org id UAA04530 Sender: owner-freebsd-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Tue, 06 Jan 1998 11:41:59 -0700, Robert Ricci wrote: >We have a terminal server we've built that uses cyclades cards and pppd >to handle incoming calls. Right now, people dialing in get an IP adress >based on which modem they happen to connect to. Is there a way to set up >pppd so that it will give certain users their own IP? For example, I >would get the IP adress 206.29.203.20 , no matter which modem I connect >to? >Thanks. > >Robert Ricci >rricci@theonlynet.com > place a .ppprc file in each user's home directory containing xxx.xxx.xxx.xxx:yyy.yyy.yyy.yyy # ip's of local and remote hosts where: xx.xxx.xxx.xxx is the IP address of the server (the FreeBSD machine) yyy.yyy.yyy.yyy is the IP address of this user For either of the above the user's (client) ppp MUST be set up to negotiate a dynamic IP address. Implementation of this varies from client to client, but usually it involves setting 0.0.0.0 in the client's PPP setup. (From Doug White's web page http://resnet.uoregon.edu/ppp/)