Calcium
Member
- Jan 7, 2017
- 56
- 6
Yesterday my server was ddosed and I see 9000 Online Users with different IP Adresses (Botnet).
I fix the Online Counter with a mysql_select count where online = 1.
But my Server still getting ddosed again and I had CPU problems and Client laggs.
I wrote a Ticket on Hostsavor and getting this message:
Now I think about the GameSocketManager and I edited some codes to his:
But I dont think this fix the Problem?
Need help ^^
I fix the Online Counter with a mysql_select count where online = 1.
But my Server still getting ddosed again and I had CPU problems and Client laggs.
I wrote a Ticket on Hostsavor and getting this message:
Hi Hannes,Please ensure that you've got appropriate filtering from within your game server and your websocket server to prevent flooding. If you're allowing ports through the firewall, you should ensure that the application is correctly handling the ports and limits the amount of connections per ip, per user and looks for irregularities within the connections and blacklists them if necessary.
Please make sure that you've made sufficient changes to your application, otherwise we will be unable to offer further guidance other than what we've provided above if that does not resolve the issue.
Thank you for contacting HostSavor Support.
Discord: ******
I'm pretty sure that my Server is not able to block connections from outside.Hi Hannes,Issues such as this are usually down to the applications that are on the server, not the server itself.
Thank you for contacting HostSavor Support.
Discord: ****
Now I think about the GameSocketManager and I edited some codes to his:
You must be registered for see links
But I dont think this fix the Problem?
Need help ^^