Affichage des articles dont le libellé est Server Setup Problems. Afficher tous les articles
Affichage des articles dont le libellé est Server Setup Problems. Afficher tous les articles

Server Setup Problems

lundi 8 février 2016

I'm setting up a new installation of Teamspeak 3 (3.0.12) on a new server (Ubuntu 15.10). The server is setup and ServerQuery confirms it is running on port 9987

Quote:

virtualserver_id=1 virtualserver_port=9987 virtualserver_status=online virtualserver_clientsonline=0 virtualserver_queryclientsonline=0 virtualserver_maxclients=32 virtualserver_uptime=698598 virtualserver_name=TeamSpeak\s]I[\sServer virtualserver_autostart=1 virtualserver_machine_id
I *believe* I have opened all of the ports necessary.

sudo iptables -L shows....
Quote:

ACCEPT udp -- anywhere anywhere udp dpt:9987
ACCEPT tcp -- anywhere anywhere tcp dpt:30033
ACCEPT tcp -- anywhere anywhere tcp dpt:10011
ACCEPT tcp -- anywhere anywhere tcp dpt:41144
ACCEPT udp -- anywhere anywhere udp dpt:9987
ACCEPT udp -- anywhere anywhere udp dpt:9987
ACCEPT udp -- anywhere anywhere udp spt:9987
ACCEPT tcp -- anywhere anywhere tcp dpt:30033
ACCEPT tcp -- anywhere anywhere tcp spt:30033
ACCEPT tcp -- anywhere anywhere tcp dpt:10011
ACCEPT tcp -- anywhere anywhere tcp spt:10011

I can connect to ServerQuery from localhost but not from a remote host. I cannot connect using a Teamspeak client.

Am I missing anything obvious? What else should I check?

Thanks in advance for the help
Server Setup Problems