Hello, I would like how to solve a problem that I am having:
I use hotspot for my residential clients, I would like to give a username for each person that lives on a given apartment. The problem comes when I specify the amount of bandwidth that I am allocating for each apartment, in example
One apartment is inhabited by 3 people. I want them to have each one a username and a password and share a total bandwith of 1024 kbps.
This may not be of much help but if the users are connecting via a wireless interface I think you will find this impossible as it knows nothing about locations.
Some solutions you could try are
Give them all the same user name and limit that account but allow it to have several simultaneous logins through the allowed MAC id in the Hotspot server profile.
2.Another way of doing this would be to put a wireless cpe in the apartment and limit the capacity on the wireless cpe mac address.
My solution with that bandwidth and 3 clients would be limit each client to 256K up and 512K down. Normally not all clients will be on at the same time, and mine normally use much more download than upload bandwidth when they are online.
/ip hotspot user profile set default rate-limit=“256K/512K”
I would think make a queue that you limit on your max speed, then make queue for 3 users and make firs queue this 3 queue’s parent queue. The parent queue will limit the max speed all 3 user queue’s can use.