Hi
I seem to have a problem with route mark on outgoing traffic from the RouterOS device.
Version used is ROS 3.6
If I do the following:
/ip route> add dst-address=192.168.0.0/24 gateway=10.0.0.1 routing-mark=test
/ip route rule> add routing-mark=test action=lookup table=test
/ip firewall mangle> add action=mark-routing chain=output disabled=no new-routing-mark=test src-address=10.0.2.1
(and don't have any default route in the main routing table). I get the following:
/ping 192.168.0.1 src-address=10.0.2.1
no route to host
no route to host
which means it doesn't look in the test routing table where I added the route but in the main routing table where there isn't any route for that network. Is there any way to solve this problem?
With hope for help,
Hippo