I am using packet mark:
chain=forward action=mark-packet new-packet-mark=internet_rx_normal
passthrough=yes in-interface=internet
or is better to use it with at first connection mark and then packet mark?
chain=forward action=mark-connection
new-connection-mark=internet_rx_normal_conn passthrough=yes
in-interface=internet
chain=forward action=mark-packet new-packet-mark=internet_rx_normal
passthrough=no connection-mark=internet_rx_normal_conn
Or any better suggestions?