View Single Post
  #11  
Old 23rd July 2013, 01:40
Dote Dote is offline
Senior Member
 
Join Date: Jul 2013
P2P
Posts: 17
Default
Quote:
Originally Posted by firefly007 View Post
Ok... got it

What Linux OS are you using ... make sure that ufw if Ubuntu/Deb has been disabled.
first see if its there and enabled
sudo ufw status
then type
sudo ufw disable

Check What firewall comes with your package!

Then open bittorrent ports.
iptables -A INPUT -p tcp --destination-port 6881:6999 -j ACCEPT iptables -A OUTPUT -p tcp --source-port 6881:6999 -j ACCEPT

I'm assuming that you have a Linux/Deb OS

Also I asume that your paths are correct in your tracker/site config file.
when I'm trying to do "sudo ufw status" I get:
"sudo: ufw: command not found".

And when I'm trying to do "iptables -A INPUT -p tcp --destination-port 6881:6999 -j ACCEPT iptables -A OUTPUT -p tcp --source-port 6881:6999 -j ACCEPT" I get:
"Bad argument `iptables'
Try `iptables -h' or 'iptables --help' for more information."

I'm using CentOS 5 and paths are correct.
Reply With Quote