TSDNS TEAMSPEAK 3

Pai

Member
Sep 24, 2015
14
0
38
learn to behave
HELLO MY TS3DNS STOPPED WORKS DOES NOT ENTER MORE BY CUSTOMIZED ADDRESS SOMEONE CAN EXPLAIN ME HOW TO STORE!
 

Pai

Member
Sep 24, 2015
14
0
38
I did not change anything, I need to make some changes! ?
 

SoulofSorrow

seek and destroy
VIP
Jun 25, 2015
83
125
124
for example
Code:
srv record  _tsdns  _tcp  0  5  41144  yourdomain

service: tsdns
protokoll: tcp
priority: 0
weight: 5
port: 41144
target: yourdomain
 

latters

Active Member
Oct 25, 2016
53
22
80
I can show you when i'm home in a few mins if you still need help.
Google helps too if you cant wait

I added the SRV record correctly as you can see in the image:
But after that the server does not connect to any of the addresses of that domain.

And if I leave without this SRV the 3.1 client displays a message on the server that the configuration is deprecated.
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
I added the SRV record correctly as you can see in the image:
But after that the server does not connect to any of the addresses of that domain.

And if I leave without this SRV the 3.1 client displays a message on the server that the configuration is deprecated.
Replace tcp with udp and tsdns with ts3. Then replace the port with the port of you ts server

With that configuration you will only be able to connect with "mydomain.com" to your TS.
 

latters

Active Member
Oct 25, 2016
53
22
80
Can you send me a print of what the correct configuration would look like?

thanks for your help.
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
Can you send me a print of what the correct configuration would look like?

thanks for your help.
Yep I'm home now.
This is what my config looks like:
9c17916bbf.png

b9cfb95d4c.png

Put the address you want people to use when they want to get on your ts. For example if people should join the TS over the address "joints3.mydomain.com", you simply put that in there.
6ce22704cd.png

Where it says Port, you enter the port of your teamspeak server.
Target is the A record that resolves to the IP of your TS server.
You have to add an extra A record with the subdomain inside Target like here:
91e525b9f6.png


EDIT: Wow thanks r4p3. Puush images are still not fixed... It showed them as images in the editor but oh well
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
I made these settings but still can not connect to the server
Does domain.com in your case resolve to the teamspeak IP?
And is the port correct? Still looks like the port from Ghostrider.
You also have 2 SRVs now. Remove the top one and change the port.

Clear Explanation:
Service Name: The name of the service you want to use the SRV on. Here _ts3
Protocol: The protocol you want to use for the SRV. Here UDP.
Name: The address you want people to use to join your TS Server.
Priority & Weight: Only really necessary if you want to spread loads across servers. Not sure myself how they work
Port: The port your TS runs on
Target: A record to your TS IP.
 
Last edited:

latters

Active Member
Oct 25, 2016
53
22
80
OK, actually now I can access the server.

However, the deprecated configuration message is still being displayed when logging on to the server.

Does this have anything to do with using the tsdns_server program that comes with the server files?

Before I used only a registry A pointing to the IP of the server, and then in the TSDNS program in my VPS I did the following:

Tsadress.mydomain.com:162.59.29.124:32600

Should I turn off the tsdns program?
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
OK, actually now I can access the server.

However, the deprecated configuration message is still being displayed when logging on to the server.

Does this have anything to do with using the tsdns_server program that comes with the server files?

Before I used only a registry A pointing to the IP of the server, and then in the TSDNS program in my VPS I did the following:

Tsadress.mydomain.com:162.59.29.124:32600

Should I turn off the tsdns program?
Yes try disabling it. I don't get the message and I don't use the program.
 

latters

Active Member
Oct 25, 2016
53
22
80
If I disconnect the TSDNS from the server it can not connect to the server.

The ports of my servers are in the following order: 25900 onwards.
 

Kieran

Tag me
Contributor
Jan 1, 2016
459
286
122
If I disconnect the TSDNS from the server it can not connect to the server.

The ports of my servers are in the following order: 25900 onwards.
Then for every server you have to create an SRV. For example "server1.domain.com", "server2.domain.com" etc, change the Port but put Target to the same address.
If server1 has port 25900, then put the port in the server1 SRV record to 25900.
 
Top