0

I'm trying to install teamspeak3 server on my VPS (CentOS 7). Everything seems to be installed correctly, it says the server is running when I try to run the startscript again, however I can't connect to the IP that I find in ifconfig. Anyone who could help me out here?

jvh
  • 49

1 Answers1

0

Had to change my firewall (iptables) to allow input from the port.

iptables -A INPUT -p tcp --dport 9987 -j ACCEPT
jvh
  • 49