Page 1 of 1

Urgent NEW P2P ARES don't mangle

Posted: Wed May 11, 2005 12:21 am
by sergioszy
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.

Posted: Sun May 15, 2005 7:35 pm
by Hugh Hartman
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

Posted: Mon May 16, 2005 5:08 pm
by maximan
Does Ares use warez protocol??? because this protocol was added at 2.8.18.

Maxi.

Posted: Mon May 16, 2005 5:11 pm
by normis
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

Posted: Mon May 16, 2005 7:30 pm
by GJS
Be aware that only searching on Warez triggers the P2P mangling. File tranfers are not caught so Warez can only be blocked, not throttled.

Posted: Thu Jun 09, 2005 3:37 am
by Eastel
proved ver. 2.8.24, 26 and 27, not this the protocol warez....

Posted: Thu Jun 09, 2005 10:12 am
by GJS
Write to support@mikrotik.com with as much information as possible. They may be able to include it in a future release.

Posted: Thu Jun 09, 2005 11:14 am
by uldis
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.

Posted: Wed Jun 22, 2005 12:32 pm
by OrCAD
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