Page 1 of 1

Block Transmission

Posted: Tue Feb 18, 2020 9:28 am
by Alex
Hello,
How I can block Transmission in my organization using iptables? I have rules

Code: Select all

iptables -I FORWARD -m string --string "BitTorrent protocol" --algo bm --to 65535 -j DROP
iptables -I FORWARD -m string --string "info_hash" --algo bm --to 65535 -j DROP
This works well for uTorrent but does not touch Transmission.

Re: Block Transmission

Posted: Wed May 27, 2020 8:38 am
by Tonamigh
Alex wrote: Tue Feb 18, 2020 9:28 am Hello,
How I can block Transmission in my organization using iptables? I have rules

Code: Select all

iptables -I FORWARD -m string --string "BitTorrent protocol" --algo bm --to 65535 -j DROP
iptables -I FORWARD -m string --string "info_hash" --algo bm --to 65535 -j DROP
This works well for uTorrent but does not touch Transmission.
Thank you very much.

I am also looking for the same.

Can some one please respond.