Hi all.
How can I verify how is market a packet by the mangle ?
thanks
Hi all.
How can I verify how is market a packet by the mangle ?
thanks
your mangle rule packet counter will increase, if the rule is matching packets. In winbox, in the Mangle tab, scroll to the right, to see the Packets column
I like this way better:
/ip firewall filter
add chain=forward action=add-src-to-address-list address-list=MangleRule packet-mark=testmark
Then look in “/ip firewall address-list” for MangleRule entries. That way you can see the source ips that are using the rule.
thanks, this is very useful.
Just to be clear: This firewall entry is for testing only. Once you are certain the rule is working ok, disable/remove the firewall rule and remove entries from “/ip firewall address-list”. But that is just me…