Hello!
I want to block all trafic generated by uTorrent sw., donload &upload.
Any time that uTorrent connect, use a different port and is so dificult to block this peer-to-peer Software.
Please, someone can help me ...?
This was reply on another topicWhat about Limewire and Bearshare???
Thanks a lot.
[admin@Core Router] /queue simple> print
Flags: X - disabled, I - invalid, D - dynamic
0 name="P2P" dst-address=0.0.0.0/0 interface=ether4 parent=none
direction=both priority=8 queue=wireless-default/wireless-default
limit-at=1000000/64000 max-limit=1000000/64000
total-queue=default-small time=0s-1d,sun,mon,tue,wed,thu,fri,sat
p2p=all-p2p
don't block all torrent connections.Simple rule : /ip firewall filter add chain=forward p2p=bit-torrent action=drop
How can i do it???... for example... for open only web browsing (http and https)...(i know i need to open dhcp, dns, and some others... but simplify for the example... only port 80 and 443)....uTorrent is a client for the bittorrent protocol.
The short story is that you can't block p2p protocols by trying to detect them (blacklist). The best you can do is classify all traffic you want to permit (whitelist) and then block everything else.