can it? please tell
Forum
CS2D Servers Only U.S.G.N Users Stop DDoS?Only U.S.G.N Users Stop DDoS?
8 replies 1
can it? please tell
USGN won't protect that. I've seen that the VPS comes from www.vps.me. They does not offer reliable VPS's as @ Shawni: said. Try to buy another VPS.
There's no way to stop DDoS attacks, but to avoid them.
The iptables thingy you found on the CS2D website is a linux program that works as a firewall core (from what I know). Network stuff.
As @ Inflexion: said, to protect your machine from DDoS attacks, you should get a DDoS protecting service.
edited 1×, last 25.08.14 01:46:43 pm
Probably you can use iptabble rules to prevent attack from UDP packets, which will ignore packets with 0 byte
Probably one problem is that dower still can crash your server with 10 bytes, in my opinion just ip range block them from firewall
That will help you to prevent from that kiddosers
please tell me how to iptables and....
and how to block ip range and .... , i have his ip i think
and i have his usgn too
iptables -A INPUT -s IP -j DROP
Replace IP to the actual ip
If you want ip range ban than use this example 49.22.45.89
49.22.45.*
i try it, it say : host/network `217.118.83.*' not found
1