Block Transmission

Discussion of Transmission that doesn't fit in the other categories
Post Reply
Alex
Posts: 1
Joined: Tue Feb 18, 2020 9:10 am

Block Transmission

Post 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.
Tonamigh
Posts: 1
Joined: Wed May 27, 2020 8:36 am

Re: Block Transmission

Post 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.
Post Reply