Need Help About 4 Wan load balancing

REspected senior members:-

I need your help i have 4 WAN ADSL. i have configured my load balancer. and its working fine.
But i have un-equal 4 WAN.
1 WAN is 10 MBps and other 3 WAN are 4 MBPs.

So i want to use WAN 1 in priority rather then the others. i want to use 50% WAN 1 and remaining percentage for others.

how can i do that? right now its balancing equaly. i have alsy try to add ip–mangle rule
that is

action=mark connection
NEw mark connection= WAN-1
chain=prerouting
ininterface= LAN
per connection classifier = both addreses:5/4

action=mark connection
NEw mark connection= WAN-1
chain=prerouting
ininterface= LAN
per connection classifier = both addreses:5/5

i have added this rule twice but still this wan is not used more then others.

what to do now? kindly help me

i willl greatly THanks full to your support and help

Bump…

no reply yet

You had the right idea of modifying and increasing the number of PCC rules, but you did not increase the divisor like you should have. That must equal the number of PCC rules that you have, and the second number is the remainder after the hash has done it’s math. It is impossible to have a remainder of 5 when you divide by 5, that would be covered by the first PCC rule as a remainder of 0.