Server binding ip

Hello, I have a dedicated server with a failover IP configured under my NIC. The server currently accepts connection on the failover IP and other services (such as a csgo dedicated server for example) functions. What I would like to do is to allow ts3 server to accept ONLY connection from the failover IP, not the main IP binded to the dedicated server. I was trying to accomplish this by using the .ini file, but I had no luck and also googling for a solution didn’t help in my case. Has someone dealt with something similar or have a guide to suggest?

Thank you in advance!

Thanks a lot, it worked

1 Like

I also solved it by adding parameters to the .exe

ts3server.exe voice_ip=x.x.x.x query_ip=x.x.x.x filetransfer_ip=x.x.x.x

I don’t understand why it doesn’t work with the .ini file

Just in case: you do have to tell the server to load the inifile (using the inifile=filename parameter), it won’t just magically do it on its own.

2 Likes

I’m not stupid, I put the parameter on the exe but it didn’t work anyway, and the file loads it because I have the license in another path and it reads it

ts3server.exe inifile=ts3server.ini

OS : Windows Server 2019