<?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: Blessay: Designing Enterprise DMZ and Multilayer Firewall Clusters</title>
	<atom:link href="http://etherealmind.com/design-enterprise-dmz-firewall-clusters/feed/" rel="self" type="application/rss+xml" />
	<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/</link>
	<description>Network design, architecture, thinking, working. Tech.</description>
	<lastBuildDate>Tue, 22 May 2012 13:24:00 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
	<item>
		<title>By: srs</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1134</link>
		<dc:creator>srs</dc:creator>
		<pubDate>Fri, 16 Dec 2011 19:17:00 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1134</guid>
		<description>You&#039;re missing a big point related to having two firewalls and where to place the DMZ.  You place the DMZ off the internet-facing firewall because only that firewall accepts inbound traffic for web servers, etc.  That is, it&#039;s insane to run web servers internally.  If someone gets in they can compromise your entire internal LAN.  The external DMZ machines then do not forward any traffic in except maybe a few very specific things that are needed (for example an external mail server forwarding some traffic to an internal server).  You would not forward any standard inbound internet traffic directly in.  And with things like email there&#039;s a strong argument to be made for not forwarding but having the inside server pull the data it needs (allowing an outbound connection from LAN to DMZ but not vice versa).

Mr. T says: I pity the fool who runs a web server behind the same firewall protecting his LAN.
</description>
		<content:encoded><![CDATA[<p>You&#8217;re missing a big point related to having two firewalls and where to place the DMZ.  You place the DMZ off the internet-facing firewall because only that firewall accepts inbound traffic for web servers, etc.  That is, it&#8217;s insane to run web servers internally.  If someone gets in they can compromise your entire internal LAN.  The external DMZ machines then do not forward any traffic in except maybe a few very specific things that are needed (for example an external mail server forwarding some traffic to an internal server).  You would not forward any standard inbound internet traffic directly in.  And with things like email there&#8217;s a strong argument to be made for not forwarding but having the inside server pull the data it needs (allowing an outbound connection from LAN to DMZ but not vice versa).</p>
<p>Mr. T says: I pity the fool who runs a web server behind the same firewall protecting his LAN.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mohamed abed</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1133</link>
		<dc:creator>Mohamed abed</dc:creator>
		<pubDate>Fri, 14 Oct 2011 15:57:00 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1133</guid>
		<description>Mohamed Abed 
it&#039;s no right  to connected the DMZ  on internal firewall  because of
1-the benefit of DMZ is to secure the internal network ( don&#039;t but all  eggs at same basket)  
2- so the concept is secure the internal form the server published at internet(DMZ server) 
3-so if we add two level of firewall between internal and DMZ it will be better </description>
		<content:encoded><![CDATA[<p>Mohamed Abed <br />
it&#8217;s no right  to connected the DMZ  on internal firewall  because of<br />
1-the benefit of DMZ is to secure the internal network ( don&#8217;t but all  eggs at same basket)  <br />
2- so the concept is secure the internal form the server published at internet(DMZ server) <br />
3-so if we add two level of firewall between internal and DMZ it will be better </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: martin</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1132</link>
		<dc:creator>martin</dc:creator>
		<pubDate>Sat, 28 Aug 2010 13:56:34 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1132</guid>
		<description>Excellent article thanks a lot for your great work on your blog.

I do agree with your point of view and Internal Firewall DMZ is the best. Still, a question came to my mind:

In your example, there is only one access to/from external zone. How would you manage the multiple ISPs, and the fact you have links dedicated to certain services hosted in DMZ ?

Ex: You host web servers in a DMZ at the Internal Firewall, and let&#039;s say a Web proxy for users web access in another DMZ on the same firewall. Web servers have to talk with ISP A, and wou want your users to browse the web through ISP B.

From a routing point of view, you must define the next hop based on the source, so policy based routing, which by experience on screenos and ios is not a valuable solution (side effects and/or difficult to maintain and troubleshoot at a certain point). Or maybe some equipment/firewall can have several routing instance / routing table and DMZs could use different ones ? Or maybe another solution that do not come to my mind ? :)

Of course, if you use DMZ on your external firewall, the problem is solved, with all the cons of doing this you have described.

Let me know what you think and thanks again for the article.</description>
		<content:encoded><![CDATA[<p>Excellent article thanks a lot for your great work on your blog.</p>
<p>I do agree with your point of view and Internal Firewall DMZ is the best. Still, a question came to my mind:</p>
<p>In your example, there is only one access to/from external zone. How would you manage the multiple ISPs, and the fact you have links dedicated to certain services hosted in DMZ ?</p>
<p>Ex: You host web servers in a DMZ at the Internal Firewall, and let&#8217;s say a Web proxy for users web access in another DMZ on the same firewall. Web servers have to talk with ISP A, and wou want your users to browse the web through ISP B.</p>
<p>From a routing point of view, you must define the next hop based on the source, so policy based routing, which by experience on screenos and ios is not a valuable solution (side effects and/or difficult to maintain and troubleshoot at a certain point). Or maybe some equipment/firewall can have several routing instance / routing table and DMZs could use different ones ? Or maybe another solution that do not come to my mind ? <img src='http://etherealmind.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Of course, if you use DMZ on your external firewall, the problem is solved, with all the cons of doing this you have described.</p>
<p>Let me know what you think and thanks again for the article.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duncan</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1131</link>
		<dc:creator>Duncan</dc:creator>
		<pubDate>Sun, 30 May 2010 19:25:42 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1131</guid>
		<description>Excellent article and, nice illustrations!

The article was probably aimed at a logical design level above this but I am struggling to find a best practice guide for IP addressing in DMZs. In the preferred scenario (where the DMZ hangs off the internal firewall), would you give a server a private address range then NAT at the external firewall? For example, a web proxy for internal clients would be hosted in the dmz with a private IP address and then it would be NAT&#039;d outbound?

Thanks,

Duncan</description>
		<content:encoded><![CDATA[<p>Excellent article and, nice illustrations!</p>
<p>The article was probably aimed at a logical design level above this but I am struggling to find a best practice guide for IP addressing in DMZs. In the preferred scenario (where the DMZ hangs off the internal firewall), would you give a server a private address range then NAT at the external firewall? For example, a web proxy for internal clients would be hosted in the dmz with a private IP address and then it would be NAT&#8217;d outbound?</p>
<p>Thanks,</p>
<p>Duncan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Ferro</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1130</link>
		<dc:creator>Greg Ferro</dc:creator>
		<pubDate>Fri, 21 May 2010 10:56:16 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1130</guid>
		<description>The internal firewall is the critical firewall since it connect your DMZs to your core network and thats where you end up doing &#039;unusual&#039; technical things.. The external firewall is more likely to be a simple packet filter, or dumb firewall and this is well suited to the ASA function (as I&#039;ve said before, Cisco doesn&#039;t get Security). 

The Juniper NetScreenOS is far superior to ASA and has better routing, easier administration, better performance. However. the NetScreen are being replaced with the new device and you may need to do some research to check it&#039;s what you need. I have been told it&#039;s just as good as NetScreen but I personally can&#039;t say that I know.</description>
		<content:encoded><![CDATA[<p>The internal firewall is the critical firewall since it connect your DMZs to your core network and thats where you end up doing &#8216;unusual&#8217; technical things.. The external firewall is more likely to be a simple packet filter, or dumb firewall and this is well suited to the ASA function (as I&#8217;ve said before, Cisco doesn&#8217;t get Security). </p>
<p>The Juniper NetScreenOS is far superior to ASA and has better routing, easier administration, better performance. However. the NetScreen are being replaced with the new device and you may need to do some research to check it&#8217;s what you need. I have been told it&#8217;s just as good as NetScreen but I personally can&#8217;t say that I know.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1129</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Fri, 21 May 2010 10:46:46 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1129</guid>
		<description>Interesting read!

You state: &quot;My recommendation is always to use a Cisco ASA as the external firewall and Juniper NetScreen as the internal firewall.&quot;

I&#039;d be interested in knowing why you recommend the above. Is there something inherently better about putting the ASA externally and the NetScreen internally?

I can understand recommending the ASA based on your Cisco background, but why do you recommend the NetScreen? Are there others you have tested?

Also, based on your reply to one of the comments, I get the impression you would have no problem putting an internal VLAN and DMZ VLAN on the same switch. Is this still your position as I didn&#039;t pick up on that in the third Packet Pushers podcast? 


Thanks

JR</description>
		<content:encoded><![CDATA[<p>Interesting read!</p>
<p>You state: &#8220;My recommendation is always to use a Cisco ASA as the external firewall and Juniper NetScreen as the internal firewall.&#8221;</p>
<p>I&#8217;d be interested in knowing why you recommend the above. Is there something inherently better about putting the ASA externally and the NetScreen internally?</p>
<p>I can understand recommending the ASA based on your Cisco background, but why do you recommend the NetScreen? Are there others you have tested?</p>
<p>Also, based on your reply to one of the comments, I get the impression you would have no problem putting an internal VLAN and DMZ VLAN on the same switch. Is this still your position as I didn&#8217;t pick up on that in the third Packet Pushers podcast? </p>
<p>Thanks</p>
<p>JR</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1128</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 18 Dec 2009 11:12:18 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1128</guid>
		<description>Hi Greg,

I disagree, firewalls in my opinion will always be the foremost solution in permiter/DMZ defence.  Most of them also include IPS functionality as standard now and as I said above, application inspection.  The ASA and Check Point firewalls will both restrict web traffic to RFC compliant HTTP browsing if configured to do so, they are far from being routers that don&#039;t work with some value add.. in my opinion. :-)


I now work for a large network integrator who are a gold/platinum partner across many networking vendors and at present the requirement for firewalls is far outweighing IPS appliances and when IPS is sold it&#039;s often as a firewall software or hardware module.  IPS will and is becoming more prevalent but as a complement to a firewall I believe.

Ian

p.s.  The site is looking good.</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>I disagree, firewalls in my opinion will always be the foremost solution in permiter/DMZ defence.  Most of them also include IPS functionality as standard now and as I said above, application inspection.  The ASA and Check Point firewalls will both restrict web traffic to RFC compliant HTTP browsing if configured to do so, they are far from being routers that don&#8217;t work with some value add.. in my opinion. <img src='http://etherealmind.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>I now work for a large network integrator who are a gold/platinum partner across many networking vendors and at present the requirement for firewalls is far outweighing IPS appliances and when IPS is sold it&#8217;s often as a firewall software or hardware module.  IPS will and is becoming more prevalent but as a complement to a firewall I believe.</p>
<p>Ian</p>
<p>p.s.  The site is looking good.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ian</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1127</link>
		<dc:creator>Ian</dc:creator>
		<pubDate>Fri, 18 Dec 2009 11:04:17 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1127</guid>
		<description>&quot;can eas≠ily do the same thing as my ASA-??55xxs but are also smart enough to notice that someone is run≠ning tel≠net on port 80&quot;

The ASA will perform application inspection and ensure HTTP traffic is RFC compliant.. or have I missed something here?

Ian</description>
		<content:encoded><![CDATA[<p>&#8220;can eas≠ily do the same thing as my ASA-??55xxs but are also smart enough to notice that someone is run≠ning tel≠net on port 80&#8243;</p>
<p>The ASA will perform application inspection and ensure HTTP traffic is RFC compliant.. or have I missed something here?</p>
<p>Ian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Ferro</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1126</link>
		<dc:creator>Greg Ferro</dc:creator>
		<pubDate>Thu, 15 Oct 2009 12:41:53 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1126</guid>
		<description>Well, it also true that if the DMZ was on the external firewall then rules would have to be on two firewalls anyway. Further more, the rules from internal network are more complicated than those from the external side because of network management and administration. 

While I don&#039;t specifically agree that two firewalls are more secure than one, its a very common idea. The original purpose was to have each firewall controlled by a different team or people. In practice, this doesn&#039;t work.</description>
		<content:encoded><![CDATA[<p>Well, it also true that if the DMZ was on the external firewall then rules would have to be on two firewalls anyway. Further more, the rules from internal network are more complicated than those from the external side because of network management and administration. </p>
<p>While I don&#8217;t specifically agree that two firewalls are more secure than one, its a very common idea. The original purpose was to have each firewall controlled by a different team or people. In practice, this doesn&#8217;t work.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Egil Drillo Olsen</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1125</link>
		<dc:creator>Egil Drillo Olsen</dc:creator>
		<pubDate>Wed, 14 Oct 2009 15:29:00 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1125</guid>
		<description>Why do you want to have the DMZ&#039;s on the internal firewall, when you claim that two firewalls are not more secure than one? Isn&#039;t the eksternal firewall waste then? All the rules on the eksternal firewall have to be applied on the internal as well?</description>
		<content:encoded><![CDATA[<p>Why do you want to have the DMZ&#8217;s on the internal firewall, when you claim that two firewalls are not more secure than one? Isn&#8217;t the eksternal firewall waste then? All the rules on the eksternal firewall have to be applied on the internal as well?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Ferro</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1124</link>
		<dc:creator>Greg Ferro</dc:creator>
		<pubDate>Sun, 16 Aug 2009 09:49:07 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1124</guid>
		<description>John, its a good point and will write something up sooner or later.</description>
		<content:encoded><![CDATA[<p>John, its a good point and will write something up sooner or later.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Ferro</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1123</link>
		<dc:creator>Greg Ferro</dc:creator>
		<pubDate>Tue, 11 Aug 2009 08:32:22 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1123</guid>
		<description>The idea of using separate switches has its roots in the fact that VLAN&#039;s are inherently insecure. You can configure switches to be secure however, which removes the risk. See this white paper published in 2003 http://www.cisco.com/warp/public/cc/pd/si/casi/ca6000/tech/stake_wp.pdf for full details about the underlying problem. 

I believe that the Security Industry has not really grown up and moved on from 1999 when the issue was &#039;publicised&#039;. The IEEE clearly identified the problem in its documents and the risk was deemed acceptable. Since Cisco now has features that block VLAN hopping (VACLs, set Default Untagged VLAN, PVLANs etc etc) the risk is easily mitigated. 

Exploiting VLANs requires that you compromise a server, elevate or gain root/administrator level access, download and install software and commence VLAN injection attacks. OK, not so hard but requires a high level of competence on the attacker&#039;s part, AND a low level of competence on the administrator&#039;s part. 

The underlying problem is that Security People are often inflexible, and unreasonable. The &#039;VLAN insecurity&#039; topic is like fundamental faith issue. I don&#039;t agree with it, and don&#039;t believe that selling separate switches (that are low MTBF, low reliability, low performance, and generally poor operational practice) improves the risk profile. It does shift the risk profile from the Security side to Operational side since multiple switches means more failures. I would always make the point that operational failure is a greater risk than security (your mileage may vary). 

Although there are reasons where using individual switches might be a good idea, this would be a truly exceptional corner case, rather than standard best practice.</description>
		<content:encoded><![CDATA[<p>The idea of using separate switches has its roots in the fact that VLAN&#8217;s are inherently insecure. You can configure switches to be secure however, which removes the risk. See this white paper published in 2003 <a href="http://www.cisco.com/warp/public/cc/pd/si/casi/ca6000/tech/stake_wp.pdf" rel="nofollow">http://www.cisco.com/warp/public/cc/pd/si/casi/ca6000/tech/stake_wp.pdf</a> for full details about the underlying problem. </p>
<p>I believe that the Security Industry has not really grown up and moved on from 1999 when the issue was &#8216;publicised&#8217;. The IEEE clearly identified the problem in its documents and the risk was deemed acceptable. Since Cisco now has features that block VLAN hopping (VACLs, set Default Untagged VLAN, PVLANs etc etc) the risk is easily mitigated. </p>
<p>Exploiting VLANs requires that you compromise a server, elevate or gain root/administrator level access, download and install software and commence VLAN injection attacks. OK, not so hard but requires a high level of competence on the attacker&#8217;s part, AND a low level of competence on the administrator&#8217;s part. </p>
<p>The underlying problem is that Security People are often inflexible, and unreasonable. The &#8216;VLAN insecurity&#8217; topic is like fundamental faith issue. I don&#8217;t agree with it, and don&#8217;t believe that selling separate switches (that are low MTBF, low reliability, low performance, and generally poor operational practice) improves the risk profile. It does shift the risk profile from the Security side to Operational side since multiple switches means more failures. I would always make the point that operational failure is a greater risk than security (your mileage may vary). </p>
<p>Although there are reasons where using individual switches might be a good idea, this would be a truly exceptional corner case, rather than standard best practice.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: DaveC</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1122</link>
		<dc:creator>DaveC</dc:creator>
		<pubDate>Mon, 10 Aug 2009 21:52:23 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1122</guid>
		<description>Hi Greg,

What is your view on separate physical switches vs vlans for connectivity within the various zones? 

Vendor designs will often use separate switches at each  zone but, especially with distributed HA firewalls, this can quickly add up to a lot of physical devices with only 2-4 active ports.  However given a (correctly configured) outside firewall should it not be safe to assume that the control plane of any (correctly configured) switch behind it should be &quot;secure&quot;?    It would therefore be valid to use the same physical switch for outside-failover/inside-failover/internaFWl-ExternalFW connectivity, segmented using vlans?  

Effecitvely the FWSM uses the same switch for all functions, but I still read documents stating that seperate switches should be used.

I have read some interesting posts on your blog and would be keen to see your response.

Cheers
Dave</description>
		<content:encoded><![CDATA[<p>Hi Greg,</p>
<p>What is your view on separate physical switches vs vlans for connectivity within the various zones? </p>
<p>Vendor designs will often use separate switches at each  zone but, especially with distributed HA firewalls, this can quickly add up to a lot of physical devices with only 2-4 active ports.  However given a (correctly configured) outside firewall should it not be safe to assume that the control plane of any (correctly configured) switch behind it should be &#8220;secure&#8221;?    It would therefore be valid to use the same physical switch for outside-failover/inside-failover/internaFWl-ExternalFW connectivity, segmented using vlans?  </p>
<p>Effecitvely the FWSM uses the same switch for all functions, but I still read documents stating that seperate switches should be used.</p>
<p>I have read some interesting posts on your blog and would be keen to see your response.</p>
<p>Cheers<br />
Dave</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Ferro</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1121</link>
		<dc:creator>Greg Ferro</dc:creator>
		<pubDate>Tue, 04 Aug 2009 12:37:54 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1121</guid>
		<description>Robertr

You are right, and I did like the Cyberguard TSP before it got merged into Secure Computing and then merged into McAfee. Lets face it, you aren&#039;t going to buy a proper firewall from McAfee are you. At the moment, firewalls are routers that don&#039;t work with some value add around configuration management, and administrative management. 

In the future, security isn&#039;t in firewalls but in IPS and Threat Mitigation Systems. Which, I&#039;m pleased to say, will upset most Firewall people out there today. They may have to learn something.....</description>
		<content:encoded><![CDATA[<p>Robertr</p>
<p>You are right, and I did like the Cyberguard TSP before it got merged into Secure Computing and then merged into McAfee. Lets face it, you aren&#8217;t going to buy a proper firewall from McAfee are you. At the moment, firewalls are routers that don&#8217;t work with some value add around configuration management, and administrative management. </p>
<p>In the future, security isn&#8217;t in firewalls but in IPS and Threat Mitigation Systems. Which, I&#8217;m pleased to say, will upset most Firewall people out there today. They may have to learn something&#8230;..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: robertr</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1120</link>
		<dc:creator>robertr</dc:creator>
		<pubDate>Tue, 04 Aug 2009 11:54:38 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1120</guid>
		<description>As a former &quot;pin dropping&quot; firewall engineer who also used Checkpoint in the 90s ( I&#039;m also a Checkpoint Certified Engineer ) I think you missed mentioning a technology that I first encountered in the Gauntlet product or FWTK - application aware/specific firewalls.
Products like those sold by Palo Alto Networks for instance can easily do the same thing as my ASA-55xxs but are also smart enough to notice that someone is running telnet on port 80 ... not just the default http over port 80.
I don&#039;t know what firewalls will look like in 5 or 10 years but I hope that they aren&#039;t just more of the same ACLs - as the Black Eyed Peas sing &quot;your so 2000 &amp; late&quot;</description>
		<content:encoded><![CDATA[<p>As a former &#8220;pin dropping&#8221; firewall engineer who also used Checkpoint in the 90s ( I&#8217;m also a Checkpoint Certified Engineer ) I think you missed mentioning a technology that I first encountered in the Gauntlet product or FWTK &#8211; application aware/specific firewalls.<br />
Products like those sold by Palo Alto Networks for instance can easily do the same thing as my ASA-55xxs but are also smart enough to notice that someone is running telnet on port 80 &#8230; not just the default http over port 80.<br />
I don&#8217;t know what firewalls will look like in 5 or 10 years but I hope that they aren&#8217;t just more of the same ACLs &#8211; as the Black Eyed Peas sing &#8220;your so 2000 &amp; late&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JohnH</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1119</link>
		<dc:creator>JohnH</dc:creator>
		<pubDate>Mon, 03 Aug 2009 20:20:21 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1119</guid>
		<description>Hi Greg, 
     I&#039;d like to hear your comments on load-balancers as front-end filtering devices.  Depending on your needs, a hardened load-balancer which serves a limited number of  Services eg. 80/443 can replace the need for a front end  firewall.    If you need a front-end loadbalancer anyway (and most orgs do) why incur the performance penalty of a firewall to do the same job?

I&#039;m not suggesting the front-end firewall be removed entirely, but that it is not used to terminate inbound sessions.

/John H</description>
		<content:encoded><![CDATA[<p>Hi Greg,<br />
     I&#8217;d like to hear your comments on load-balancers as front-end filtering devices.  Depending on your needs, a hardened load-balancer which serves a limited number of  Services eg. 80/443 can replace the need for a front end  firewall.    If you need a front-end loadbalancer anyway (and most orgs do) why incur the performance penalty of a firewall to do the same job?</p>
<p>I&#8217;m not suggesting the front-end firewall be removed entirely, but that it is not used to terminate inbound sessions.</p>
<p>/John H</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Ferro</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1118</link>
		<dc:creator>Greg Ferro</dc:creator>
		<pubDate>Mon, 03 Aug 2009 12:43:28 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1118</guid>
		<description>Thanks very much.</description>
		<content:encoded><![CDATA[<p>Thanks very much.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Greg Ferro</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1117</link>
		<dc:creator>Greg Ferro</dc:creator>
		<pubDate>Mon, 03 Aug 2009 12:41:55 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1117</guid>
		<description>I like the way you are thinking, and it&#039;s sound reasoning. The problem is that having two different procedures for implementing DMZ is usually too complex for large companies to handle. In a large company, the operations team might have ten or twenty engineers who would make the DMZ changes, and probably only five of them who understand the differences. In the end, you should only choose one, either external or internal DMZ to keep it consistent and easy to support.</description>
		<content:encoded><![CDATA[<p>I like the way you are thinking, and it&#8217;s sound reasoning. The problem is that having two different procedures for implementing DMZ is usually too complex for large companies to handle. In a large company, the operations team might have ten or twenty engineers who would make the DMZ changes, and probably only five of them who understand the differences. In the end, you should only choose one, either external or internal DMZ to keep it consistent and easy to support.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: capcorne</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1116</link>
		<dc:creator>capcorne</dc:creator>
		<pubDate>Mon, 03 Aug 2009 09:51:24 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1116</guid>
		<description>Hi,

First, I&#039;m a fun of your schema :-)

The DMZ place in your schema has, in my opinion, some advantages : 
1- If you have a heavy Ext  DMZ traffic you may prefer to not overload the internal firewall with such noisy traffic.
2- The DMZ servers are subject of security threats, If one of them is hacked, I suppose the external firewall is not doing the job correctly, then it&#039;s a good idea that the internal firewall handls DMZ  Internal traffic.

Have a nice day</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>First, I&#8217;m a fun of your schema <img src='http://etherealmind.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The DMZ place in your schema has, in my opinion, some advantages :<br />
1- If you have a heavy Ext  DMZ traffic you may prefer to not overload the internal firewall with such noisy traffic.<br />
2- The DMZ servers are subject of security threats, If one of them is hacked, I suppose the external firewall is not doing the job correctly, then it&#8217;s a good idea that the internal firewall handls DMZ  Internal traffic.</p>
<p>Have a nice day</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: pokey</title>
		<link>http://etherealmind.com/design-enterprise-dmz-firewall-clusters/#comment-1115</link>
		<dc:creator>pokey</dc:creator>
		<pubDate>Mon, 03 Aug 2009 00:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://etherealmind.com/?p=1646#comment-1115</guid>
		<description>Hi,
I believe that the location of the DMZ&#039;s will be dependent on their use, i agree that the dmz&#039;s should not sit across the two firewalls and also that the hosts should never be able to bridge, ie hosts should only ever have one interface linking to one firewall. That being said if you have a multi-tiered firewall complex, i believe that you should design the dmz&#039;s accordingly, ie your first tier of firewall could be used to protect connectivity, so all the dmz&#039;s within this tier separate all your connectivity ie internet, 3rd party, vpn&#039;s etc.
Your next tier can be your front end tier, eg,all your presentation servers, ie web servers etc. You might even have 3rd tier, backend servers. Placing your dmz&#039;s all within the &quot;internal&quot; zone limits your control to some respects. Logically you can achieve the same amount of control just using a single tier with lot of dmz&#039;s if you&#039;re on a budget and cannot afford multi-tier-multi-vendor.</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I believe that the location of the DMZ&#8217;s will be dependent on their use, i agree that the dmz&#8217;s should not sit across the two firewalls and also that the hosts should never be able to bridge, ie hosts should only ever have one interface linking to one firewall. That being said if you have a multi-tiered firewall complex, i believe that you should design the dmz&#8217;s accordingly, ie your first tier of firewall could be used to protect connectivity, so all the dmz&#8217;s within this tier separate all your connectivity ie internet, 3rd party, vpn&#8217;s etc.<br />
Your next tier can be your front end tier, eg,all your presentation servers, ie web servers etc. You might even have 3rd tier, backend servers. Placing your dmz&#8217;s all within the &#8220;internal&#8221; zone limits your control to some respects. Logically you can achieve the same amount of control just using a single tier with lot of dmz&#8217;s if you&#8217;re on a budget and cannot afford multi-tier-multi-vendor.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Served from: etherealmind.com @ 2012-05-22 21:16:12 by W3 Total Cache -->
