<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Fail2ban on nuteo.info</title><link>https://nuteo.info/en/tags/fail2ban/</link><description>Recent content in Fail2ban on nuteo.info</description><generator>Hugo</generator><language>en</language><copyright>© 2026 Nuteo</copyright><lastBuildDate>Mon, 03 Aug 2026 00:00:00 +0000</lastBuildDate><atom:link href="https://nuteo.info/en/tags/fail2ban/index.xml" rel="self" type="application/rss+xml"/><item><title>CrowdSec: collaborative intrusion prevention</title><link>https://nuteo.info/en/guides/crowdsec-setup/</link><pubDate>Mon, 03 Aug 2026 00:00:00 +0000</pubDate><guid>https://nuteo.info/en/guides/crowdsec-setup/</guid><description>&lt;h1 id="crowdsec-collaborative-intrusion-prevention"&gt;CrowdSec: collaborative intrusion prevention&lt;/h1&gt;
&lt;p&gt;fail2ban works, but it&amp;rsquo;s solo — every server sees the same SSH brute-force
attempts independently. CrowdSec fixes that: when one server bans an IP,
&lt;strong&gt;all&lt;/strong&gt; CrowdSec users benefit from the shared blocklist.&lt;/p&gt;
&lt;h2 id="install"&gt;Install&lt;/h2&gt;
&lt;div class="highlight"&gt;&lt;pre tabindex="0" class="chroma"&gt;&lt;code class="language-bash" data-lang="bash"&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="c1"&gt;# CrowdSec engine&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;curl -s https://packagecloud.io/install/repositories/crowdsec/crowdsec/script.deb.sh &lt;span class="p"&gt;|&lt;/span&gt; sudo bash
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;apt install -y crowdsec
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;&lt;span class="c1"&gt;# Caddy bouncer (rejects bad IPs at the reverse proxy level)&lt;/span&gt;
&lt;/span&gt;&lt;/span&gt;&lt;span class="line"&gt;&lt;span class="cl"&gt;apt install -y crowdsec-caddy-bouncer
&lt;/span&gt;&lt;/span&gt;&lt;/code&gt;&lt;/pre&gt;&lt;/div&gt;&lt;p&gt;CrowdSec auto-detects running services and activates parsers. For a stock
setup, it will parse SSH, Caddy, and Nginx logs out of the box.&lt;/p&gt;</description></item></channel></rss>