Traffic Shaping / Bandwidth Limiting

Started by banana999, May 05, 2020, 10:15:08 PM

Previous topic - Next topic
What I'm trying to achieve:
1) Limit the max download bandwidth to ANY SINGLE client to 50mbps
2) Limit the TOTAL download bandwidth to 60mbps

I've managed to do both separately with 2 pipes but I can't get both pipes to work at the same time, any tips?
I've attached a picture of my settings for the total 60mbps settings, and for the 50 per client setting I changed the bandwidth setting to 50 and set the mask to destination.

(Separately, are queues required when you don't need weighting / is there any point in using the queue when you only have one for a pipe, since you can just add the pipe to the rule instead or the queue?)

You need 2 pipes, one for in and one for out, limit to 60Mbit. Then you need two queues, one for in, one for out. On queues you need to set the masks correct to evenly share accross users. Then two rules for in and out matching direction and client IPs.

I think this should work

Quote from: mimugmail on May 06, 2020, 07:53:56 AM
You need 2 pipes, one for in and one for out, limit to 60Mbit. Then you need two queues, one for in, one for out. On queues you need to set the masks correct to evenly share accross users. Then two rules for in and out matching direction and client IPs.

Could you give me a pointer as to which masks I need for the pipes and queues and which directions I should add to the rules?