Mike44
November 9, 2004, 9:47pm
1
I have recently discovered some of my users are using ARES P2P software to download/share files. I want to block all P2P traffic, and implemented the rule ‘p2p=all-p2p action=drop log=yes’ to do so, but I don’t think MikroTik blocks ARES. Is there an update that I can download, or configuration change I can make so my system blocks ARES?
System version is 2.8.11.
Thanks,
Mike
edzix
November 10, 2004, 12:47pm
2
RouterOS can match one of the following P2P programms’ traffic:
-bit-torrent
-direct-connect
-fasttrack
-soulseek
-blubster
-edonkey
-gnutella
-warez
Edgars
Mike44
November 10, 2004, 2:44pm
3
Yes, and it’s been working for those, but what about ARES?
http://www.aresgalaxy.org/
This is the one I’m having trouble with now.
Mike
Mike44
November 11, 2004, 7:11pm
4
So, will there be an update to RouterOS that will enable it to block Ares Galaxy P2P? Could it be just a small update of some kind that doesn’t require a point release?
Mike
edzix
November 12, 2004, 3:18pm
5
you can actually already do that. But you can’t limit the bandwidth for this program, just filter it (drop). The same as with Warez.
Edgars
Mike44
November 12, 2004, 3:26pm
6
Edgars,
Can you fill me in on the steps I need to take or send me a link to instructions for how to drop the ares galaxy traffic?
I searched the MikroTik web site and went through the RouterOS manual, but haven’t been able to find a good set of steps to follow.
Also, will these steps work with my 2.8.11 system, or do I have to upgrade to 2.8.18 first?
Thanks,
Mike
edzix
November 12, 2004, 3:42pm
8
first upgrade to 2.8.18.
as p2p value use ‘warez’. As i said, both of these programs use the same protocol and action=drop.
Edgars
Mike44
November 12, 2004, 4:13pm
9
Great! Now I just need to upgrade to 2.8.18. What’s the best way to upgrade a Flash IDE system?
Thanks,
Mike
Mike44
November 12, 2004, 8:51pm
10
Also, will the drop all p2p line work?
p2p=all-p2p action=drop log=yes
Or do I have to put in a line for p2p=warez explicitly?
Mike
normis
November 15, 2004, 8:29am
11
to upgrade simply ftp new 2.8.18 packages to the router (not all of them, only the ones you really need) and reboot
edzix
November 15, 2004, 9:29am
12
Mike44:
Also, will the drop all p2p line work?
p2p=all-p2p action=drop log=yes
Or do I have to put in a line for p2p=warez explicitly?
Mike
if you want to drop all P2P programms which i mentioned above then use ‘all-p2p’, if only ARES - then use ‘warez’ as p2p value.
Edgars