help with mangle rules...

Hello all,
i have made this config to redirect my list of ips “EC” to an other gateway, but not working… What is the problem ???

/ip firewall mangle 
add action=mark-connection chain=prerouting comment=EC disabled=no new-connection-mark=from_EC src-address-list=EC
add action=mark-routing chain=prerouting comment=EC connection-mark=from_EC disabled=no new-routing-mark=to_EC passthrough=no



/ip route
add comment=EC disabled=no distance=1 gateway=192.168.X.X routing-mark=to_EC

gateway.jpg

Anyone ???

it was working before with RB1100AH - 5.24

but now nothing…

Looking at the screenshot, the mangle rule to mark the connection is getting no hits. Something in the previous 45 rules is preventing this mangle rule from doing it’s job.

other 45 rules are for QOS

even if i move these rules on the top , it’s the same