HOW TO BLOCK TORRENT & P2P IN MIKROTIK

Assume you want to block torrent & p2p traffic on 192.168.1.0/24 Local/Lan address is 192.168.1.0/24 (Change setting according to your network) /ip firewall address-list add name=torrentsites regexp=”^.*(get|GET).+(torrent|thepiratebay|isohunt|entertane|demonoid|btjunkie|mininova|flixflux|torrentz|vertor|h33t|btscene|bitunity|bittoxic|thunderbytes|entertane|zoozle|vcdq|bitnova|bitsoup|meganova|fulldls|btbot|flixflux|seedpeer|fenopy|gpirate|commonbits).*\$” /ip firewall filter add chain=forward src-address=192.168.1.0/24 layer7-protocol=torrentsites action=drop comment=torrentsites add chain=forward src-address=192.168.1.0/24 protocol=17 dst-port=53 layer7-protocol=torrentsites action=drop comment=dropDNS add chain=forward src-address=192.168.1.0/24 content=torrent action=drop comment=keyword_drop add chain=forward src-address=192.168.1.0/24 content=tracker action=drop… Continue reading HOW TO BLOCK TORRENT & P2P IN MIKROTIK