<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: When Apply ACL to DMZ_if - DMZ_if devices lose access to WWW in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774444#M1005144</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DNS servers reside on outside if (currently this is an internal firewall that we are testing in preparation to put into production).  Our in-house dns servers are currently on the "outside" if of the pix in it's current config (but are really our internal domain ctrlrs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 0.0.0.0 was an attempt to allow www access from the dmz if w/out blocking the  rules needed for the two ip's that require 8080 traffic.  It didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding, I am open to ANY suggestions as all my learnings have come from my own research...thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 08 May 2007 12:48:33 GMT</pubDate>
    <dc:creator>shanemonson</dc:creator>
    <dc:date>2007-05-08T12:48:33Z</dc:date>
    <item>
      <title>When Apply ACL to DMZ_if - DMZ_if devices lose access to WWW - Why?</title>
      <link>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774442#M1005142</link>
      <description>&lt;P&gt;When I apply an acl to the DMZ interface I lose the dmz devices connection to the internet?  The access-list / access-group I apply works as it should, but internet is gone.  When I remove the access-group, internet access comes back.  I have tried applying other acl's, nat/global combinations w/no luck.  I have added my complete running config for anyone to look at that would be willing to help.  I have been self teaching myself this PIX 515e for 3 weeks with help from books, www and friends I think I have part of it figured out.... at least traffic is moving.   Any help would be much appreciated. &lt;/P&gt;&lt;P&gt;Shane&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 10:10:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774442#M1005142</guid>
      <dc:creator>shanemonson</dc:creator>
      <dc:date>2019-03-11T10:10:44Z</dc:date>
    </item>
    <item>
      <title>Re: When Apply ACL to DMZ_if - DMZ_if devices lose access to WWW</title>
      <link>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774443#M1005143</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because the acl really looks like this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN permit tcp any host 0.0.0.0 eq www &lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN permit tcp any host 10.10.20.200 eq 8080 &lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN permit tcp any host 10.10.20.190 eq 8080 &lt;/P&gt;&lt;P&gt;access-list ACLCMZ_IN deny ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;edit: read too quickly, where is your dns server for dmz hosts? If it is outside of DMZ you need to allow that traffic. I would write it like this. (if dns server is inside or outside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN permit tcp any host 10.10.20.200 eq 8080 &lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN permit tcp any host 10.10.20.190 eq 8080 &lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN permit udp any host &lt;DNS.SERVER.IP&gt; eq domain&lt;/DNS.SERVER.IP&gt;&lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN deny ip any 10.10.0.0 255.255.0.0&lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN permit tcp any any eq www &lt;/P&gt;&lt;P&gt;access-list ACLCMZ_IN deny ip any any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are trying to restrict traffic to the inside, do not put the permit for www traffic first, that would allow www to inside as well and would defeat the purpose of filtering the traffic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 12:36:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774443#M1005143</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-05-08T12:36:49Z</dc:date>
    </item>
    <item>
      <title>Re: When Apply ACL to DMZ_if - DMZ_if devices lose access to WWW</title>
      <link>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774444#M1005144</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DNS servers reside on outside if (currently this is an internal firewall that we are testing in preparation to put into production).  Our in-house dns servers are currently on the "outside" if of the pix in it's current config (but are really our internal domain ctrlrs).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The 0.0.0.0 was an attempt to allow www access from the dmz if w/out blocking the  rules needed for the two ip's that require 8080 traffic.  It didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for responding, I am open to ANY suggestions as all my learnings have come from my own research...thanks in advance!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 12:48:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774444#M1005144</guid>
      <dc:creator>shanemonson</dc:creator>
      <dc:date>2007-05-08T12:48:33Z</dc:date>
    </item>
    <item>
      <title>Re: When Apply ACL to DMZ_if - DMZ_if devices lose access to WWW</title>
      <link>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774445#M1005145</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh!  The rest of your message just came through... I hmay have reponded to quickly...I am reading now...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 12:50:16 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774445#M1005145</guid>
      <dc:creator>shanemonson</dc:creator>
      <dc:date>2007-05-08T12:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: When Apply ACL to DMZ_if - DMZ_if devices lose access to WWW</title>
      <link>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774446#M1005146</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Does that make sense? Allow what you want to allow inside to 10.x.x.x, deny everything else inside to 10.x.x.x, then allow everything outside (www, dns etc.).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 13:22:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774446#M1005146</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-05-08T13:22:28Z</dc:date>
    </item>
    <item>
      <title>Re: When Apply ACL to DMZ_if - DMZ_if devices lose access to WWW</title>
      <link>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774447#M1005147</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Most of it does....By the way, that did it!  DMZ devices now can access INSIDE devices as well as hit the www.  Thanks! Now I need to read up on why those commands worked.  If you have time, I have a couple follow-up questions:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "eq" to domain at the end of this ace..does the pix know it is coming from a domain?&lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN permit udp any host &lt;DNS.SERVER.IP&gt; eq domain &lt;/DNS.SERVER.IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, I assume I should add ACE's for both dns servers?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again for your prompt assistance!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shane&lt;/P&gt;&lt;P&gt;Col, OH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 13:33:39 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774447#M1005147</guid>
      <dc:creator>shanemonson</dc:creator>
      <dc:date>2007-05-08T13:33:39Z</dc:date>
    </item>
    <item>
      <title>Re: When Apply ACL to DMZ_if - DMZ_if devices lose access to WWW</title>
      <link>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774448#M1005148</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No, the acl with "eq domain" is the same as if it said "eq 53" or port 53, which is dns. The pix just changes the number to the word "domain". It will do the same for other ports as well like tcp 21, as it will say "eq ftp". So these two statements are the same thing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN permit udp any host &lt;DNS.SERVER.IP&gt; eq domain &lt;/DNS.SERVER.IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list ACLDMZ_IN permit udp any host &lt;DNS.SERVER.IP&gt; eq 53&lt;/DNS.SERVER.IP&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And yes, you will add another line for your other dns server. Remember, the pix looks at the access-list from the top down and will stop at the first match. That is why this works as it does.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please rate if these help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 13:38:17 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774448#M1005148</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-05-08T13:38:17Z</dc:date>
    </item>
    <item>
      <title>Re: When Apply ACL to DMZ_if - DMZ_if devices lose access to WWW</title>
      <link>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774449#M1005149</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh, that's right... I remember reading that somewhere (my brain is pix mush at this point).....  And yes, I forgot how important the order of the ace's are in an acl.  Got it.&lt;/P&gt;&lt;P&gt;Rated you a "5"... would go 10 if I could.  Much thanks from pix greenie in Col, Ohio.  I'm not done with it though - a few more tests before it goes into prod.  You may see more ?'s from me.  Again, much obliged.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shane&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 13:46:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774449#M1005149</guid>
      <dc:creator>shanemonson</dc:creator>
      <dc:date>2007-05-08T13:46:24Z</dc:date>
    </item>
    <item>
      <title>Re: When Apply ACL to DMZ_if - DMZ_if devices lose access to WWW</title>
      <link>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774450#M1005150</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You could rate my first post a 5 and that would give me 10! haha&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;glad i could help.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 May 2007 13:49:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/when-apply-acl-to-dmz-if-dmz-if-devices-lose-access-to-www-why/m-p/774450#M1005150</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-05-08T13:49:15Z</dc:date>
    </item>
  </channel>
</rss>

