<?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 PIX Access List Deny Statement Issues in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/pix-access-list-deny-statement-issues/m-p/206151#M615505</link>
    <description>&lt;P&gt;I have an ip from the internet that I want to deny access to my network, however, I am having issues with my access-list statement.  Below is what I am trying, but it is not stopping his access.  Any help is appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_outside deny tcp host 216.17.156.110 any (hitcnt=0)&lt;/P&gt;&lt;P&gt;access-list acl_outside deny tcp host 216.17.156.110 host 216.183.97.151 eq www (hitcnt=0)&lt;/P&gt;&lt;P&gt;access-list acl-outside deny udp host 216.17.156.110 any (hitcnt=0)&lt;/P&gt;&lt;P&gt;access-list acl-outside deny tcp host 216.17.156.110 any (hitcnt=0)&lt;/P&gt;&lt;P&gt;access-list acl-outside deny tcp host 216.17.156.110 eq www host 216.183.97.151 (hitcnt=0)&lt;/P&gt;&lt;P&gt;access-list acl-outside deny ip host 216.17.156.110 host 216.183.97.151 (hitcnt=0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where 216.17.156.110 is the host I want to block from my entire network or specifically 216.183.97.151&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also curious what direction the PIX reads the access-list from bottom to top assuming since the bottom is where the deny statments are?&lt;/P&gt;</description>
    <pubDate>Sat, 22 Feb 2020 07:14:18 GMT</pubDate>
    <dc:creator>rjrii</dc:creator>
    <dc:date>2020-02-22T07:14:18Z</dc:date>
    <item>
      <title>PIX Access List Deny Statement Issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-access-list-deny-statement-issues/m-p/206151#M615505</link>
      <description>&lt;P&gt;I have an ip from the internet that I want to deny access to my network, however, I am having issues with my access-list statement.  Below is what I am trying, but it is not stopping his access.  Any help is appreciated&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_outside deny tcp host 216.17.156.110 any (hitcnt=0)&lt;/P&gt;&lt;P&gt;access-list acl_outside deny tcp host 216.17.156.110 host 216.183.97.151 eq www (hitcnt=0)&lt;/P&gt;&lt;P&gt;access-list acl-outside deny udp host 216.17.156.110 any (hitcnt=0)&lt;/P&gt;&lt;P&gt;access-list acl-outside deny tcp host 216.17.156.110 any (hitcnt=0)&lt;/P&gt;&lt;P&gt;access-list acl-outside deny tcp host 216.17.156.110 eq www host 216.183.97.151 (hitcnt=0)&lt;/P&gt;&lt;P&gt;access-list acl-outside deny ip host 216.17.156.110 host 216.183.97.151 (hitcnt=0)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Where 216.17.156.110 is the host I want to block from my entire network or specifically 216.183.97.151&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also curious what direction the PIX reads the access-list from bottom to top assuming since the bottom is where the deny statments are?&lt;/P&gt;</description>
      <pubDate>Sat, 22 Feb 2020 07:14:18 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-access-list-deny-statement-issues/m-p/206151#M615505</guid>
      <dc:creator>rjrii</dc:creator>
      <dc:date>2020-02-22T07:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Access List Deny Statement Issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-access-list-deny-statement-issues/m-p/206152#M615507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The PIX reads the ACL from top to bottom, exiting out when it sees the first match.  If you have a permit above these lines that permits access from "any" then these lines at the bottom will never be seen.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Your best bet is to cut/paste your current ACL into a text file, add the following line TO THE TOP of the list, then remove the ACL from your PIX and cut/paste your new one back in.&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; access-list acl_outside deny ip host 216.17.156.110 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To get rid of your current ACL just do:&lt;/P&gt;&lt;P&gt;&lt;B&gt;&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; no access-list acl_outside&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;then as I said, cut/paste your new one back in.  Also make sure of your access-list name, half the access-list you've shown us in your post is called "acl_outside" (note the underscore) and half of them are "acl-outside" (note the dash).  Make sure you check what access-list name is applied to the outside interface and match it up correctly.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2003 04:17:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-access-list-deny-statement-issues/m-p/206152#M615507</guid>
      <dc:creator>gfullage</dc:creator>
      <dc:date>2003-07-31T04:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Access List Deny Statement Issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-access-list-deny-statement-issues/m-p/206153#M615509</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;did you apply the access-list to the outside interface? To do this, use the access-group command:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;"access-group acl-outside in interface outside"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Kind Regards,&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 31 Jul 2003 06:19:31 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-access-list-deny-statement-issues/m-p/206153#M615509</guid>
      <dc:creator>tvanginneken</dc:creator>
      <dc:date>2003-07-31T06:19:31Z</dc:date>
    </item>
    <item>
      <title>Re: PIX Access List Deny Statement Issues</title>
      <link>https://community.cisco.com/t5/network-security/pix-access-list-deny-statement-issues/m-p/206154#M615510</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you want to deny all traffic from that host I would add the following command.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list acl_outside deny ip host 216.17.156.110 any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That will deny all IP traffic, not just tcp and upd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Aug 2003 16:43:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/pix-access-list-deny-statement-issues/m-p/206154#M615510</guid>
      <dc:creator>wolfrikk</dc:creator>
      <dc:date>2003-08-07T16:43:08Z</dc:date>
    </item>
  </channel>
</rss>

