I would like to change the way that my costumers access to the internet. I would like to enable two ways for sharing my internet:
- With my wireless network as public, I would like to give a username and password to a user, this way he can access to the Internet for a limited time (determined by him). Just users with a username, password and "credit" can access to the internet. The authentication must be over a web page.
- As #1, with public wireless network, I would to share temporary codes (generated by a my server) that allows users to access internet in their devices for a limited time (determined by the server). Authentication must be over web, and all users need to have a specific temporary "ticket" (that loses its capability to provide internet after it was used).
It is important to say, that each user need to have a time control. When it expires, the user needs to be redirected to the Auth page.
I know that it is possible, I just want some specific names for this approach, may be some tools, tutorials, guides...
Anybody can help me? :)
THANKS A LOT