Bad Hotspot redirect with some user

Hello Mikrotik Prof. Team

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.

i want to get ride of this stuck any way
Setting.JPG

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).

i think there is miss understanding
i am not talking in the same time i am takling separately

if this mac xx-xx-xx-xx-xx-x1 (10.10.10.206) not loged in & not on the network
this mac xx-xx-xx-xx-xx-x3 when log in server did not redirect him

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.

yes

the other got another ip assume it is 10.10.10.5
when 10.10.10.5 try to login with user “Jone” he did not redirect he stuck untill he write any url

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.

ok i want server when any ip or mac login to user “Jone” assume that he is 10.10.10.206 in order to make Queues to this ip

What shall i do

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.

i use this for queues if you see there is better it is ok
i make one rule for every user by it’s ip
Queus.JPG

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.

i want when Jone log from any pc excute on him brust queuse
but in user profile there is no brust queuse

Last I checked there were. It is not as easy to enter as the queue.
/ip hotspot user profile
set X rate-limit=“128K/416K 2M/4M 120/120”

if i did that it will be a brust limit like queuse??

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. :blush:
/ip hotspot user profile
set X rate-limit=“128K/416K 2M/4M 2M/4M 120s/120s”

Wow I thank you

Work like a charm if i have any quariy i will check with you

sorry invalid rate limite
what is the correct command??

Oh boy! My bad again.
set X rate-limit=“128K/416K 2M/4M 2M/4M 120/120”

no ‘s’ on time.
I don’t use the burst speed, so I am not as familiar with that as the rest.

thanks i found it
128K/416K 2M/4M 128K/416K 120/120

Great Team
Great Router