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
