<?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: Need ACL Help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/need-acl-help/m-p/898405#M973162</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what you are saying is you can access P.P.P.P/http from ip addresses other than those defined in object-group Tac?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how are you testing this? Are you coming from outside the pix or from the inside?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2007 17:00:28 GMT</pubDate>
    <dc:creator>acomiskey</dc:creator>
    <dc:date>2007-10-24T17:00:28Z</dc:date>
    <item>
      <title>Need ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/need-acl-help/m-p/898404#M973161</link>
      <description>&lt;P&gt;I posted this on the 501 help but I am not 15 posts in and still no help so I am re-posting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have a several devices that I am using from my pix.  However I can't seem to prevent HTTP access to a Spcific Public IP Address.  This is what I have.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;name P.P.P.P Outside ** Public IP Address &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object-group network Tac &lt;/P&gt;&lt;P&gt;network-object host X.X.X.X &lt;/P&gt;&lt;P&gt;network-object host X.X.X.X &lt;/P&gt;&lt;P&gt;network-object host X.X.X.X &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp object-group Tac host Outside eq www &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp object-group Tac host Outside eq htt &lt;/P&gt;&lt;P&gt;ps &lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp object-group Tac host Outside eq tel &lt;/P&gt;&lt;P&gt;net &lt;/P&gt;&lt;P&gt;access-list outside_in permit tcp object-group Tac host Outside eq ssh &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;static (inside,outside) Outside Inside netmask 255.255.255.255 0 0 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;** I do not want HTTP Access to this Public Device.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Gabrielle&lt;/P&gt;&lt;P&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 11:30:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-acl-help/m-p/898404#M973161</guid>
      <dc:creator>cozyk1515</dc:creator>
      <dc:date>2019-03-11T11:30:02Z</dc:date>
    </item>
    <item>
      <title>Re: Need ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/need-acl-help/m-p/898405#M973162</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;So what you are saying is you can access P.P.P.P/http from ip addresses other than those defined in object-group Tac?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also, how are you testing this? Are you coming from outside the pix or from the inside?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 17:00:28 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-acl-help/m-p/898405#M973162</guid>
      <dc:creator>acomiskey</dc:creator>
      <dc:date>2007-10-24T17:00:28Z</dc:date>
    </item>
    <item>
      <title>Re: Need ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/need-acl-help/m-p/898406#M973163</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;From the outside of the pix.  &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2007 19:03:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-acl-help/m-p/898406#M973163</guid>
      <dc:creator>cozyk1515</dc:creator>
      <dc:date>2007-10-24T19:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Need ACL Help</title>
      <link>https://community.cisco.com/t5/network-security/need-acl-help/m-p/898407#M973164</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i assume the access-list outside_in is applied on the outside interface on inwards direction. And you have a server which is reachable from internet on port 80.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you do not want to permit port 80 access apart from Tac add a deny entry towards this public IP from any source.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_in extended deny tcp any host Outside eq 80&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Oct 2007 09:17:02 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/need-acl-help/m-p/898407#M973164</guid>
      <dc:creator>jaravinthan</dc:creator>
      <dc:date>2007-10-26T09:17:02Z</dc:date>
    </item>
  </channel>
</rss>

