Use the MT as PPPOE Server - no radius
for 500 users - assign static ip to the pppoe clients and use those IP to do simple quenes.
I want to split the users in 3 groups and each group must have a total amount of bandwidth to use and shaped differently. Also each user in a group must not exceed 128k up/down
e.g. i will have 1 mb for Group 1 but no user must not exceed 128k, and if 20 users try to download together i want each to have equal amount of BW which will be less that 128k, ~51k.
This is to be repeated for Group 2 and Group 3 with each have different over all BW and different firewall filters for each.
Lastly I want to have local web and media servers, so i want all user to have instead 128k for Internet - to have 384k connection for local servers.
Can anyone shed some light on this, and from which server version of MT have rules to accomplish.
create the address lists for each group in the firewall address-list
Mark all the traffic (in prerouning chain) for each address list
Make a 1 queue for each mark -
group total limit will be this queue max-limit option
interface local
queue-type will be pcq ( for download pcq-clasifier=dst-address, for upload - src-add and the rate is this value that clien cannot exceed)