How to configure iptables for port 6881?![]()
How to configure iptables for port 6881?![]()
You can open port 6881 using iptables
See http://www.cyberciti.biz/nixcraft/vi...orrent-tcp.php for more information on this issueCode:iptables -A INPUT -p tcp --destination-port 6881:6999 -j ACCEPT iptables -A OUTPUT -p tcp --source-ports 6881:6999 -j ACCEPT
There are currently 1 users browsing this thread. (0 members and 1 guests)