Difference between revisions of "Centralized Authentication for Hotspot user"

From CableFree RadioOS
Jump to navigation Jump to search
(Created page with "Generally we are using external Radius servers for user authentication as CableFree is not Radius server. But here in this example we use the CableFree User Manager which work...")
 
Line 3: Line 3:
====Requirements====
====Requirements====


'''Central location:''' CableFree OS with User Manager ([http://www.CableFree.com/pricelist.php?sect=1#product10 suggested License is L6]).
'''Central location:''' CableFree OS with User Manager.


'''Hotspot:''' CableFree CableFree device with at least a L4 License
'''Hotspot:''' CableFree CableFree device with at least a L4 License

Revision as of 19:31, 10 May 2016

Generally we are using external Radius servers for user authentication as CableFree is not Radius server. But here in this example we use the CableFree User Manager which works as a Radius server and does authentication and control of your Hotspot users.

Requirements

Central location: CableFree OS with User Manager.

Hotspot: CableFree CableFree device with at least a L4 License

Network 192.168.1.0/24

Usermanager.jpg

R1-Hotspot Master						
WAN IP- <Connected to Internet>
LAN IP – 192.168.1.1/24

R2-Hotspot IT Dept 
WAN IP – 192.168.1.2/24
LAN IP – 10.10.10.1/24

R3-Hotspot Account Dept.
WAN IP – 192.168.1.3/24
LAN IP – 20.20.20.1/24

R4- Hotspot Purchase Dept
WAN IP – 192.168.1.4/24
LAN IP – 30.30.30.1/24

R5- Hotspot Sales Dept.
WAN IP – 192.168.1.5/24
LAN IP – 40.40.40.1/24

We assume that all the setup is ready and the hotspot is configured on R2, R3, R4, and R5 with local authentication.

First, we will configure R2, R3, R4 & R5 to use CableFree user manager as a Radius server.

/ip hotspot profile
use-radius=yes


/radius add
service=hotspot address=192.168.1.1 secret=123456

This configuration will apply to all the Hotspot router.

Now, we will configure R1-Hotspot Master.

/tool user-manager customer add
subscriber=CableFree login="CableFree" password="ashish" time-zone=+05:30
permissions=owner parent=CableFree

/tool user-manager router add
subscriber=CableFree name="R2" ip-address=192.168.1.2 shared-secret="123456"

subscriber=CableFree name="R3" ip-address=192.168.1.3 shared-secret="123456"

subscriber=CableFree name="R4" ip-address=192.168.1.4 shared-secret="123456"

subscriber=CableFree name="R5" ip-address=192.168.1.5 shared-secret="123456" 

and finally add the user on R1

/tool user-manager user add
username=ashish password=ashishpatel subscriber=CableFree

The user name and password will work for all the remote hotspot router…a user can login from any department of the company with same ID and password and we can have all the user data centrally.

Now you can log into the User Manager web interface on the address http://192.168.1.1/userman and start setting up your user accounts.

NEED the Solution..??? - Pl Contact.

ASHISH PATEL - anpatel@eitl.elecon.com - +91 2692 227275 - +91 99098 90908.

More information in the User Manager section.