/ ip firewall mangle
add chain=forward action=mark-connection new-connection-mark=con-33
passthrough=yes comment="" disabled=no
add chain=forward action=mark-packet new-packet-mark=packet-33down
passthrough=yes out-interface=wlan1 connection-mark=con-33 comment=""
disabled=no
add chain=forward action=mark-packet new-packet-mark=packet-33up
passthrough=yes out-interface=ether1 connection-mark=con-33 comment=""
disabled=no
How can I do the same in Ros 3.11
Yes, there are a problem, when I set the outgoing interfaces, then it stops marking
I will like to mark the packet which go to the internet, and the packet which go to the customer, and then use it in a PCQ queues.
I have a bridge between ether1 and wlan1
In bridge I have set “use ip firewall”