Getting DDOS from rival companies ?
Even we had but we do have a tachnique to mitigate its impact
Use the below IPTABLES rule on your server and it should get mitigated
A INPUT -p tcp –dport 80 -i eth0 -m state –state NEW -m recent –set
/sbin/iptables -A INPUT -p tcp –dport 80 -i eth0 -m state –state NEW -m recent –update –seconds 8 –hitcount 13 -j DROP
You can contact us for any assistance for any issues related to Linux.
