This is a discussion on Wi-fi hotspot access control within the Linux Networking forums, part of the Linux Forums category; I'm looking into setting up a wireless access point as part of a commercial venture, but want to control ...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I'm looking into setting up a wireless access point as part of a
commercial venture, but want to control access to the internet using some kind of server software (ie. someone buys a card with a code on. That code is valid once for an hour). Without this code the person cannot get through to the internet. The wireless access point uses the computer as a gateway. Can Linux do this? Andrew Squibb |
|
|||
|
Andrew Squibb wrote:
> I'm looking into setting up a wireless access point as part of a > commercial venture, but want to control access to the internet using > some kind of server software (ie. someone buys a card with a code on. > That code is valid once for an hour). > > Without this code the person cannot get through to the internet. The > wireless access point uses the computer as a gateway. > > Can Linux do this? > > > > Andrew Squibb Take a look at NoCatAuth - http://nocat.net/. The software is excelent and works very well. If you are doing something special - you can easily script it - like imposing time limits and durations. |
|
|||
|
Andrew Squibb <andrew@goose-island.freeserve.co.uk> wrote:
> I'm looking into setting up a wireless access point as part of a > commercial venture, but want to control access to the internet using > some kind of server software (ie. someone buys a card with a code on. > That code is valid once for an hour). > > Without this code the person cannot get through to the internet. The > wireless access point uses the computer as a gateway. > > Can Linux do this? Certainly, what you want is a "captive portal", and may be obtained through the use of the NoCatAuth software. Basically, everyone is prevented from having their packets forwarded through the router until they visit an authentication webpace (any web-surfing gets redirected to the auth page). The fill in the form (usually just hitting submit on an AUP), and as long as they keep the webpage open, they can have their packets forwarded. NoCatAuth is most commonly used for providing access to community wireless networks, and is used especially in Portland, USA. I don't know if has capabilities for the exact scenario you describe, but it should be fairly close. It runs on Perl, so you should be able to customize it easily enough, if you know Perl. -- Cameron Kerr cameron.kerr@paradise.net.nz : http://nzgeeks.org/cameron/ Empowered by Perl! |
|
|||
|
Try FirstSpot at http://patronsoft.com/firstspot. It supports pre-paid
minutes concept your describe. It is on Windows though. andrew@goose-island.freeserve.co.uk (Andrew Squibb) wrote in message news:<32b17f1b.0401301431.1fd11cc5@posting.google. com>... > I'm looking into setting up a wireless access point as part of a > commercial venture, but want to control access to the internet using > some kind of server software (ie. someone buys a card with a code on. > That code is valid once for an hour). > > Without this code the person cannot get through to the internet. The > wireless access point uses the computer as a gateway. > > Can Linux do this? > > > > Andrew Squibb |