<?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>erinammons.com &#187; firewall</title>
	<atom:link href="http://www.erinammons.com/tag/firewall/feed" rel="self" type="application/rss+xml" />
	<link>http://www.erinammons.com</link>
	<description>the life and times of Erin</description>
	<lastBuildDate>Mon, 16 Jan 2012 00:16:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What Firewalls Won&#8217;t Do</title>
		<link>http://www.erinammons.com/2009/10/02/what-firewalls-wont-do</link>
		<comments>http://www.erinammons.com/2009/10/02/what-firewalls-wont-do#comments</comments>
		<pubDate>Sat, 03 Oct 2009 01:20:35 +0000</pubDate>
		<dc:creator>Erin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[firewall]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.erinammons.com/?p=236</guid>
		<description><![CDATA[I had a customer ask me in a ticket today, &#8220;why isn&#8217;t my hardware firewall protecting my server against this brute-force [login] attack?&#8221; My answer was &#8220;a hardware firewall will not protect your server against a brute-force attack.&#8221; Why? because &#8230; <a href="http://www.erinammons.com/2009/10/02/what-firewalls-wont-do">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I had a customer ask me in a ticket today, &#8220;why isn&#8217;t my hardware firewall protecting my server against this brute-force [login] attack?&#8221;</p>
<p>My answer was &#8220;a hardware firewall will not protect your server against a brute-force attack.&#8221;</p>
<p>Why? because its not designed to do that. A hardware firewall is simply a traffic filter. It allows, disallows, or in some cases, routes traffic based on rules you set. It doesn&#8217;t know that Joe User&#8217;s account shouldn&#8217;t be logged into repeatedly from a Ukranian IP unless you tell it to only allow certain IPs through for that protocol.</p>
<p>That&#8217;s why we have scripts like BFD (http://www.rfxn.com/projects/brute-force-detection/).</p>
<p>Its also a good idea to move services like SSH to a random non-default port, disable direct root logins, and of course, only allow certain IPs to access services like SSH.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.erinammons.com/2009/10/02/what-firewalls-wont-do/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

