Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 29 Jan 2006 00:11:52 -0600
From:      Vulpes Velox <v.velox@vvelox.net>
To:        "FootballCALL" <footballcall@birchgroupuk.co.uk>
Cc:        freebsd-questions@FreeBSD.org
Subject:   Re: Wireless ISP
Message-ID:  <20060129001152.5b939f74@vixen42.vulpes>
In-Reply-To: <003401c621bf$863099c0$0301a8c0@LAPTOP>
References:  <003401c621bf$863099c0$0301a8c0@LAPTOP>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 25 Jan 2006 14:56:29 -0000
"FootballCALL" <footballcall@birchgroupuk.co.uk> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060129001152.5b939f74>