Answer the question
In order to leave comments, you need to log in
Deny access via iptables to entire subnet
Good evening, I ran into a DDoS issue with one of my projects.
Dosyat the whole subnet, and blocking each IP range individually is too long, time is running out.
Actually the question is how to limit access to my project to an entire subnet at once using iptables?
Answer the question
In order to leave comments, you need to log in
iptables -I INPUT -m iprange --src-range 192.168.0.8-192.168.0.25 -j DROP
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question