<?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: PIX ACL Question (v7.2) in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313331#M858778</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks much for the confirmation on my suspicion...think I'll remove and see what happens.  Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 09 Jul 2009 18:35:00 GMT</pubDate>
    <dc:creator>nagel</dc:creator>
    <dc:date>2009-07-09T18:35:00Z</dc:date>
    <item>
      <title>PIX ACL Question (v7.2)</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313327#M858765</link>
      <description>&lt;P&gt;Can someone explain to me what the difference in the following 2 ACLs are :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_acl extended permit udp any any eq 4500 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_acl extended permit udp any eq domain any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is the access-list applied to my outside interface. (in interface outside)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The "domain" entry is one that I inherited and is the only one formatted SOURCE PROTOCOL DESTINATION&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All others are formatted SOURCE DESTINATION PROTOCOL&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have googled this till I'm blue in the clicker and I see lots of reference to the exact same entry but no one ever explains exactly "what it does" or why it is "formatted" like that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance for the assistance...&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:53:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313327#M858765</guid>
      <dc:creator>nagel</dc:creator>
      <dc:date>2019-03-11T15:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: PIX ACL Question (v7.2)</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313328#M858769</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The difference is:-&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_acl extended permit udp any any eq 4500 - allows any source to any destination, as long as the destination UDP port equals 4500&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_acl extended permit udp any eq domain any  - allows any source to any destinaton as long as the source UDP port is 53&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&amp;gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 15:10:55 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313328#M858769</guid>
      <dc:creator>andrew.prince</dc:creator>
      <dc:date>2009-07-09T15:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: PIX ACL Question (v7.2)</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313329#M858772</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That is exactly what I was looking for.  One more question.  Still not sure why the DNS entry would be on my outside interface as I can think of no reason why someone coming in from outside would need this access.  &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We do have local DNS on a box inside and and our main DNS is provided by ISP.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any good reason you can think of for having this entry?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks again....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 16:49:36 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313329#M858772</guid>
      <dc:creator>nagel</dc:creator>
      <dc:date>2009-07-09T16:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: PIX ACL Question (v7.2)</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313330#M858776</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Lonnie&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"Any good reason you can think of for having this entry?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you are not hosting a DNS server internally that answers requests from the Internet then no i can't see a good reason. Even if you were you would expect the destination to be tied down to at least just your DNS servers.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;As UDP is pseudo-stateful on the pix, ie a timer is used, then any connections initiated from the inside would not need a line in the outside acl. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Perhaps the previous admin was trying to get something working, tried that line and forgot to take it out. Surprising how often that happens &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Jon&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 17:14:43 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313330#M858776</guid>
      <dc:creator>Jon Marshall</dc:creator>
      <dc:date>2009-07-09T17:14:43Z</dc:date>
    </item>
    <item>
      <title>Re: PIX ACL Question (v7.2)</title>
      <link>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313331#M858778</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks much for the confirmation on my suspicion...think I'll remove and see what happens.  Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 09 Jul 2009 18:35:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-acl-question-v7-2/m-p/1313331#M858778</guid>
      <dc:creator>nagel</dc:creator>
      <dc:date>2009-07-09T18:35:00Z</dc:date>
    </item>
  </channel>
</rss>

