Page 1 of 2
Problem with TeamSpeak's server list and firewall
Posted: Fri May 20, 2016 12:23 pm
by IdolwSzutrab7
Hi, I have problem with my VPS server on which I have installed Vesta Control Panel and server for TeamSpeak 3.
The problem is that my firewall on VPS blocks some port or ports ( and I do not know which port or ports) from TeamSpeak's servers. As a result my TeamSpeak 3 server is not show on the server list from TeamSpeak.com (and I want it). I asked on their forum for help (
http://forum.teamspeak.com/threads/1102 ... post429047 ) but there is no one who can help me and I still I don't resolve my problem. I know that this is Vesta CP fault because when I disable whole firewall then everything works perfect. Of course I put their ports in my firewall but nothing change so they give me wrong ports or I have something wrong with my firewall.
Any idea how to resolve my problem?
Re: Problem with TeamSpeak's server list and firewall
Posted: Fri May 20, 2016 12:30 pm
by Mr.Erbutw
uses the following ports ts3
UDP Port 9987 inbound
TCP Port 10011 inbound
TCP Port 30033 inbound
Re: Problem with TeamSpeak's server list and firewall
Posted: Fri May 20, 2016 12:44 pm
by skurudo
These are the default ports used by TeamSpeak 3:
Code: Select all
Default voice port (UDP in): 9987
Default filetransfer port (TCP in): 30033
Default serverquery port (TCP in): 10011
Default tsdns port (TCP in): 41144
Default weblist port (UDP out): 2011-2110 (first available port in given range)
In addition to that, packets originating from or sent to accounting.teamspeak.com:2008 (TCP) and weblist.teamspeak.com:2010 (UDP) must not be blocked. The local port for these connections is randomly assigned by the operating system when the connection is established. Please note that we do not guarantee that these DNS names will resolve to the same IP Address at any point in time. These services have changed IP addresses in the past and will continue to do so in the future.
(c)
https://support.teamspeakusa.com/index. ... server-use
Re: Problem with TeamSpeak's server list and firewall
Posted: Fri May 20, 2016 2:16 pm
by IdolwSzutrab7
I setup my firewall like on the screenshot:
Is that correct?
Re: Problem with TeamSpeak's server list and firewall
Posted: Sat May 21, 2016 4:00 pm
by Mr.Erbutw
IdolwSzutrab7 wrote:I setup my firewall like on the screenshot:
Is that correct?
not working, or unavailable ts3
you correctly pointed out ..
Re: Problem with TeamSpeak's server list and firewall
Posted: Sun May 22, 2016 11:38 am
by IdolwSzutrab7
skurudo wrote:These are the default ports used by TeamSpeak 3:
Code: Select all
Default voice port (UDP in): 9987
Default filetransfer port (TCP in): 30033
Default serverquery port (TCP in): 10011
Default tsdns port (TCP in): 41144
Default weblist port (UDP out): 2011-2110 (first available port in given range)
In addition to that, packets originating from or sent to accounting.teamspeak.com:2008 (TCP) and weblist.teamspeak.com:2010 (UDP) must not be blocked. The local port for these connections is randomly assigned by the operating system when the connection is established. Please note that we do not guarantee that these DNS names will resolve to the same IP Address at any point in time. These services have changed IP addresses in the past and will continue to do so in the future.
(c)
https://support.teamspeakusa.com/index. ... server-use
Yes I know that. I have setup everything and still my server doesn't appear on "server list". So my firewall still something block and I don't know what to do, what to unlock.
I know that the port is changing that is why I put range 2010-2110 in my firewall but still doesn't work.
About that por 2008 I didn't know. I unlock it also now but still dosen't change.
Re: Problem with TeamSpeak's server list and firewall
Posted: Sun May 22, 2016 12:02 pm
by Mr.Erbutw
IdolwSzutrab7 wrote:
Yes I know that. I have setup everything and still my server doesn't appear on "server list". So my firewall still something block and I don't know what to do, what to unlock.
I know that the port is changing that is why I put range 2010-2110 in my firewall but still doesn't work.
About that por 2008 I didn't know. I unlock it also now but still dosen't change.
if you disable the firewall running ts3 ?
Re: Problem with TeamSpeak's server list and firewall
Posted: Sun May 22, 2016 2:31 pm
by IdolwSzutrab7
Mr.Erbutw wrote:IdolwSzutrab7 wrote:
Yes I know that. I have setup everything and still my server doesn't appear on "server list". So my firewall still something block and I don't know what to do, what to unlock.
I know that the port is changing that is why I put range 2010-2110 in my firewall but still doesn't work.
About that por 2008 I didn't know. I unlock it also now but still dosen't change.
if you disable the firewall running ts3 ?
TeamSpeak 3 server is running all the time!!!
I have problem with SERVER LIST not my server.
And YES, when I disable firewall then my server is visible on the SERVER LIST.
Re: Problem with TeamSpeak's server list and firewall
Posted: Sun May 22, 2016 4:38 pm
by Mr.Erbutw
recruit
find out cheep your ts3 and see what ports it uses and then they are added to opened ports.
Re: Problem with TeamSpeak's server list and firewall
Posted: Mon Aug 29, 2016 3:32 pm
by IdolwSzutrab7
Mr.Erbutw wrote:recruit
find out cheep your ts3 and see what ports it uses and then they are added to opened ports.
Code: Select all
root@vps294704:/home/teamspeak/apps/ts3srv# netstat -lntup
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 0.0.0.0:10011 0.0.0.0:* LISTEN 16058/ts3server
tcp 0 0 0.0.0.0:30033 0.0.0.0:* LISTEN 16058/ts3server
tcp6 0 0 :::10011 :::* LISTEN 16058/ts3server
tcp6 0 0 :::30033 :::* LISTEN 16058/ts3server
udp 0 0 0.0.0.0:9987 0.0.0.0:* 16058/ts3server
udp6 0 0 :::9987 :::* 16058/ts3server
All of them are setup in firewall and are opened.