• Hey Guest, we're evolving the future of TeaSpeak.
    You're invited to join the discussion here!

Completed voice default ip

SHELOFASTOV

Fanatic member
Premium User
Code:
  voice:
    #Notes:
    #  Multibinding supported here! Host delimiter is \",\"
    #The value must be a string
    default_host: "0.0.0.0,::"
    #Notes:
    #  Enforce the default host for every virtual server. Ignoring the server specific host
    #The value must be a positive numeric value between 0 and 1
    enforce: 0
It does not work for me.
Does not change IP for old servers only for new.

For details, please write how it should work.
I just can not run 2 INSTANCES with the same ports, constantly error about IP conflict
 
Last edited:

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Hey,
this property, as you've already noticed just applied when you create a server. After the you could edit the server properties :)
 

SHELOFASTOV

Fanatic member
Premium User
Hey,
this property, as you've already noticed just applied when you create a server. After the you could edit the server properties :)
but can you do it like in a Tea*Speak?
IP for all virtual servers? that there were no conflicts at several instance
 

WolverinDEV

TeaSpeak Team
Staff member
Administrator
Code:
 #  Enforce the default host for every virtual server. Ignoring the server specific host
    #The value must be a positive numeric value between 0 and 1
    enforce: 0
Come on. I've so carefully put the comments above each option. Please read them
 

SHELOFASTOV

Fanatic member
Premium User
Code:
 #  Enforce the default host for every virtual server. Ignoring the server specific host
    #The value must be a positive numeric value between 0 and 1
    enforce: 0
Come on. I've so carefully put the comments above each option. Please read them
Yes, I changed the value did not help, 2 instance could not start on the same port
 

REDOSS

TeaSpeak Team
Staff member
TeaTeam
At the time of my writing you have already noticed :)
By the way, there is a new version 1.2.34-beta.
 

SHELOFASTOV

Fanatic member
Premium User
Problem solved. It is also necessary to change the IP for the web client. (or disable web client)

Code:
binding:
  file:
    #Notes:
    #  Multibinding like the voice server isnt supported yet!
    #The value must be a string
    host: 123.123.123.123
    #The value must be a positive numeric value between 1 and 65535
    port: 30033
  query:
    #Notes:
    #  Multibinding like the voice server isnt supported yet!
    #The value must be a string
    host: 123.123.123.123
    #The value must be a positive numeric value between 1 and 65535
    port: 10011
  voice:
    #Notes:
    #  Multibinding supported here! Host delimiter is \",\"
    #The value must be a string
    default_host: 123.123.123.123
    #Notes:
    #  Enforce the default host for every virtual server. Ignoring the server specific host
    #The value must be a positive numeric value between 0 and 1
    enforce: 1
  web:
    #Notes:
    #  Multibinding like the voice server isnt supported yet!
    #The value must be a string
    default_host: 123.123.123.123

How to disable the web client:
Code:
web:
  #Description:
  #  Disable/enable the possibility to connect via the TeaSpeak web client
  #Notes:
  #  If you've disabled this feature the TeaClient wound be able to join too.
  #The value must be a positive numeric value between 0 and 1
  enabled: 0