Will we be getting IPv6 support?

So, I actually just spent the last 5 hours trying to figure out why nobody externally could connect via my v6 addresses, and AAAA domains only to find out we still don’t have IPv6 support.

Unless I’m doing something wrong here, I straight up just can’t connect via IPv6. IPv4 works fine, but v6 support would be waaay nicer.

I don’t use domain for my TS, but just IPv6 straight connects fine
image

4 Likes

Teamspeak actually prefers IPv6 if available

1 Like

if you’re using docker image, maybe enabling IPv6 support on docker

Try to ping an IPv6 domain/IP from your server and also ping your server IPv6 from outside.

If this doesn’t work, there may be a missing default route or gateway on your server. Some hosters don’t enable them by default.

Most of the time it’s enough to enable the necessary ports in docker and firewall. Sending something from outside to your server’s IPv6 address should reach the proper port and get forwarded to the right container, even if docker itself doesn’t have IPv6 networking enabled.