Block IP Range: Difference between revisions

From mywiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
|Synopsis=Use iptables and ipset to block ip range
|Synopsis=Use iptables and ipset to block ip range
|Analysis=# ipset add blacklist 1.1.1.0/24
|Analysis=# ipset add blacklist 1.1.1.0/24
|EditDate=2024/02/06
# edit ipsets in /etc/iptables/ to make permanent.
|EditDate=2024-02-06
|Prime Category=Problem
|Prime Category=Problem
|WebRef=https://ipset.netfilter.org/ipset.man.html
|WebRef=https://ipset.netfilter.org/ipset.man.html
}}
}}
--[[User:Johnny|Johnny]] ([[User talk: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.

Revision as of 12:47, 16 September 2024


EditDate 2024-02-06

Related Threads:

Use iptables and ipset to block ip range


  1. ipset add blacklist 1.1.1.0/24
  2. edit ipsets in /etc/iptables/ to make permanent.

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.