From owner-freebsd-questions@FreeBSD.ORG Sun Jan 29 06:01:03 2006 Return-Path: X-Original-To: freebsd-questions@FreeBSD.org Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C0ACC16A420 for ; Sun, 29 Jan 2006 06:01:03 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from mail07.powweb.com (mail07.powweb.com [66.152.97.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8E10F43D46 for ; Sun, 29 Jan 2006 06:01:03 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (24-119-205-114.cpe.cableone.net [24.119.205.114]) by mail07.powweb.com (Postfix) with ESMTP id C464D14DAA0; Sat, 28 Jan 2006 22:01:02 -0800 (PST) Date: Sun, 29 Jan 2006 00:11:52 -0600 From: Vulpes Velox To: "FootballCALL" Message-ID: <20060129001152.5b939f74@vixen42.vulpes> In-Reply-To: <003401c621bf$863099c0$0301a8c0@LAPTOP> References: <003401c621bf$863099c0$0301a8c0@LAPTOP> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.10; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@FreeBSD.org Subject: Re: Wireless ISP X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Jan 2006 06:01:03 -0000 On Wed, 25 Jan 2006 14:56:29 -0000 "FootballCALL" wrote: > Hi, > > I am based in the UK and wish to set up a wireless community > broadband service to residents and businesses in my community. From > my access point, I would like other users to 'share' my connection > through wireless technology and therefore they will pay a nominal > amount for their internet access. > > I therefore require a home page/login page so only registered users > can use the connection, and also need to manage bandwidth of these > users. > > Is this something you can help with? The Motorola Canopy hardware appears is nice, from my experience with them at work. Airspan works and is cheap, but does not appear to scale as well as the docs say they should. I would honestly suggest going static DHCP. PPPoE is a pita. You can do a login page like this... every unregistered MAC gets a IP# on a dead end network with a DHCP lease of a minute. When they browse the net, they are directed to a login page for the first time. They input the username and password. The CGI script grabs the MAC and rebuilds the config for the dhcp server, unlocks the IP#, and sets the mac statically.