(I think i can be more specific now. edit topic subject with new one)
I want to policy route reply packet of a src-nat (masquerade) that basically must be done with mark routing this packets.
I have this configuration(part that matter here).
/interface pppoe-client
add disabled=no interface=ether1 name=pppoe-out password=**** user= ****
/ip firewall nat
add action=masquerade chain=srcnat out-interface=pppoe-out
the problem here is even i mark routing all incoming traffic with some like:
/ip firewall mangle
add action=mark-routing chain=prerouting comment=inProxyRoute in-interface=\
pppoe-out new-routing-mark=inProxyRoute
Still this route didn’t catch packets
add comment=inProxyRoute distance=1 dst-address=0.0.0.0/0 gateway=172.16.1.2 routing-mark=inProxyRoute