Urgent NEW P2P ARES don't mangle

I have clients with ARES P2P and for this clients the router don’t mark
theirs connections like others P2P, think that others P2P have a low
priority, and this is pain.


Greetings.

I have routerOS 2.8.13. but I not find anything about this in the newer
release 2.8.26.

I was hoping that the most recent RouetrOS release would have Ares added in theP2P protocols, (my biggest reason to upgrade a perfect running system is to obtain new P2P protocols),so I upgraded to V2.8.27=no luck

anyways, I have just started to look at ARES and find the default incoming request port is different with each download 28582,48227- so far

so this will have to be approached at the application layer.

I will keep investigating to see if there is a way to limit/block this program

Does Ares use warez protocol??? because this protocol was added at 2.8.18.

Maxi.

yes, test this ‘ares’ with ‘Warez’. also if you find something new, just let us know. we do not keep track of all new p2p programs, there are just too many

Be aware that only searching on Warez triggers the P2P mangling. File tranfers are not caught so Warez can only be blocked, not throttled.

proved ver. 2.8.24, 26 and 27, not this the protocol warez…

Write to support@mikrotik.com with as much information as possible. They may be able to include it in a future release.

Ares uses the same Warez P2P protocol. And you can only drop the warez p2p protocol, it is impossible to limit the speed of this protocol. So if you want to limit the usage of the warez p2p then the only way is to drop it.
I think it was already written in the manual, but i will check and we will update the manual, if it isn’t there.

Hi,
I want to perm-drop gnutella (shareaza) P2P protocol
this rule’s are sufficient?

chain=forward in-interface=ether2 out-interface=ether2 protocol=tcp tcp-flags=syn,ack p2p=gnutella connection-state=new action=drop

chain=forward in-interface=ether2 out-interface=ether2 protocol=tcp tcp-flags=syn,ack p2p=gnutella connection-state=established action=drop

Regard’s