Ich musste nochmal Port neu eingeben über root damit der TS wieder läuft !
gibts ne möglich keit die permanent abzuspeichern die regel ?
Ich musste nochmal Port neu eingeben über root damit der TS wieder läuft !
gibts ne möglich keit die permanent abzuspeichern die regel ?
ich muss leider sagen das Problem besteht immer noch musste server neustarten und jetzt geht er wieder nich
./ts3server_startscript.sh start
ts3server.pid found, but no server running. Possibly your previously started server crashed
Please view the logfile for details.
Starting the TeamSpeak 3 server
TeamSpeak 3 server started, for details please view the log file
ts3@localhost:~/teamspeak3-server_linux_amd64$ ./ts3server_startscript.sh stop
Stopping the TeamSpeak 3 server.done
ts3@localhost:~/teamspeak3-server_linux_amd64$ ./ts3server_startscript.sh start
Starting the TeamSpeak 3 server
TeamSpeak 3 server started, for details please view the log file
ts3@localhost:~/teamspeak3-server_linux_amd64$
Alles anzeigen
hab jetzt nochmal versucht TS zu starten und siehe da trotz der meldung vom port freigeben " iptables: Index of insertion too big."
Der TeamSpeak Läuft, Download Upload von Dateien, Avas sind setzbar, Channel erstellbar und editierbar, Sprechen möglich, Rechte vergabe auch.
Alles funktioniert
Also liegt der fehler daran das die ports noch freigegeben werden müssen ?
das wäre dann so oder ?
lösung ip6tables -L -nv
root@v45472:~# ip6tables -L -nv
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
35 3635 ACCEPT all * * ::/0 ::/0 state RELATED,ESTABLISHED
0 0 REJECT tcp * * ::/0 ::/0 tcp flags:!0x17/0x02 state NEW reject-with tcp-reset
0 0 DROP all * * ::/0 ::/0 state INVALID
5 400 ACCEPT all lo * ::/0 ::/0
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:12443
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:11443
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:11444
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:8447
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:8443
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:8880
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:80
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:443
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:21
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:22
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:587
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:25
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:465
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:110
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:995
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:143
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:993
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:106
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:3306
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:5432
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:9008
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:9080
0 0 ACCEPT udp * * ::/0 ::/0 udp dpt:137
0 0 ACCEPT udp * * ::/0 ::/0 udp dpt:138
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:139
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:445
0 0 ACCEPT udp * * ::/0 ::/0 udp dpt:1194
0 0 ACCEPT udp * * ::/0 ::/0 udp dpt:53
0 0 ACCEPT tcp * * ::/0 ::/0 tcp dpt:53
0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmptype 134 code 0
0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmptype 135 code 0
0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmptype 136 code 0
0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmptype 137 code 0
0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmptype 128 code 0
0 0 ACCEPT icmpv6 * * ::/0 ::/0 ipv6-icmptype 129 code 0
0 0 DROP all * * ::/0 ::/0
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all * * ::/0 ::/0 state RELATED,ESTABLISHED
0 0 REJECT tcp * * ::/0 ::/0 tcp flags:!0x17/0x02 state NEW reject-with tcp-reset
0 0 DROP all * * ::/0 ::/0 state INVALID
0 0 ACCEPT all lo lo ::/0 ::/0
0 0 DROP all * * ::/0 ::/0
Chain OUTPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
35 3635 ACCEPT all * * ::/0 ::/0 state RELATED,ESTABLISHED
0 0 REJECT tcp * * ::/0 ::/0 tcp flags:!0x17/0x02 state NEW reject-with tcp-reset
0 0 DROP all * * ::/0 ::/0 state INVALID
5 400 ACCEPT all * lo ::/0 ::/0
0 0 ACCEPT all * * ::/0 ::/0
Alles anzeigen
Lösung für iptables -L -nv
root@v45472:~# iptables -L -nv
Chain INPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
70217 17M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
3 120 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:!0x17/0x02 state NEW reject-with tcp-reset
45 2004 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID
486 29160 ACCEPT all -- lo * 0.0.0.0/0 0.0.0.0/0
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:12443
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:11443
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:11444
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8447
18 1060 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8443
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:8880
38 2036 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:80
27 1488 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:443
6 300 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:21
3127 187K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:22
1 40 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:587
477 25844 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:25
15 880 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:465
6 300 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:110
4 180 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:995
1 40 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:143
3 140 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:993
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:106
1 40 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:3306
2 80 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5432
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:9008
3 152 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:9080
1 78 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:137
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:138
0 0 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:139
1985 102K ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:445
0 0 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:1194
5 323 ACCEPT udp -- * * 0.0.0.0/0 0.0.0.0/0 udp dpt:53
4 188 ACCEPT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:53
6 202 ACCEPT icmp -- * * 0.0.0.0/0 0.0.0.0/0 icmptype 8 code 0
696 54300 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain FORWARD (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
0 0 ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
0 0 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:!0x17/0x02 state NEW reject-with tcp-reset
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID
0 0 ACCEPT all -- lo lo 0.0.0.0/0 0.0.0.0/0
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0
Chain OUTPUT (policy DROP 0 packets, 0 bytes)
pkts bytes target prot opt in out source destination
79098 11M ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0 state RELATED,ESTABLISHED
0 0 REJECT tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp flags:!0x17/0x02 state NEW reject-with tcp-reset
0 0 DROP all -- * * 0.0.0.0/0 0.0.0.0/0 state INVALID
486 29160 ACCEPT all -- * lo 0.0.0.0/0 0.0.0.0/0
4112 300K ACCEPT all -- * * 0.0.0.0/0 0.0.0.0/0
Alles anzeigen
Vielen Dank für die Antwort ich werde gleich nachhschauen erstmal nen Kaffee ( Kaffee für ALLE )
Guten Tag,
Ich bin Neu hier... servus zusammen Klexie
Ich weiss jetzt natürlich nicht Ob mein Thread im richtigen Forum teil ist wenn nicht bitte Verschieben
Da ich TeamSpeak seit Jahren nutze habe ich natürlich auch einen eigenen Server ( gehabt ) xD.
Folgendes ich bin beim Hoster 1Blu hab da nen neues Angebot von den bekommen auf die Neuen Vserver mit ssd zuwechseln das habe ich gemacht.
Hab nen Neuen Server bekommen durfte meine Daten vom Alten rüber ziehen. Dies habe ich gemacht ( Homepage Daten ) den alten Teamspeakserver habe ich dort Gestoppt und alles gelöscht.
Auf mein Neuen habe ich gleich nen TeamSpeak drauf gemacht und installiert aber ich kann nicht Joinen.
OS Debian 8.9 mit Plesk
Ram 16 GB
6 Core
320 GB auf SSD
ich habe ganz Normal nach dem ich TS entpackt habe das mini. . .. Script gestartet. dies kam als Meldung
2017-10-11 19:54:09.464669|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13 .8 (2017-07-19 08:26:51)2017-10-11 19:54:09.465367|INFO |ServerLibPriv | |SystemInformation: Linux 3.16.0 #1 SMP Sat Jul 29 14:57:34 MSK 2017 x86_64 Binary: 64bit2017-10-11 19:54:09.465419|WARNING |ServerLibPriv | |The system locale is set to "C" this can cause unexpected behavior. We advice you to repair your locale!2017-10-11 19:54:09.465448|INFO |ServerLibPriv | |Using hardware aes2017-10-11 19:54:09.466321|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH2017-10-11 19:54:09.466370|INFO |DatabaseQuery | |dbPlugin version: 3.11.12017-10-11 19:54:09.466632|INFO |DatabaseQuery | |checking database integri ty (may take a while)2017-10-11 19:54:09.479269|INFO |SQL | |db_CreateTables() tables created------------------------------------------------------------------ I M P O R T A N T------------------------------------------------------------------ Server Query Admin Account created loginname= "serveradmin", password= "XXXX"------------------------------------------------------------------2017-10-11 19:54:09.508000|WARNING |Accounting | |Unable to find valid lice nse key, falling back to limited functionality2017-10-11 19:54:10.203567|INFO | | |Puzzle precompute time: 6 712017-10-11 19:54:10.204675|INFO |FileManager | |listening on 0.0.0.0:3003 3, :::300332017-10-11 19:54:10.205697|INFO |VirtualSvrMgr | |executing monthly interva l2017-10-11 19:54:10.205898|INFO |VirtualSvrMgr | |reset virtualserver traff ic statistics2017-10-11 19:54:10.217723|INFO |VirtualServer |1 |listening on 0.0.0.0:9987 , :::99872017-10-11 19:54:10.218553|WARNING |VirtualServer |1 |------------------------- -------------------------------2017-10-11 19:54:10.218877|WARNING |VirtualServer |1 |ServerAdmin privilege key created, please use the line below2017-10-11 19:54:10.218900|WARNING |VirtualServer |1 |token=XXX2017-10-11 19:54:10.218948|WARNING |VirtualServer |1 |------------------------- ------------------------------------------------------------------------------------------------- I M P O R T A N T------------------------------------------------------------------ ServerAdmin privilege key created, please use it to gain serveradmin rights for your virtualserver. please also check the doc/privilegekey_guide.txt for details. token=XXX------------------------------------------------------------------2017-10-11 19:54:10.219231|INFO |CIDRManager | |updated query_ip_whitelis t ips: 127.0.0.1/32, ::1/128,2017-10-11 19:54:10.219552|INFO |Query | |listening on 0.0.0.0:1001 1, :::10011^C2017-10-11 19:55:15.820295|INFO |ServerMain | |Received signal SIGINT, shutting down.2017-10-11 19:55:15.820905|INFO |VirtualServerBase|1 |stopped
hab dann natürlich die Logdateien angeschaut diese sehen So aus.
erster log
2017-10-11 20:09:02.075114|INFO |ServerLibPriv | |TeamSpeak 3 Server 3.0.13.8 (2017-07-19 08:26:51)2017-10-11 20:09:02.075364|INFO |ServerLibPriv | |SystemInformation: Linux 3.16.0 #1 SMP Sat Jul 29 14:57:34 MSK 2017 x86_64 Binary: 64bit2017-10-11 20:09:02.075405|WARNING |ServerLibPriv | |The system locale is set to "C" this can cause unexpected behavior. We advice you to repair your locale!2017-10-11 20:09:02.075428|INFO |ServerLibPriv | |Using hardware aes2017-10-11 20:09:02.076372|INFO |DatabaseQuery | |dbPlugin name: SQLite3 plugin, Version 3, (c)TeamSpeak Systems GmbH2017-10-11 20:09:02.076419|INFO |DatabaseQuery | |dbPlugin version: 3.11.12017-10-11 20:09:02.076621|INFO |DatabaseQuery | |checking database integrity (may take a while)2017-10-11 20:09:02.256246|INFO |Accounting | |Licensing Information2017-10-11 20:09:02.256305|INFO |Accounting | |type : Non-profit2017-10-11 20:09:02.256345|INFO |Accounting | |starting date : Wed Jun 14 00:00:00 20172017-10-11 20:09:02.256360|INFO |Accounting | |ending date : Sat Dec 16 00:00:00 20172017-10-11 20:09:02.256371|INFO |Accounting | |max virtualservers: 102017-10-11 20:09:02.256388|INFO |Accounting | |max slots : 5122017-10-11 20:09:02.795227|INFO | | |Puzzle precompute time: 5142017-10-11 20:09:02.795851|INFO |FileManager | |listening on 0.0.0.0:30033, :::300332017-10-11 20:09:02.802192|INFO |CIDRManager | |updated query_ip_whitelist ips: 127.0.0.1/32, ::1/128, 2017-10-11 20:09:02.802505|INFO |Query | |listening on 0.0.0.0:10011, :::10011
zweiter log
Ich kann mir gut vorstellen das ihr das Problem schon hattet =/ und ich wieder zu doof bin um es zu finden aber ich bin dankbar für jeden hilfreichen Kommentar.