How can I do this: I don’t want the number of my hotspot active clients to be more than 20.
Thanks
How can I do this: I don’t want the number of my hotspot active clients to be more than 20.
Thanks
Depends. Are you using RADIUS? Implement it on the RADIUS server by looking at its active connection table. Are they local users? Point them all to the same user profile, and set the shared-users property to 20.
I’m using Radius and they are all local users… I don’t want active users to be more than 20.
Thanks
It can’t be both. Either they are RADIUS users, in which case the solution depends on the kind of RADIUS server (though you may be able to send back the Mikrotik-Group attribute to refer to a local user profile - see the RADIUS client wiki for details), or they are local users in “/ip hotspot user”, in which case you just set the shared-users attribute of local user profile in “/ip hotspot user profile” to 20 and refer all local users to that profile.