p2p filtering

I am trying to filter P2P with mangle and queue trees, it runs correctly, but the problem is that all the others services goes too slow.

the http become very slow, so all customers complains about it.

What can I do ?

Best regards

If you want to drop all p2p add this rule on firewall:

/ip firewall filter add chain=forward p2p=all-p2p action=drop

Check connection connection tracking is enabled on the firewall, so the router can identifie p2p traffic

Try controll connection limits for users. Every p2p program generates 100+ more connections and lot of conn try per minute.

i try this , but not working on 2.7 and 2.8.27
:frowning:

P2P feature was added in 2.8 so 2.7 won’t work.