I have a small problem i hope i find it’s solution with you.
Mikrotik 3.30 L6
Here is the details
DHCP lease to 10.10.10.206 with mac xx-xx-xx-xx-xx-x1
Hotspot user “Jone” to ip 10.10.10.206 with no mac limit
No ip binding
When 10.10.10.206 with this mac xx-xx-xx-xx-xx-x1 make login he got a successful login and redirect well to his asked page
But if another pc with another mac for example 10.10.10.200 with this mac xx-xx-xx-xx-xx-x3 try to login by user “jone” he successed to login but without redirect to his asked page. he just stuck in the same login page or blank page untill he write a site to visit. if he write a site he can see it and server log said that he is loged in.
If you set the hotspot user value “address=10.10.10.206” for user Jone, only one user can login with that username and get that ip. Check “/ip hotspot host” when that happens, and see what ip the second Jone account was issued. It will be the “to-address” value that will be the new ip.
I would remove the Framed-IP value for user Jone (address=10.10.10.206).
You said you set that ip (10.10.10.206) as a static lease (/ip dhcp-server lease) to the other mac address for that ip, is that correct? If that is true, then 10.10.10.206 is available only to the first mac address. The second mac address must get another ip.
Then remove the address=10.10.10.206 from the user record. It is not available to the second mac address. It has been issued to (reserved for) another mac address, not another user.
If you are using the hotspot and the hotspot simple queues, that happens automatically. Is there another queue you are using? If so, post that, and we may be able to help.
OK! So you want to use different limits on a few users than the default? I use “/ip hotspot user profile” entries for that.
/ip hotspot user profile
add name=hispeed
then adjust the rate-limit there. Then change the user Jone to user profile hispeed.
There will be no difference. The hotspot will put those numbers into the queue automatically when the user logs in. Look in “/queue simple” after the user logs in and check it.
ADD: My bad! I forgot the burst threshold value.
/ip hotspot user profile
set X rate-limit=“128K/416K 2M/4M 2M/4M 120s/120s”