Hey guys running Teamspeak3 on CentOS_7.1_x64
So ive managed to get everything running but i simply just cant connect to it, can anyone help me out? Any other information i could give that would help?
Teamspeak issues
-
- New to forums
- Posts: 9
- https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
- Joined: Fri Sep 11, 2015 4:43 am
Re: Teamspeak issues
http://forums.nfoservers.com/viewtopic. ... 332#p67332
Have you tried adding the following ports via firewalld?
Have you tried adding the following ports via firewalld?
Code: Select all
firewall-cmd --permanent --zone=public --add-forward-port=port=9987:proto=udp:toport=9987
firewall-cmd --permanent --zone=public --add-forward-port=port=10011:proto=tcp:toport=10011
firewall-cmd --permanent --zone=public --add-forward-port=port=30033:proto=tcp:toport=30033
firewall-cmd --reload
-
- New to forums
- Posts: 9
- Joined: Fri Sep 11, 2015 4:43 am
Re: Teamspeak issues
Yep, still nothing im afraid
Re: Teamspeak issues
Can you please provide the latest log files (they would be split into two separate files _0 & _1 respectfully) located within ts3servers root/logs directory.
Also, ensure the teamspeak process is running by using the following command;
Also, ensure the teamspeak process is running by using the following command;
Code: Select all
ps -aux
-
- New to forums
- Posts: 9
- Joined: Fri Sep 11, 2015 4:43 am
Re: Teamspeak issues
Everything looks to be in working order according to the logs, would you mind sending me the servers IP address via email so that I may take a closer look?
mark@teamquarantine.com
mark@teamquarantine.com
-
- New to forums
- Posts: 9
- Joined: Fri Sep 11, 2015 4:43 am
Re: Teamspeak issues
Alright thanks to Markie everything is working turns out it was
That was causing the problems, and after copying the ts3server.sqlitedb file my old teamspeak server is working again, so everything is fine
Code: Select all
firewall-cmd --permanent --zone=public --add-forward-port=port=9987:proto=udp:toport=9987
firewall-cmd --permanent --zone=public --add-forward-port=port=10011:proto=tcp:toport=10011
firewall-cmd --permanent --zone=public --add-forward-port=port=30033:proto=tcp:toport=30033
firewall-cmd --reload