Block IP Range

From mywiki
Revision as of 13:22, 16 September 2024 by Johnny (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


EditDate 2024-02-06

Related Threads:

Use iptables and ipset to block ip range


  1. immediate block sudo iptables -A INPUT -s 217.113.194.0/24 -j DROP
  2. Long term block not sure working ipset add blacklist 217.113.194.0/24

Web References https://ipset.netfilter.org/ipset.man.html

--Johnny (talk) 12:47, 16 September 2024 (UTC) While on vacation Bot Barkrowler started do repetitive queries of 500 records. On www I editted robots.txt to disallow Barkrowler and updated apache-badbots filter in fail2ban to block them.