HACKER Q&A
📣 sujdes

How to stop constant DDoS on CS 1.6 server?


1.6 is still played regularly in India, especially the 32/32 slot servers. Now I do not have proof of this but bad actor(s), always from one server, keep DDoSing the other, usually more popular and full, server so that players are forced to switch. And as soon as their own server gets filled, the DDoSing stops.

This DDoS problem has been a plague on 1.6 in India for the last 5-7 years. From what I've gathered, none has been able to solve for it, and even though I don't have skin in the game (other than being a frequent player), it fundamentally feels wrong being bullied.

Does anyone have experience with solving this?

P.S. If you do give a response, please consider that I do not have an IT background. Thank you.


  👤 LinuxBender Accepted Answer ✓
Are you certain it is a ddos? Does your inbound bandwidth actually spike? Most games have a myriad of network code bugs that can cause a client to crash with a specially crafted packet. Sometimes it is as simple as disabling automatic port forwarding on your ISP/home router sometimes also called UPNP or SSDP in the router unless you are the one hosting the "game server". Beyond that my answer would require some knowledge of capturing packets and looking for anomalies just before the client crash which would exceed the requirements you stated.

Try disabling UPNP/SSDP on your router, then updating the firmware on your router and rebooting it. If that is not an option then read up on how to modify the firewall rules of your OS to disable the inbound ports for your game as they are only required if you are hosting a public server.

If they are killing the connection on the server side then the only thing one could do is to not use that server. This is common on servers hosted by the players. Try to release and renew your DHCP lease on the router if it has the option. Sometimes turning it off a while and back on will do this varies by ISP with the goal being to get a new IP so they stop booting or punting your IP address and game port(s) provided you do not reconnect to the servers operated by the cute and fuzzy bunnies.