On Fri, 2011-12-09 at 07:33 -0500, Ralph wrote: > Question for you Stuart- > When you mention the noP2P rule, which rule do you mean? Something from > Butch, or something else. > I have been looking for such a rule.
A rule that drops P2P? You could drop all P2P that MT can detect with: /ip firewall filter add chain=forward p2p=all-p2p action=drop That will detect and drop SOME of the p2p traffic. It's not a perfect solution, but it will help. I think there are a few p2p l7 filters listed on Mikrotik's wiki, but I don't know for sure where they are. -- ******************************************************************** * Butch Evans * Professional Network Consultation * * http://www.butchevans.com/ * Network Engineering * * http://store.wispgear.net/ * Wired or Wireless Networks * * http://blog.butchevans.com/ * ImageStream, Mikrotik and MORE! * * NOTE THE NEW PHONE NUMBER: 702-537-0979 * ******************************************************************** _______________________________________________ Mikrotik mailing list [email protected] http://www.butchevans.com/mailman/listinfo/mikrotik Visit http://blog.butchevans.com/ for tutorials related to Mikrotik RouterOS

