Author Topic: Anti-Flood bei Nutzung von Docker (solved)  (Read 2594 times)

LFS96

  • Newbie
  • *
  • Posts: 4
    • View Profile
Anti-Flood bei Nutzung von Docker (solved)
« on: August 25, 2022, 10:50:08 AM »
Hi,
auch wenn ich jetzt die Lösung gefunden habe, hier die Zusammenfassung:

Ich habe meinen Teamspeak in einen Dockercontainer gesteckt und hatte seit dem Update von Teamspeak auf 3.13.7 Problme, dass der JTS3 Bot sich nicht richtig verbunden hat. Es scheint was mit dem Anti-Flood zu tun zu haben.

Daraus ergebeben sich dann die Untenstehenden Logs.

Ich konnte mein Problem jetzt lösen, indem ich den JTS3-Bot auch in einen Docker gepackt habe.
Wenn man diesen Container dann noch in das Teamspeak-Netzwek packt, scheint der Antifload nicht mehr zu greifen.

Fragt mich nicht warum.

Code: [Select]
JTS3ServerMod 6.5.7 (31.01.2020) Instance Manager started...
Operating System : Linux (version: 5.10.0-16-amd64 / arch: amd64)
Used Java Version: 11.0.15 (path: /usr/lib/jvm/java-11-openjdk)
Current directory: /app
Writing InstanceManager log file to: /app/JTS3ServerMod_InstanceManager.log
Loading InstanceManager config file from: /app/config/JTS3ServerMod_InstanceManager.cfg
bot1: Writing bot log file to: /app/JTS3ServerMod_server1.log
bot1: Virtual bot instance "bot1" starts now (build 6508)
bot1 / NeuerBesucherMsg: Slow Mode is activated, if the bot gets banned by the TS3 server, you should disable the Server Group Notify!
bot1 / OKPMsg: Slow Mode is activated, if the bot gets banned by the TS3 server, you should disable the Server Group Notify!
bot1 / JoinMove: Slow Mode is activated, if the bot gets banned by the TS3 server, you should disable Auto Move!
bot1: Slow mode activated (using less commands at once)
bot1: Unable to connect to Teamspeak 3 server at 127.0.0.1!
bot1: java.net.ConnectException: Connection refused (Connection refused)
bot1: Reconnecting in 65 seconds...

Code: [Select]
25.08.2022 07:28:50 VirtualServer Info query client connected 'Private'(id:###) from 172.31.0.1:43728
25.08.2022 07:28:50 VirtualServerBase Info query client disconnected 'Private'(id:###) reason 'reasonmsg=disconnecting'

Stefan1200

  • Administrator
  • *****
  • Posts: 2244
    • View Profile
Re: Anti-Flood bei Nutzung von Docker (solved)
« Reply #1 on: August 25, 2022, 12:13:22 PM »
Falsche IP Adresse auf der query_ip_whitelist.txt vom TS3 Server. Durch Docker ändert sich ja die IP Adresse. Im TS3 log siehst du ja, welche IP Adresse vom JTS3ServerMod genutzt wird, die muss dann auf die query_ip_whitelist.txt

LFS96

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: Anti-Flood bei Nutzung von Docker (solved)
« Reply #2 on: August 26, 2022, 07:58:36 PM »
Ja habe ich jetzt auch gemerkt, deshalb mit /8 weil ich beim neu starten des TS nie weiß ob die das selbe netzwerk wiederbekommen.