I've doing this config in other routers with no problems
Code: Select all
/ip firewall mangle
add action=mark-routing chain=prerouting new-routing-mark=Invitados passthrough=no src-address=172.17.10.0/24
/ip route
add distance=1 gateway=186.190.200.129 routing-mark=Invitados
/ip firewall nat
add action=masquerade chain=srcnat out-interface="ether1 - Coyspu" routing-mark=Invitados src-address=172.17.10.0/24
Code: Select all
/ip route rule
add interface=bridge_invitados src-address=172.17.10.0/24 table=Invitados