Hey there,
I just happened to witness very odd behaviour:
My ts3server instance has been running for some weeks now and I got some cronjobs monitoring packetloss, usercount and checking for updates and so on (I'm using the TS3 PHP Framework).
Today at 16:56 all my cronjobs, which are being executed every 1 and 5 minutes, reported (beginning at the first one):
Code:
Error 3329: connection failed, you are banned (you may retry in 545 seconds)
This behaviour is very very strange as my whitelist definitely contains ip 127.0.0.1 (localhost).
Serverlog:
Code:
2012-06-28 06:35:53.116291|INFO |ServerLibPriv | | TeamSpeak 3 Server 3.0.6.1 (2012-06-27 04:37:54)
2012-06-28 06:35:53.117779|INFO |DatabaseQuery | | dbPlugin name: MySQL plugin, (c)TeamSpeak Systems GmbH
2012-06-28 06:35:53.117811|INFO |DatabaseQuery | | dbPlugin version: 1
2012-06-28 06:35:53.242564|INFO |Accounting | | Licensing Information
2012-06-28 06:35:53.242611|INFO |Accounting | | type : Non-profit
2012-06-28 06:35:53.242643|INFO |Accounting | | starting date : Mon Dec 19 00:00:00 2011
2012-06-28 06:35:53.242659|INFO |Accounting | | ending date : Fri Dec 21 00:00:00 2012
2012-06-28 06:35:53.242674|INFO |Accounting | | max virtualservers: 10
2012-06-28 06:35:53.242687|INFO |Accounting | | max slots : 512
2012-06-28 06:35:53.253130|INFO |FileManager | | listening on 0.0.0.0:30033
2012-06-28 06:35:53.464137|INFO |CIDRManager | | updated query_ip_whitelist ips: 127.0.0.1,
2012-06-28 06:35:53.464488|INFO |Query | | listening on 0.0.0.0:10011
2012-07-01 00:02:53.133978|INFO |VirtualSvrMgr | | executing monthly interval
2012-07-01 00:02:53.134367|INFO |VirtualSvrMgr | | reset virtualserver traffic statistics
2012-08-01 00:02:53.134133|INFO |VirtualSvrMgr | | executing monthly interval
2012-08-01 00:02:53.170819|INFO |VirtualSvrMgr | | reset virtualserver traffic statistics
The whitelist hasn't been changed since start:
Code:
[email protected]:[~]
[17:16:25] > ls -la | grep whitelist
-rw-r--r-- 1 ts users 54 Jun 23 23:24 query_ip_whitelist.txt
I cannot explain why localhost got banned by flood protection in the first place and maybe someone experienced similar problems.