How to change the ip teamspeak 3 requires on VDS

Post Reply
TacticalStealth
New to forums
New to forums
Posts: 3
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sun May 04, 2014 9:12 am

How to change the ip teamspeak 3 requires on VDS

Post by TacticalStealth »

Ok, so i have a VDS running my Arma 3 Altis life server, but i want to host a teamseak on a different ip, I have bought 2 more ip's so i now have 3. My arma 3 server is on one, but how do i change how teamspeak uses a different one.


Thanks for any help.



Omega Gaming
User avatar
rymax99
This is my homepage
This is my homepage
Posts: 143
Joined: Sun Feb 02, 2014 2:08 pm
Location: Florida
Contact:

Re: How to change the ip teamspeak 3 requires on VDS

Post by rymax99 »

By default, it binds to all IPs (0.0.0.0), so you shouldn't need to change it.
TacticalStealth
New to forums
New to forums
Posts: 3
Joined: Sun May 04, 2014 9:12 am

Re: How to change the ip teamspeak 3 requires on VDS

Post by TacticalStealth »

Well about that, what i want to do is make it use a different ip, i dont want it to be on the 0.0.0.0 i want it to be on a different ip then the one i have my server on. Or Are you saying that it will be on every ip?
User avatar
Edge100x
Founder
Founder
Posts: 12947
Joined: Thu Apr 18, 2002 11:04 pm
Location: Seattle
Contact:

Re: How to change the ip teamspeak 3 requires on VDS

Post by Edge100x »

You should be able to set this on the command line when you start the server with these:

voice_ip=w.x.y.z filetransfer_ip=w.x.y.z query_ip=w.x.y.z
User avatar
rymax99
This is my homepage
This is my homepage
Posts: 143
Joined: Sun Feb 02, 2014 2:08 pm
Location: Florida
Contact:

Re: How to change the ip teamspeak 3 requires on VDS

Post by rymax99 »

TacticalStealth wrote:Well about that, what i want to do is make it use a different ip, i dont want it to be on the 0.0.0.0 i want it to be on a different ip then the one i have my server on. Or Are you saying that it will be on every ip?
It'll be on every IP.
User avatar
soja
This is my homepage
This is my homepage
Posts: 2389
Joined: Fri May 18, 2012 3:20 pm

Re: How to change the ip teamspeak 3 requires on VDS

Post by soja »

You could likely run TS3 on the same IP as your game server, unless it interferes with the ports for your game server. You can make different DNS records for the same IP.
Not a NFO employee
TacticalStealth
New to forums
New to forums
Posts: 3
Joined: Sun May 04, 2014 9:12 am

Re: How to change the ip teamspeak 3 requires on VDS

Post by TacticalStealth »

Ok now how do i run commands when i start the server?
User avatar
rymax99
This is my homepage
This is my homepage
Posts: 143
Joined: Sun Feb 02, 2014 2:08 pm
Location: Florida
Contact:

Re: How to change the ip teamspeak 3 requires on VDS

Post by rymax99 »

TacticalStealth wrote:Ok now how do i run commands when i start the server?
Pretty sure you'd just add the arguments to the command you use to start the server, for example:

Code: Select all

./ts3server_startscript.sh start voice_ip=w.x.y.z filetransfer_ip=w.x.y.z query_ip=w.x.y.z
I haven't tried it, but that's probably the correct way to do it.
Post Reply