Server Running but not able to connect

biabock

Member
May 2, 2016
3
3
38
Hello, i'm running a teamspeak server at my centos7 machine, but after restart my machine i am not more able to connect to my teamspeak.
IPtables is set up correctly(even if i disable that I'll get the same error).
ts3server and accountingemulator running...
hosts file set up correctly
I'M ABLE TO CONNECT VIA QUERY, BUT NOT BY TEAMSPEAK...

FILES:
Code:
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 10011 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 10011 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 30033 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 30033 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 9987 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 9987 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 9989 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 9989 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 9900 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 9900 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 2010 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 2010 -j ACCEPT
-A INPUT -p tcp -m multiport --dports 22,25,80,443 -j ACCEPT
Code:
127.0.0.1 accounting.teamspeak.com
127.0.0.1 backupaccounting.teamspeak.com
127.0.0.1 ipcheck.teamspeak.com
Code:
2016-07-19 15:50:01.747412|INFO    |ServerLibPriv |   |TeamSpeak 3 Server 3.0.12.4 (2016-04-25 15:16:45)
2016-07-19 15:50:01.747642|INFO    |ServerLibPriv |   |SystemInformation: Linux 2.6.32-042stab113.21 #1 SMP Wed Mar 23 11:05:25 MSK 2016 x86_64 Binary: 64bit
2016-07-19 15:50:01.747718|WARNING |ServerLibPriv |   |The system locale is set to "C" this can cause unexpected behavior. We advice you to repair your locale!
2016-07-19 15:50:01.747769|INFO    |ServerLibPriv |   |Using hardware aes
2016-07-19 15:50:01.777195|INFO    |DatabaseQuery |   |dbPlugin name:    SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2016-07-19 15:50:01.777302|INFO    |DatabaseQuery |   |dbPlugin version: 3.8.6
2016-07-19 15:50:01.777673|INFO    |DatabaseQuery |   |checking database integrity (may take a while)
2016-07-19 15:50:06.401666|INFO    |Accounting    |   |Licensing Information
2016-07-19 15:50:06.401760|INFO    |Accounting    |   |licensed to       : MESMERiZE
2016-07-19 15:50:06.401788|INFO    |Accounting    |   |type              : Hoster
2016-07-19 15:50:06.401830|INFO    |Accounting    |   |starting date     : Fri Jan  1 00:00:00 2010
2016-07-19 15:50:06.401872|INFO    |Accounting    |   |ending date       : Wed Jan  1 00:00:00 2025
2016-07-19 15:50:06.401897|INFO    |Accounting    |   |max virtualservers: 65535
2016-07-19 15:50:06.401919|INFO    |Accounting    |   |max slots         : 16776960
2016-07-19 15:50:08.114612|INFO    |              |   |Puzzle precompute time: 1576
2016-07-19 15:50:08.115300|INFO    |FileManager   |   |listening on 0.0.0.0:30033
2016-07-19 15:50:08.401116|INFO    |CIDRManager   |   |updated query_ip_whitelist ips: 127.0.0.1,
2016-07-19 15:50:08.401895|INFO    |Query         |   |listening on 0.0.0.0:10011
Code:
2016-07-19 15:50:08.301425|INFO    |VirtualServer |1  |listening on 0.0.0.0:9987
 

Didi

Member
Jul 14, 2016
5
0
33
same problem here, but only on a vps server by provider part UDP is unlocked
 

freets3.ovh

Active Member
Sep 19, 2015
150
105
85
Hello, i'm running a teamspeak server at my centos7 machine, but after restart my machine i am not more able to connect to my teamspeak.
IPtables is set up correctly(even if i disable that I'll get the same error).
ts3server and accountingemulator running...
hosts file set up correctly
I'M ABLE TO CONNECT VIA QUERY, BUT NOT BY TEAMSPEAK...

FILES:
Code:
-A INPUT -m state --state RELATED,ESTABLISHED -j ACCEPT
-A INPUT -p icmp -j ACCEPT
-A INPUT -i lo -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 22 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 10011 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 10011 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 30033 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 30033 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 9987 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 9987 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 9989 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 9989 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 9900 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 9900 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m tcp --dport 2010 -j ACCEPT
-A INPUT -p udp -m state --state NEW -m udp --dport 2010 -j ACCEPT
-A INPUT -p tcp -m multiport --dports 22,25,80,443 -j ACCEPT
Code:
127.0.0.1 accounting.teamspeak.com
127.0.0.1 backupaccounting.teamspeak.com
127.0.0.1 ipcheck.teamspeak.com
Code:
2016-07-19 15:50:01.747412|INFO    |ServerLibPriv |   |TeamSpeak 3 Server 3.0.12.4 (2016-04-25 15:16:45)
2016-07-19 15:50:01.747642|INFO    |ServerLibPriv |   |SystemInformation: Linux 2.6.32-042stab113.21 #1 SMP Wed Mar 23 11:05:25 MSK 2016 x86_64 Binary: 64bit
2016-07-19 15:50:01.747718|WARNING |ServerLibPriv |   |The system locale is set to "C" this can cause unexpected behavior. We advice you to repair your locale!
2016-07-19 15:50:01.747769|INFO    |ServerLibPriv |   |Using hardware aes
2016-07-19 15:50:01.777195|INFO    |DatabaseQuery |   |dbPlugin name:    SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2016-07-19 15:50:01.777302|INFO    |DatabaseQuery |   |dbPlugin version: 3.8.6
2016-07-19 15:50:01.777673|INFO    |DatabaseQuery |   |checking database integrity (may take a while)
2016-07-19 15:50:06.401666|INFO    |Accounting    |   |Licensing Information
2016-07-19 15:50:06.401760|INFO    |Accounting    |   |licensed to       : MESMERiZE
2016-07-19 15:50:06.401788|INFO    |Accounting    |   |type              : Hoster
2016-07-19 15:50:06.401830|INFO    |Accounting    |   |starting date     : Fri Jan  1 00:00:00 2010
2016-07-19 15:50:06.401872|INFO    |Accounting    |   |ending date       : Wed Jan  1 00:00:00 2025
2016-07-19 15:50:06.401897|INFO    |Accounting    |   |max virtualservers: 65535
2016-07-19 15:50:06.401919|INFO    |Accounting    |   |max slots         : 16776960
2016-07-19 15:50:08.114612|INFO    |              |   |Puzzle precompute time: 1576
2016-07-19 15:50:08.115300|INFO    |FileManager   |   |listening on 0.0.0.0:30033
2016-07-19 15:50:08.401116|INFO    |CIDRManager   |   |updated query_ip_whitelist ips: 127.0.0.1,
2016-07-19 15:50:08.401895|INFO    |Query         |   |listening on 0.0.0.0:10011

Code:
2016-07-19 15:50:08.301425|INFO    |VirtualServer |1  |listening on 0.0.0.0:9987
same problem here, but only on a vps server by provider part UDP is unlocked

You installed the new client version? Some friends update the client, and they have the same problem :(
 

biabock

Member
May 2, 2016
3
3
38
yes... its just the teamspeak, everything else is working fine...
 

Didi

Member
Jul 14, 2016
5
0
33
i had this problem with that specific server before they reslased an update
 

dedmen

TeamSpeak Developer
Contributor
Mar 28, 2016
530
583
157
I saw a thread titled almost the same at teamspeak forums. Take a look there if you can find it. Though it may have been in the german area.
 
Top