Ocena wątku:
  • 0 głosów - średnia: 0
  • 1
  • 2
  • 3
  • 4
  • 5
t.s3
#2
Co do TS3 server

https://forum.teamspeak.com/threads/6928...-linux-vps - prawdopodobnie sa objasnienia

Decided to bash my head and learn how to configure iptables..
First you type:

netstat -ant | grep LISTEN

To see what ports your server is listening To.

Then you type (if you don't know already/didn't read Ts docs)

netstat -lnp | grep ts3

To know which ports the TS3 needs to use. (for me its a different port than the default 9987 port)

Then you add an exception to that voice port (or any other port your server listed that isn't on your firewall).

iptables -I INPUT -p tcp --dport *Your teamspeak PORT/needed ports to open* -j ACCEPT

You add all three ports if needed, and then on..

service iptables restart
service iptables save.


Service Protocol Local Port (Server)
Voice UDP 9987
Filetransfer TCP 30033
ServerQuery (raw) TCP 10011
ServerQuery (SSH) TCP 10022
Odpowiedz


Wiadomości w tym wątku
t.s3 - przez viking200 - 12-29-2021, 06:08 PM
RE: t.s3 - przez matt - 01-10-2022, 08:29 AM

Skocz do:


Użytkownicy przeglądający ten wątek: 1 gości