• If you need help or want to discuss things, you now can also join us on our Discord Server!
  • A first preview of the unlimited version of SinusBot can be found in the Upcoming Changes thread. A version for Windows will follow, but we don't have a release date, yet.

Teamspeak Server verliert seine Verbindung.

Matthias

Donor
is awesome!
Hallo Community,
Da mir im Teamspeak Forum nicht geholfen werden kann hoffe ich hier mal auf Hilfe.
Ich habe seit zwei updates ein Problem mit meinem Teamspeack Server.
Die User Disconecten einfach ohne mir erkendlichen Grund.
Ich bekomme folgende Fehlermeldungen in das Log Geschrieben.



2018-03-12 23:53:20.047517|ERROR | | |TS3ANetwork::Send failed error: 111
2018-03-13 13:44:19.650251|ERROR | | |error reading tcp socket Die Verbindung wurde vom Kommunikationspartner zurück$
2018-03-13 13:59:33.019705|ERROR | | |error reading tcp socket Die Verbindung wurde vom Kommunikationspartner zurück$
Mein System Debian 9.4(V-Server) (with Keyhelp)
TS³ Server: 3.1.1 Linux

Meine Firewall Richtlinien die ich vorgenommen habe.

Ip Tablle:


# chain: Allow
-A Allow --protocol icmp --match icmp --icmp-type 8 -j Friend
-A Allow --protocol icmp --match icmp --match limit --icmp-type any --limit 1/sec -j ACCEPT
-A Allow --protocol icmp --match icmp --icmp-type any -j DROP
-A Allow --protocol tcp --match multiport --destination-ports 41144,30033,10011,2008,8087 -j ACCEPT
-A Allow --protocol udp --match multiport --destination-ports 9987,2010 -j ACCEPT
-A Allow -j REJECT --reject-with icmp-port-unreachable

# chain: OUTPUT
# - no content -

in meiner Syslog finde ich folgendes.

Apr 18 17:40:01 server named[482]: network unreachable resolving 'accounting2.teamspeak.com/A/IN': 2400:cb00:2049:1::adf5:3a72#53
Apr 18 17:40:01 server named[482]: network unreachable resolving 'accounting2.teamspeak.com/A/IN': 2400:cb00:2049:1::adf5:3b86#53
Apr 18 17:40:01 server named[482]: network unreachable resolving 'teamspeak.com/DS/IN': 2001:503:231d::2:30#53
Apr 18 17:40:01 server named[482]: network unreachable resolving 'teamspeak.com/DS/IN': 2001:503:eea3::30#53
Apr 18 07:08:58 server named[482]: network unreachable resolving 'sinusbot.com/DS/IN': 2001:503:a83e::2:30#53
Apr 18 07:08:58 server named[482]: network unreachable resolving 'sinusbot.com/DS/IN': 2001:502:8cc::30#53

Was mache ich Falsch ich habe schon einiges versucht konnte im Kernel.log auch nichts finden.
Über hilfe würde ich mich sehr freuen

Mit freundlichen Grüßen:

Matthias
 

flyth

is reticulating splines
Staff member
Developer
Contributor
Das sieht nach allgemeinen Netzwerkproblemen aus. Melde dich damit doch bitte bei deinem Hoster.
 

Xuxe

Containerholic
Staff member
is awesome!
V.I.P.
Contributor
Insider
Apr 18 17:40:01 server named[482]: network unreachable resolving 'accounting2.teamspeak.com/A/IN': 2400:cb00:2049:1::adf5:3a72#53
Apr 18 17:40:01 server named[482]: network unreachable resolving 'accounting2.teamspeak.com/A/IN': 2400:cb00:2049:1::adf5:3b86#53
Apr 18 17:40:01 server named[482]: network unreachable resolving 'teamspeak.com/DS/IN': 2001:503:231d::2:30#53
Apr 18 17:40:01 server named[482]: network unreachable resolving 'teamspeak.com/DS/IN': 2001:503:eea3::30#53
Apr 18 07:08:58 server named[482]: network unreachable resolving 'sinusbot.com/DS/IN': 2001:503:a83e::2:30#53
Apr 18 07:08:58 server named[482]: network unreachable resolving 'sinusbot.com/DS/IN': 2001:502:8cc::30#53

Same with Flyth sagte. Was mir komisch vor kommt sich bei dir nur IPv4 Regeln; aber dein Server scheint mit IPv6 rum zu werkeln.
 

Matthias

Donor
is awesome!
das sind meine IPv6 regeln
-A Allow --protocol tcp --match multiport --destination-ports 41144,30033,10011,2008,8087 -j ACCEPT --match comment --comment "TS3 tcp"
-A Allow --protocol tcp --match tcp --source-port 443 -j ACCEPT --match comment --comment "ts3"
-A Allow --protocol udp --match multiport --destination-ports 9987,2010,2008 -j ACCEPT
-A Allow -j REJECT --reject-with icmp6-port-unreachable

# chain: OUTPUT
-A OUTPUT --protocol tcp --match tcp --destination-port 2008 -j ACCEPT --match comment --comment "Ts3 accounting"
-A OUTPUT --protocol udp --match udp --destination-port 2010 -j ACCEPT --match comment --comment "ts3"
-A OUTPUT --protocol tcp --match tcp --destination-port 443 -j ACCEPT
-A OUTPUT --protocol tcp --match tcp --source-port 443 -j ACCEPT --match comment --comment "ts3"
 
Top