how to protect my server against DDoS attacks using iptables or kernel configurations?
Linode
Linode Staff
Hello,
How can I protect my server from incoming DDoS attacks using iptables or optimizing kernel configurations to block them?
1 Reply
These should help you out:
- https://javapipe.com/blog/iptables-ddos-protection/
- https://blog.f2h.cloud/iptables-stop-common-ddos-attacks/
- https://www.agix.com.au/stop-ddos-attack-using-iptables/
- http://auxnet.org/index.php?view=article&catid=1:latest-news&id=206:iptables-ddos-protection-the-best-rules-to-mitigate-ddos-attacks&format=pdf
- https://github.com/XaviFortes/IPTables-DDOS-Protection
Note that any such protection you put in place is not going to be foolproof. Also note that any protection you put in place may block legitimate traffic.
-- sw