Limit p2p

I want to limit our outgoing P2P traffic. I’ve setup the mangle rules and queues to do so, but the mangle rule isn’t picking up / marking any traffic. I see 0 bytes for the rules counters.

;;; Peer-to-Peer
     p2p=all-p2p action=passthrough mark-flow=p2p

I’ve even tried changing the src-addr to the subnet I’m trying to limit, but still I get nothing.

I’m using the latest release of MT RouterOS 2.8.22, can the MT identify P2P traffic?

You must have /ip firewall connection tracking enabled=yes

ahh ok .. thanks that works now :slight_smile: