can it? please tell
Forum
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.
SaZ Dice: No, it doesn't, where did you read that O.oThere'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 11:46:43 am
Inflexion: there is not talking about How VPS is strong, he may use another VPSProbably 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
SaZ Dice: iptables -A INPUT -p udp -m length --length 0:28 -j DROP that will help you to prevent from empty packetsiptables -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
routeXYZ: that's my IP.. If your using same. That's lead double-drops.
1

Offline