Dedicated server port forward
Hello
I have just purchased a Dedicated server to use as a seedbox and i have managed to install xsterm, wine, utorrent, webui, etc but i am always unconnectable and get poor upload sppeds - can i open a port myself or do i have to get the hosting comy to do it for me (and if so what can i tell them its for ?)
Thanks
Re: Dedicated server port forward
You don't open ports on servers, all servers have a static IP with no firewall (unless you install one yourself, maybe iptables?)
Re: Dedicated server port forward
thanks for the tip - i've added some rules to the iptable to allow tcp and udp connections on the port uTorrent listens to but i'm still not getting >0.5kB/s upload and i cant understand why - can you point me in the right direction please
Re: Dedicated server port forward
Try turning iptables off to see if that helps? type:
/etc/init.d/iptables stop
or
service iptables stop