P2P traffic limit and new tricks from p2p soft

I have the feeleng, that makers of p2p software do not sleep and they have got solutions to bypass Mikrotik p2p trnsfer limits.
Right now I am investigating BitComet 0.68 modded. Is has mysterious featue: “protocol encryption” ( apart from random port).
I have the feeling, that this programm can bypass p2p trafic limit, but I will do more testing.
What do You think about it ?
Regards
Peter

I think we should make are links better so p2p would not be a problem.
We will never win this war, maybe few battles but war no :wink:

Cheers…

securex, MikroTik RouterOS already can detect this encrypted traffic, and successfully block it. It is also used in uTorrent and Azureus.

since which version ?

not sure, 2.9.19 maybe?

Can it queue the traffic or just block it? Will this queue encrypted p2p as well?

add name=“p2p_all_packets” target-addresses=12.10.10.0/23 dst-address=0.0.0.0/0 interface=all parent=none direction=both
priority=8 queue=default/default limit-at=192000/768000 max-limit=192000/768000 total-queue=default p2p=all-p2p
disabled=no


Matt

only block

Is there a way to block encrypted p2p and queue all othere p2p?

Matt

it would be good that in the next release add something like p2p=all-p2p / queue-p2p / only-drop-p2p for firewall mangle

then one could drop all p2p that cannot be queue and queue all p2p that can be queue

can you include this in 2.9.26?