mark routing problem after upgrade to 7.8

hello,

i have some routing marks like this:

add action=mark-routing chain=prerouting new-routing-mark=pc_1 passthrough=yes src-address=192.168.1.56
add action=mark-routing chain=prerouting new-routing-mark=pc_2 passthrough=yes src-address=192.168.1.88
add action=mark-routing chain=prerouting new-routing-mark=pc_3 passthrough=yes src-address=192.168.1.92

after upgrade to 7.8 from 6.49 these pc’s cant see mikrotik ip address (only access through mac from winbox) also mikrotik cant ping them…but they access the internet just fine…can you tell me what they’ve changed in this update that i’m missing??

Hi,

Route-marking configuration changed in latest RouterOS version like 7.8, and you can check all things you have to do from below:

1- Create a table in your routeros: routing/table/add name=route-mark-name fib
2- then you can use the name from step1to your firewall/mangle table like below:
ip firewall/mangle/add action=mark-routing chain=prerouting src-address=192.168.1.56 new-routing-mark=route-mark-name

after upgrade to 7 when i set up a routing mark for a client eg 192.168.1.50, then this client looses connection with router..is there someone that can help me?