<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: How to Use Fail2ban to Secure Your Linux Server	</title>
	<atom:link href="https://www.tecmint.com/use-fail2ban-to-secure-linux-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/use-fail2ban-to-secure-linux-server/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Wed, 19 Jun 2024 06:36:33 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Marc Compere		</title>
		<link>https://www.tecmint.com/use-fail2ban-to-secure-linux-server/comment-page-1/#comment-1342232</link>

		<dc:creator><![CDATA[Marc Compere]]></dc:creator>
		<pubDate>Sat, 04 Jul 2020 15:14:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1667#comment-1342232</guid>

					<description><![CDATA[fail2ban is outstanding. But why isn&#039;t there a common networked database of fail2ban up addresses that indicate chronically problematic IP addresses? Like a common block list. It seems this is such an obvious next step, or perhaps this is available as a separate package???]]></description>
			<content:encoded><![CDATA[<p>fail2ban is outstanding. But why isn&#8217;t there a common networked database of fail2ban up addresses that indicate chronically problematic IP addresses? Like a common block list. It seems this is such an obvious next step, or perhaps this is available as a separate package???</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: max		</title>
		<link>https://www.tecmint.com/use-fail2ban-to-secure-linux-server/comment-page-1/#comment-1098114</link>

		<dc:creator><![CDATA[max]]></dc:creator>
		<pubDate>Wed, 30 Jan 2019 15:52:14 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1667#comment-1098114</guid>

					<description><![CDATA[Good evening,

I have a web application (using port 80) and I would like to secure it, HLP using fail2ban-client status httpd (there&#039;s nothing)
Os: centos 6.10

thank you in advance]]></description>
			<content:encoded><![CDATA[<p>Good evening,</p>
<p>I have a web application (using port 80) and I would like to secure it, HLP using fail2ban-client status httpd (there&#8217;s nothing)<br />
Os: centos 6.10</p>
<p>thank you in advance</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: cybernard		</title>
		<link>https://www.tecmint.com/use-fail2ban-to-secure-linux-server/comment-page-1/#comment-1045887</link>

		<dc:creator><![CDATA[cybernard]]></dc:creator>
		<pubDate>Tue, 09 Oct 2018 15:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1667#comment-1045887</guid>

					<description><![CDATA[For performance reasons it is far better to use ipset in-conjunction with iptables.
&lt;pre&gt;
# iptables -I INPUT 1 -m set --match-set banned_hosts src,src  -j DROP
# ipset create banned_hosts hash:net
# ipset add banned_hosts 1.2.3.4
&lt;/pre&gt;
Then set cron to periodical save said list.
&lt;pre&gt;
# ipset save &#062;all.txt
&lt;/pre&gt;
You will have to manual fake a service to get ipset to load on startup.]]></description>
			<content:encoded><![CDATA[<p>For performance reasons it is far better to use ipset in-conjunction with iptables.</p>
<pre>
# iptables -I INPUT 1 -m set --match-set banned_hosts src,src  -j DROP
# ipset create banned_hosts hash:net
# ipset add banned_hosts 1.2.3.4
</pre>
<p>Then set cron to periodical save said list.</p>
<pre>
# ipset save &gt;all.txt
</pre>
<p>You will have to manual fake a service to get ipset to load on startup.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carlos		</title>
		<link>https://www.tecmint.com/use-fail2ban-to-secure-linux-server/comment-page-1/#comment-929159</link>

		<dc:creator><![CDATA[Carlos]]></dc:creator>
		<pubDate>Mon, 30 Oct 2017 14:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1667#comment-929159</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/use-fail2ban-to-secure-linux-server/comment-page-1/#comment-426756&quot;&gt;Bien Quang Cao&lt;/a&gt;.

You have to enable EPEL repo

https://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/use-fail2ban-to-secure-linux-server/comment-page-1/#comment-426756">Bien Quang Cao</a>.</p>
<p>You have to enable EPEL repo</p>
<p><a target="_blank" href="https://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/" rel="ugc">https://www.tecmint.com/how-to-enable-epel-repository-for-rhel-centos-6-5/</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/use-fail2ban-to-secure-linux-server/comment-page-1/#comment-766367</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Mon, 28 Mar 2016 11:26:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=1667#comment-766367</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/use-fail2ban-to-secure-linux-server/comment-page-1/#comment-766343&quot;&gt;Jerry Chan&lt;/a&gt;.

@Jerry,

On which Linux distribution you&#039;ve installed Fail2ban? did you see failed login attempts in /var/log/secure file with the help of following command.
&lt;pre&gt;
# cat /var/log/secure &#124; grep &#039;Failed password&#039; &#124;  sort &#124; uniq -c
&lt;/pre&gt;
If you see failed login attempts, then it means your Fail2ban working properly..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/use-fail2ban-to-secure-linux-server/comment-page-1/#comment-766343">Jerry Chan</a>.</p>
<p>@Jerry,</p>
<p>On which Linux distribution you&#8217;ve installed Fail2ban? did you see failed login attempts in /var/log/secure file with the help of following command.</p>
<pre>
# cat /var/log/secure | grep 'Failed password' |  sort | uniq -c
</pre>
<p>If you see failed login attempts, then it means your Fail2ban working properly..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
