Tuesday, 6 June 2017

MIKROTIK:-HOTSPOT user login without Radius .

If you dont have any radius server in your network and you want to create the users in Mikrotik NAS in that case , The mikrotik will  verify the users name and password  and after that they will be able to login So first of all you have to create the users in Mikrotik router and like wise you can assign the bandwidth  for the users individually  .


Before you create the user in mikrotik router you have to have a IP pool in yopur mikrotik . Because the users will get the IP address from that Pool only and also you have to add the IP in the mikroitk  interface  .

Step-1

Configure the IP address in interface .


/ip address

add address=100.0.0.1/24 interface=ether6 network=100.0.0.0


Step-2

/ip pool
add name=HOtspot ranges=100.0.0.2-100.0.0.254


Step-3

Go To IP>HOTSPOT> USER>And Add(+)



/ip hotspot user

add address=100.0.2.2 name=laxmi password=12345 server=hotspot1


After configure the user you will be able to login using this username and password and given IP address you have use .



If you want to give same bandwidth for each users then you have to create a different profiles for each users  .


/ip hotspot user profile
add !idle-timeout name=laxmi rate-limit=512k/1M shared-users=unlimited





No comments:

Post a Comment