Iptables allow torrent access.

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

Continue reading