Community Forums Today's Posts     Member List     Archive    
Results 1 to 3 of 3
  1. #1
    Join Date
    Apr 2012
    Posts
    2

    [solved] No Server Errors in Logs but can't connect

    Hello,
    I have a problem with my ts3 server. I run a debian 32bit vps and installed the appropriate server version.
    I start the server and this is in the logs:
    0.log
    Code:
    2012-04-19 18:50:47.240698|INFO    |ServerLibPriv |   | TeamSpeak 3 Server 3.0.3 (2012-03-17 06:12:11)
    2012-04-19 18:50:47.240952|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
    2012-04-19 18:50:47.240982|INFO    |DatabaseQuery |   | dbPlugin version: 3.7.3
    2012-04-19 18:50:47.241202|INFO    |DatabaseQuery |   | checking database integrity (may take a while)
    2012-04-19 18:50:47.274900|WARNING |Accounting    |   | Unable to find valid license key, falling back to limited functionality
    2012-04-19 18:50:47.291542|INFO    |FileManager   |   | listening on 0.0.0.0:30033
    2012-04-19 18:50:47.346352|INFO    |CIDRManager   |   | updated query_ip_whitelist ips: 127.0.0.1,
    2012-04-19 18:50:47.346651|INFO    |Query         |   | listening on 0.0.0.0:10011
    1.log
    Code:
    2012-04-19 18:50:47.346182|INFO    |VirtualServer |  1| listening on 0.0.0.0:9987

    When I now want to connect to the server this is what the client sees:
    Code:
    19.04.2012 20:56:45	ClientUI	Info	Connect to server: xxxxxxx.de	
    19.04.2012 20:56:45	ClientUI	Info	Trying to resolve xxxxxx.de	
    19.04.2012 20:56:45	ClientUI	Info	Lookup finished: xx.xxx.xx.xxxx 9987 xxxx.de 0 0	
    19.04.2012 20:56:45	ClientUI	Info	Resolve successful: xx.xxx.xx.xxx:9987	
    19.04.2012 20:56:45	ClientUI	Info	Checking blacklist	
    19.04.2012 20:56:45		Info	Trying to resolve blacklist server	
    19.04.2012 20:56:45	ClientUI	Info	Blacklist check ok	
    19.04.2012 20:56:45	ClientUI	Info	Initiating connection: xx.xxx.xx.xxx:9987 xxxx.de	
    19.04.2012 20:56:45		Info	Blacklist server resolved	
    19.04.2012 20:56:45		Info	Data sent to blacklist server	
    19.04.2012 20:56:45	ClientUI	Info	Connect status: Connecting	
    19.04.2012 20:56:45		Info	Data received from blacklist server: 1,	
    19.04.2012 20:56:51	ClientUI	Info	Connect status: Disconnected	
    19.04.2012 20:56:51	ClientUI	Info	Failed to connect to server, want autoreconnect = 0
    Last edited by Tslinux; 20-04-2012 at 11:34. Reason: Solved

  2. #2
    Join Date
    Apr 2012
    Posts
    5
    You probably have problem with firewall. Check iptable.

  3. #3
    Join Date
    Apr 2012
    Posts
    2
    Quote Originally Posted by Paxy.in.rs View Post
    You probably have problem with firewall. Check iptable.
    Thank you. It was the iptable firewall.
    How I solved the problem.
    1. Check if the server is Listening.
    netstat -npl and look if you find this
    udp 0 0 0.0.0.0:9987 0.0.0.0:*
    2. Edit /etc/init.d/firewall
    and add
    iptables -A INPUT -i $device -m state --state NEW -p tcp --dport 30033 -j ACCEPT
    iptables -A INPUT -i $device -m state --state NEW -p tcp --dport 10011 -j ACCEPT
    iptables -A INPUT -i $device -m state --state NEW -p udp --dport 9987 -j ACCEPT
    save the file and
    /etc/init.d/firewall restart
    3. Ts3 server should now accept connections

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Private messages logs, channel logs, server logs
    By tjyeee in forum [TeamSpeak 2] Client Support
    Replies: 0
    Last Post: 14-12-2011, 07:03
  2. Server IP??? Got logs
    By RiboW in forum Linux / FreeBSD
    Replies: 2
    Last Post: 31-03-2010, 15:04
  3. Server Logs
    By Leeroy204 in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 11-05-2009, 19:51
  4. RC2 Server Linux Errors (Runtime errors 0, 212, 231 and UDP error)
    By Titan2t in forum [TeamSpeak 2] Server Support
    Replies: 1
    Last Post: 16-05-2003, 03:41
  5. RC2 Server Linux Errors (Runtime errors 0, 212, 231 and UDP error)
    By Titan2t in forum [TeamSpeak 2] Server Support
    Replies: 2
    Last Post: 14-05-2003, 16:43

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •