Good day all, i have an issue with an NPL server, this server had an uptime of about 120 days prior to this issue arising this morning. I have port 2008 TCP open and an allow all rule to 62.146.63.84 (accounting.teamspeak.com) and yet all of a sudden when i start the ts server i get this output.

Code:
2012-03-06 10:17:37.518518|INFO    |ServerLibPriv |   | TeamSpeak 3 Server 3.0.2 (2012-02-29 05:39:32)
2012-03-06 10:17:37.520193|INFO    |DatabaseQuery |   | dbPlugin name:    MySQL plugin, (c)TeamSpeak Systems GmbH
2012-03-06 10:17:37.520238|INFO    |DatabaseQuery |   | dbPlugin version: 1
2012-03-06 10:17:40.549064|ERROR   |              |   | TS3ANetwork::Connect failed error: 113
2012-03-06 10:17:40.549205|ERROR   |Accounting    |   | Unable to connect to accounting server
2012-03-06 10:17:40.549251|ERROR   |ServerLibPriv |   | Server() error while starting servermanager, error: unable to connect to accounting server
When run with the minimal startup scrip i have the same output
Code:
2012-03-06 10:27:59.325778|INFO    |ServerLibPriv |   | TeamSpeak 3 Server 3.0.2 (2012-02-29 05:39:32)
2012-03-06 10:27:59.327663|INFO    |DatabaseQuery |   | dbPlugin name:    MySQL plugin, (c)TeamSpeak Systems GmbH
2012-03-06 10:27:59.327718|INFO    |DatabaseQuery |   | dbPlugin version: 1
2012-03-06 10:27:59.360785|ERROR   |              |   | TS3ANetwork::Connect failed error: 113
2012-03-06 10:27:59.361036|ERROR   |Accounting    |   | Unable to connect to accounting server
2012-03-06 10:27:59.361150|ERROR   |ServerLibPriv |   | Server() error while starting servermanager, error: unable to connect to accounting server
I have check that my dns resolves to accounting.teamspeak.com
Code:
XXX@XXX:~/XXX$ ping accounting.teamspeak.com
PING accounting.teamspeak.com (62.146.63.84) 56(84) bytes of data.
64 bytes from accounting.teamspeak.com (62.146.63.84): icmp_seq=1 ttl=50 time=16.8 ms
64 bytes from accounting.teamspeak.com (62.146.63.84): icmp_seq=2 ttl=50 time=16.9 ms
64 bytes from accounting.teamspeak.com (62.146.63.84): icmp_seq=3 ttl=50 time=16.8 ms
^C
--- accounting.teamspeak.com ping statistics ---
3 packets transmitted, 3 received, 0% packet loss, time 2008ms
rtt min/avg/max/mdev = 16.843/16.882/16.922/0.153 ms
I have looked at all the solution posts i can find and none seem to match these result, anyone have any ideas ?