Hi,
I want to limit every users bandwidth (DOWN 3Mbit/UP 256KB). How can I do this? Every user gets an IP from DHCP server.
I tried to do this with PCQ, but I only achieved to limit the total bandwidth for an IP range. This is not what I am looking for
What do I need?
Thank you!
That is what PCQ does, you must have not configured it correctly.
Thank you guys!
According to the wiki example. I tried to follow step 2:
/queue type add name="PCQ_download" kind=pcq pcq-rate=64000 pcq-classifier=dst-address
/queue type add name="PCQ_upload" kind=pcq pcq-rate=32000 pcq-classifier=src-address
(Is working)
But adding the simple queue throws the following error:
/queue simple add target-addresses=192.168.0.0/24 queue=PCQ_upload/PCQ_download
expected end of command (line 1 column 19)
What is wrong?
Thank you!
madmoses:
Thank you guys!
According to the wiki example. I tried to follow step 2:
/queue type add name="PCQ_download" kind=pcq pcq-rate=64000 pcq-classifier=dst-address
/queue type add name="PCQ_upload" kind=pcq pcq-rate=32000 pcq-classifier=src-address
(Is working)
But adding the simple queue throws the following error:
/queue simple add target-addresses=192.168.0.0/24 queue=PCQ_upload/PCQ_download
expected end of command (line 1 column 19)
What is wrong?
Thank you!
In rOS v6, target-addresses is now “target” only:
/queue simple add target=192.168.0.0/24 queue=PCQ_upload/PCQ_download