[HELP] Query Flood
#2

If it's a UDP flood you can definitely use IPtables to limit the effects, and let OVH take care of the larger attacks.

You could enter these rules via your command line...

PHP код:
-A udp-flood -p udp -m limit --limit 5/sec -RETURN 
-
A udp-flood -j LOG --log-prefix "UDP-flood attempt: " 
-A udp-flood -j DROP 
Then use

PHP код:
iptables save 
If any IP attempts to make more than 5 connections in a second, this will drop the connection. Works wonders on my server. Also logs the attempt, should you like to review attacks.
Reply


Messages In This Thread
[HELP] Query Flood - by Lumabd - 04.05.2015, 22:30
Re: [HELP] Query Flood - by DanLore - 04.05.2015, 22:46
Re: [HELP] Query Flood - by Alex Magaсa - 04.05.2015, 22:48
Re: [HELP] Query Flood - by Jake187 - 05.05.2015, 01:55
Respuesta: [HELP] Query Flood - by Lumabd - 06.05.2015, 06:34

Forum Jump:


Users browsing this thread: 2 Guest(s)