Hello.

Due to a network change my linux box now has two IPs on two different subnets. I.e. 1.1.1.1 and 1.1.2.1.
1.1.1.1., which is also the default route, has no access whatsoever beyond local internet, as in leaving the country or connecting to it from a foreign country.
1.1.2.1, has full connectivity.

I've set voice, query and filetransfer ip to 1.1.2.1 but whenever I launch the TS3 server I get an error that it can't connect to the accounting server.

Code:
ERROR | | | TS3ANetwork::Connect failed error: 
ERROR |Accounting | | Unable to connect to accounting server
I'm guessing that auhentication to the account server is being passed through the default route and not through 1.1.2.1's route. Is there any way to force that through the TS3 server, considering that I cannot alter the box's networking settings, as in adding a static route for the accounting server.

Thanks in advance.