I have installed TS3 Server with license key and it is running correctly (i think) producing the following output:
Code:
Logging started
2011-04-24 23:42:52.886704|INFO    |ServerLibPriv |   | Server Version: 3.0.0-beta30 [Build: 12998], Linux
2011-04-24 23:42:52.887098|INFO    |DatabaseQuery |   | dbPlugin name:    SQLite3 plugin, Version 2, (c)TeamSpeak Systems GmbH
2011-04-24 23:42:52.887148|INFO    |DatabaseQuery |   | dbPlugin version: 3.7.3
2011-04-24 23:42:52.887549|INFO    |DatabaseQuery |   | checking database integrity (may take a while)
2011-04-24 23:42:52.902459|INFO    |SQL           |   | pruning old database log entries where timestamp is older than 90 days
2011-04-24 23:42:53.153967|INFO    |Accounting    |   | Licensing Information
2011-04-24 23:42:53.154254|INFO    |Accounting    |   | type              : Non-profit
2011-04-24 23:42:53.154450|INFO    |Accounting    |   | starting date     : Sun Apr 24 00:00:00 2011
2011-04-24 23:42:53.154613|INFO    |Accounting    |   | ending date       : Tue Apr 24 00:00:00 2012
2011-04-24 23:42:53.154760|INFO    |Accounting    |   | max virtualservers: 10
2011-04-24 23:42:53.154899|INFO    |Accounting    |   | max slots         : 512
2011-04-24 23:42:53.181711|INFO    |FileManager   |   | listening on 89.16.169.34:30033
2011-04-24 23:42:53.302778|INFO    |VirtualServer |  1| listening on 89.16.169.34:9987
2011-04-24 23:42:53.303797|INFO    |CIDRManager   |   | updated query_ip_whitelist ips: 127.0.0.1,
2011-04-24 23:42:53.304505|INFO    |Query         |   | listening on 89.16.169.34:10011
I have the following rules in iptables:
Code:
ACCEPT     udp  --  anywhere             anywhere            udp dpt:9987 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:10011 
ACCEPT     tcp  --  anywhere             anywhere            tcp dpt:30033
However when trying to connect from the client it says failed to connect to server. Can anyone help?

Thanks,
JS