Sunday, May 8, 2016

Limiting each user bandwidth by Simple Queue

We will limit user Wahid to 256kbps.
Lets constider that,
IP address of Wahid is 10.0.0.5

/queue simple add name="wahid" target-addresses=10.0.0.5 max-limit=256k/256k

Now we will limit user Muhammad to 512kbps.
Lets constider that,
IP address of Muhammad is 10.0.0.6

/queue simple add name="Muhammad" target-addresses=10.0.0.6 max-limit=512k/512k

If you want, you can also set burst limit feature here.

Enjoy.....!

No comments:

Post a Comment