nth load balancing with unequal speeds Mangle config

Hi people ,

I’m using ver.3 & doing a NTH load balance in 2 internet lines ( 1: 2mb , 2: 1mb )

but the traffic from both lines is equal !

I knew that there is a problem with the mangle rules but I don’t know how to solve it :slight_smile:

here is my mangle rules :

/ ip firewall mangle
add chain=prerouting in-interface=lan connection-state=new nth=2,1 action=mark-connection new-connection-mark=conn1 passthrough=yes comment=“” disabled=no
add chain=prerouting in-interface=lan connection-mark=conn1 action=mark-routing new-routing-mark=conn1 passthrough=no comment=“” disabled=no
add chain=prerouting in-interface=lan connection-state=new action=mark-connection new-connection-mark=conn2 passthrough=yes comment=“” disabled=no
add chain=prerouting in-interface=lan connection-mark=conn2 action=mark-routing new-routing-mark=conn2 passthrough=no comment=“” disabled=no

need help …

Don’t use nth. Use PCC.

Can’t NTH be configured to work well with my two line ?

I don’t wanna return to PCC cause it’s not good with the browsing !

Add a second mangle rule for your faster line

so it gets twice as many packets using the nth rules.

I thought of that ,

but don’t know how to set the values ,

(nth=2,1) in line one , will I change it ?
&&&
what would be the values in the new added line ?

where are you guys ??