something worng with load balance !

Hello evey one ..
i have some probs with load balance ( NTH )
the prob is that balance doesn’t work :see the pic:

as u can see in this case i have ip 192.168.100.5 and i’m using wan2 as my internet .. but it’s work

this is my config

/ip firewall mangle
add action=add-src-to-address-list address-list=WAN-1 address-list-timeout=0s chain=“mark new unseen” comment=“” disabled=no nth=2,1
add action=add-src-to-address-list address-list=WAN-2 address-list-timeout=0s chain=“mark new unseen” comment=“” disabled=no nth=2,2
add action=add-src-to-address-list address-list=seen address-list-timeout=0s chain=“mark new unseen” comment=“” disabled=no
add action=jump chain=“mark new unseen” comment=“” disabled=no jump-target=“mark connection”
add action=mark-connection chain=“mark connection” comment=“” disabled=no new-connection-mark=WAN-1_conn passthrough=yes src-address-list=WAN-1
add action=mark-connection chain=“mark connection” comment=“” disabled=no new-connection-mark=WAN-2_conn passthrough=yes src-address-list=WAN-2
add action=mark-routing chain=“mark connection” comment=“” connection-mark=WAN-1_conn disabled=no new-routing-mark=WAN-1 passthrough=no
add action=mark-routing chain=“mark connection” comment=“” connection-mark=WAN-2_conn disabled=no new-routing-mark=WAN-2 passthrough=no
add action=mark-routing chain=prerouting comment=“” connection-mark=WAN-1_conn disabled=no new-routing-mark=WAN-1 passthrough=no src-address-list=WAN-1
add action=mark-routing chain=prerouting comment=“” connection-mark=WAN-2_conn disabled=no new-routing-mark=WAN-2 passthrough=no src-address-list=WAN-2
add action=jump chain=prerouting comment=“” connection-state=new disabled=no in-interface=Local jump-target=“mark connection”
add action=jump chain=prerouting comment=“” connection-state=new disabled=no in-interface=Local jump-target=“mark new unseen”


/ip firewall nat
add action=masquerade chain=srcnat comment=“masquerade network” disabled=no out-interface=WAN-1
add action=masquerade chain=srcnat comment=“masquerade network” disabled=no out-interface=WAN-2


/ip route
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.0.1
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.0.1 routing-mark=WAN-1
add disabled=no distance=1 dst-address=0.0.0.0/0 gateway=192.168.1.1 routing-mark=WAN-2

http://wiki.mikrotik.com/wiki/NTH_load_balancing_with_masquerade_(another_approach)

and there is another problem :frowning:
my conection drops when i’m trying to use load balance ( tow links works great )

can some one help me ?

BTW : i tried the other nth conifig http://wiki.mikrotik.com/wiki/NTH_load_balancing_with_masquerade
but i got the same prob as nicopretorius got in this topic http://forum.mikrotik.com/t/ecmp/27611/1

(sorry for my bad english )

You have configured per-connection load balancing, if you are downloading one file it will not be load balanced between two interfaces, because it is one connection.
Open another connection and you will see that it will use another interface.

mate in this case my ip supoe to use wan2 .
but i’m using wan1 and other clients also using wan1 so where is the balance ?

what about other prob ?

bump