<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>fail2ban Archives - TecnoGuide</title>
	<atom:link href="https://tecnoguide.info/tag/fail2ban/feed/" rel="self" type="application/rss+xml" />
	<link>https://tecnoguide.info/tag/fail2ban/</link>
	<description></description>
	<lastBuildDate>Fri, 09 Jan 2015 16:56:37 +0000</lastBuildDate>
	<language>it-IT</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.5.4</generator>
	<item>
		<title>Come installare Fail2Ban su Ubuntu 14.04</title>
		<link>https://tecnoguide.info/come-installare-fail2ban-su-ubuntu-14-04/</link>
					<comments>https://tecnoguide.info/come-installare-fail2ban-su-ubuntu-14-04/#respond</comments>
		
		<dc:creator><![CDATA[D'Orazi Dario]]></dc:creator>
		<pubDate>Fri, 09 Jan 2015 16:56:37 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Server]]></category>
		<category><![CDATA[fail2ban]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[server]]></category>
		<category><![CDATA[ubuntu]]></category>
		<guid isPermaLink="false">http://tecnoguide.info/?p=2871</guid>

					<description><![CDATA[<p>&#160; Se volete difendere il vostro server da attacchi hacker dovete assolutamente installare Fail2Ban un tool che utilizza delle regole specifiche per bloccare attacchi di qualsiasi genere. Installare Fail2Ban su Ubuntu 14.04 Connettetevi tramite SSH e digitate da terminale i seguenti comandi sudo apt-get update sudo apt-get install fail2ban &#160; Configurare Fail2Ban Digitate il comando: sudo [&#8230;]</p>
<p>The post <a href="https://tecnoguide.info/come-installare-fail2ban-su-ubuntu-14-04/">Come installare Fail2Ban su Ubuntu 14.04</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></description>
										<content:encoded><![CDATA[<p><a href="http://tecnoguide.info/wp-content/uploads/2014/10/Come-installare-VNC-Server-su-Ubuntu-14.04.jpg"><img fetchpriority="high" decoding="async" class=" size-large wp-image-2431 aligncenter" src="http://tecnoguide.info/wp-content/uploads/2014/10/Come-installare-VNC-Server-su-Ubuntu-14.04-1024x640.jpg" alt="Come installare VNC Server su Ubuntu 14.04" width="702" height="439" srcset="https://tecnoguide.info/wp-content/uploads/2014/10/Come-installare-VNC-Server-su-Ubuntu-14.04-1024x640.jpg 1024w, https://tecnoguide.info/wp-content/uploads/2014/10/Come-installare-VNC-Server-su-Ubuntu-14.04-300x187.jpg 300w, https://tecnoguide.info/wp-content/uploads/2014/10/Come-installare-VNC-Server-su-Ubuntu-14.04.jpg 1920w" sizes="(max-width: 702px) 100vw, 702px" /></a></p>
<p>&nbsp;</p>
<p>Se volete difendere il vostro server da attacchi hacker dovete assolutamente installare Fail2Ban un tool che utilizza delle regole specifiche per bloccare attacchi di qualsiasi genere.</p>
<p><span id="more-2871"></span></p>
<h2 id="install-fail2ban-on-ubuntu-14.04">Installare Fail2Ban su Ubuntu 14.04</h2>
<p>Connettetevi tramite SSH e digitate da terminale i seguenti comandi</p>
<pre><code>sudo apt-get update
sudo apt-get install fail2ban
</code></pre>
<p>&nbsp;</p>
<h2 id="configure-fail2ban-with-your-service-settings">Configurare Fail2Ban</h2>
<p>Digitate il comando:</p>
<pre><code>sudo cp /etc/fail2ban/jail.conf /etc/fail2ban/jail.local
</code></pre>
<p>Ora date il comando:</p>
<pre><code>sudo nano /etc/fail2ban/jail.local
</code></pre>
<p>Cambiate i parametri come segue:</p>
<pre><code>ignoreip = 127.0.0.1/8
</code>bantime = 600
findtime = 600
maxretry = 3</pre>
<p>Inserite i seguenti parametri:</p>
<pre><code>destemail = root@localhost
sendername = Fail2Ban
mta = sendmail
</code></pre>
<p>Riavviate il server per attivare definitivamente Fail2Ban su Ubuntu 14.04</p>
<p>The post <a href="https://tecnoguide.info/come-installare-fail2ban-su-ubuntu-14-04/">Come installare Fail2Ban su Ubuntu 14.04</a> appeared first on <a href="https://tecnoguide.info">TecnoGuide</a>.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://tecnoguide.info/come-installare-fail2ban-su-ubuntu-14-04/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
