PCQ fairness???

Trying to make fair bandwidth useage using PCQ but it does not work very fairly! It does seem to work so long as the users have only one connection open each in a download but no matter what you classify it will not give a fair share when one user has multiple download connections.

Can anybody confirm this or if I have a misconfiguration. The priority does not seem to work either as traffic in higher priority is not getting that priority?

To see my configuration just look at the docs on pcq. I followed them.

try to mangle the traffik using :
/ip firewall mangle add src-address=192.168.0.2/32 action=passtrough mark-connection=local-con

do the same way with another ip for your komp, then close with :
/ip firewall mangle add connection=local-con action=accept flow-connection=local

use the same as pcq example for queue type but in queue tree do not use global in and global out for the parent but use out interface for uplink and client interface for downlink

i hope it help ..

Many thanks for the answer. I will try it soon. I have a little complication that I have 2 LAN interfaces but I can work that out.

Thanks.