Iptables rule to allow download torrent when policy input is dropped
iptables -A INPUT -p tcp –destination-port 6881:6999 -j ACCEPT
iptables -A INPUT -p tcp –destination-port 51413 -j ACCEPT #torrent
if we want http access we should add this rule where 127.0.0.1 is oure ip access adress and 9091 port number
iptables -A INPUT -p tcp -s 127.0.0.1 –destination-port 9091 -j ACCEPT #torrent
Then we can menage torrent via site: