I have two uplinks and I want to use PBR only for one host.
My Router is a RB750G r3.
I have two default routes. When I adjust only distance, it is working to use uplink one or two for all hosts.
But when I configure PBR it is not working anymore for the specific host. It looks like packets are going in and outside on uplink2 but they are not routet to my host.
/ip firewall mangle
add action=mark-routing chain=prerouting new-routing-mark=TMA-RT passthrough=yes src-address=192.168.1.2
/ip route
add disabled=no distance=1 gateway=192.168.3.1 routing-mark=TMA-RT
DST-ADDRESS PREF-SRC GATEWAY DISTANCE
0 X S 0.0.0.0/0 192.168.3.1 1
1 ADS 0.0.0.0/0 pppoe-A1 4
2 DS 0.0.0.0/0 192.168.3.1 5
3 ADC 10.0.0.0/24 10.0.0.1 eth1-A1 0
4 ADC 10.1.1.2/32 10.1.1.1 ovpn-firma 0
5 ADC 192.168.1.0/24 192.168.1.1 eth3-m-EG 0
6 ADC 192.168.2.0/24 192.168.2.1 vlan2 0
7 ADC 192.168.3.0/24 192.168.3.2 eth2-TMA 0
8 ADC 194.166.XXX.XXX/32 194.XXX.XXX.61 pppoe-A1 0