From owner-freebsd-isp Sat Jul 19 18:18:37 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id SAA20749 for isp-outgoing; Sat, 19 Jul 1997 18:18:37 -0700 (PDT) Received: from panda.hilink.com.au (panda.hilink.com.au [203.8.15.25]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id SAA20743 for ; Sat, 19 Jul 1997 18:18:31 -0700 (PDT) Received: (from danny@localhost) by panda.hilink.com.au (8.8.5/8.8.5) id LAA08558; Sun, 20 Jul 1997 11:18:12 +1000 (EST) Date: Sun, 20 Jul 1997 11:18:12 +1000 (EST) From: "Daniel O'Callaghan" To: Adam David cc: freebsd-isp@FreeBSD.ORG Subject: Re: anon PPP In-Reply-To: <199707192255.WAA03620@ubiq.veda.is> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-isp@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk On Sat, 19 Jul 1997, Adam David wrote: > What mechanisms exist for providing secondary anonymous PPP logins using pppd? > I need a simple method of allocating from a second IP pool any logins for > which primary authentication fails, i.e. the IP address depends on the result > of the authentication. Right now, you can specify an IP address for the user in /etc/ppp/pap.secrets but you can't specify an alternate IP address for the port. I don't think this would be too hard to do, if you look at the code in auth.c which does the pap-secrets IP bit. Danny