Hello, I have a problem with traffic mangle when I use JUMP for splitting rules for subnets.
Rules:
chain= prerouting action=jump jump-target=test src-address-list=x.x.x.x/24
chain=test action=mark-connection new-connection-mark=user-con passthrough=yes src-address=x.x.x.x
chain=test action=mark-packet new-packet-mark=user passthrough=yes connection-mark=user-con
Then I want to use QT. But this is not work. Down direction is not limited. When I move rules form “test” chain to “prerouting”, everything works fine.
Do anybody have some experience with this?
Thanks fo reply