i have 2 wans and i'm using ECMP to load balance betwen them but this way has some probs so messengers dissconect and reconect every 10-30 min .
i tried to mark routing both of yahoo & hotmail to use 1 wan
this is my config :
/ip firewall mangle
add action=mark-routing chain=prerouting comment="Y! routing mark" disabled=\
no dst-port=5050 new-routing-mark=Yahoo passthrough=no protocol=tcp
add action=mark-routing chain=prerouting comment="MSN routing mark" disabled=\
no dst-port=1863 new-routing-mark=MSN passthrough=no protocol=tcp
/ip route
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
192.168.0.1 routing-mark=MSN scope=30 target-scope=10
add comment="" disabled=no distance=1 dst-address=0.0.0.0/0 gateway=\
192.168.0.1 routing-mark=Yahoo scope=30 target-scope=10
but i think that it doesn't work .
So this script is right or can someone tell me the right one .