In article <(E-Mail Removed) m>,
(E-Mail Removed) says...
> I am creating a hotspot for my friend's coffee shoppe, and he is going to
> charge a daily rate for access (like a buck or 2). He wants to limit access
> so that you cant just pay today and come back the next day or week and get
> on. I dont want to be changing weps everyday, and dont want him in the box
> attempting it. Is there any kind of authentication solution where he can
> just change the passwords or access without going thru all of that?
This is starting to become one of the top FAQ...
There are several solutions, none of which (IMHO) are particularly
attractive, for reasons of price, functionality, or stability. YMMV.
The slickest solution I've seen is the Handlink WSG-5000 hot-spot-in-a-
box solution. It is marketed by a number of importers and distributors.
In the U.S., the primary distributor is Zyxel.
The WSG-5000 features a captive portal gateway, wherein the user's first
attempt to browse any web page is redirected to a login page. User
enters the right login and password and gets access to the network. The
cool part about the WSG-5000 is the little thermal printer that comes
with it. It has one button on it. Press the button and it creates and
account and prints out a ticket with all the info the user needs. The
downside is that it is a bit pricey at something like $695 retail. It is
available for less if you shop around.
Much more detail is available here:
http://www.handlink.com.tw/eng/produ...oducts_hotspot
_wsg5000.htm
Handlink's WSG-4000 has a similar captive portal, but requires an
outboard Radius server for authentication. In your proposed application,
a typical solution is the creation of a number of one-time use accounts
with random user ID's and passwords. These are then printed to scratch-
off tickets and given out or sold as the venue operator sees fit.
D-link's DSA-3100 public/private gateway offers the captive portal and
AAA services in one box. It does not have any wireless gear though;
you'd have to add a simple AP to it.
Sputnik's Central Control server is a promising approach as well. You
buy an AP that is flashed with their proprietary gateway firmware. The
AP then talks to the Central Control server for the AAA services. More
info at
http://www.sputnik.com.
While you can buy the gear now, the server software is still very much
in the developmental stage.
Lastly, if you are inclined to roll-your-own solutions, NoCatAuth or
NoCatSplash are open source solutions that could certainly do what you
want.