Hi guys,
pls can u help me block utorrent, because it's consuming a lot of bandwith in our network..
Regards,
With torrents becoming more difficult to block with scripts, I have found the most effective solution is to contact the bill payer about excessive downloading, a lot of times they are unaware of this as one of their family is usually downloading torrents, failing that slow them down during peak usage hours, they have two options change their download times or find another internet service provider, another more bandwidth demanding is "Netflix" which a lot of customers do not realise streaming movies consumes bandwidth, once again communication with customers about bandwidth usage is helpful.Hi guys,
pls can u help me block utorrent, because it's consuming a lot of bandwith in our network..
Regards,
/ip firewall layer7-protocol add name=BITTORRENT_ANNOUNCE regexp=^get.+announce. add name=BITTORENT regexp="^(\\x13bittorrent protocol|azver\\x01\$|get /scrape\ \\\?info_hash=get /announce\\\?info_hash=|get /client/bitcomet/|GET /data\ \\\?fid=)|d1:ad2:id20:|\\x08'7P\\)[RP]\\r\\n" /ip firewall filter add action=add-src-to-address-list address-list="Torrent Announce" \ address-list-timeout=1h30m chain=forward comment=______Announce____ \ disabled=no dst-address-list=!torrent_permit layer7-protocol=\ BITTORRENT_ANNOUNCE src-address-list=!torrent_permit time=\ 0h-23h59m,sun,mon,tue,wed,thu,fri,sat add action=reject chain=forward disabled=no dst-address-list=!torrent_permit \ layer7-protocol=BITTORRENT_ANNOUNCE reject-with=icmp-network-unreachable \ src-address-list=!torrent_permit time=\ 0h-23h59m,sun,mon,tue,wed,thu,fri,sat