<?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: ASA 5505 8.3 ACL Dropping Packet - Please help in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482009#M654061</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which internal hosts will the security company need to access, and on which ports?&amp;nbsp; If it needs to access the internal host 192.168.11.2 on ports 80,443 and host 192.168.11.5 on port 25, then the following commands provided by the previous poster should allow this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static in_1 interface service Web Web&lt;BR /&gt;nat (inside,outside) source static in_1 interface service SecureWeb SecureWeb&lt;BR /&gt;nat (inside,outside) source static in_2 interface service SMTP SMTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq 80&lt;BR /&gt;access-list outside_access_in permit tcp any interface outside eq 443&lt;BR /&gt;access-list outside_access_in permit tcp any interface outside eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Jul 2010 17:45:01 GMT</pubDate>
    <dc:creator>Allen P Chen</dc:creator>
    <dc:date>2010-07-22T17:45:01Z</dc:date>
    <item>
      <title>ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482004#M654051</link>
      <description>&lt;P&gt; message removed.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 18:14:06 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482004#M654051</guid>
      <dc:creator>egrundlehner</dc:creator>
      <dc:date>2019-03-11T18:14:06Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482005#M654052</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please try the config below:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service Web&lt;BR /&gt; service tcp source eq www&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service SecureWeb&lt;BR /&gt; service tcp source eq https&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object service SMTP&lt;BR /&gt; service tcp source eq SMTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network out_1&lt;BR /&gt; host 1.1.1.1&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network in_1&lt;BR /&gt; host 192.168.11.2&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network in_2&lt;BR /&gt; host 192.168.11.5&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static in_1 interface service Web Web&lt;BR /&gt;nat (inside,outside) source static in_1 interface service SecureWeb SecureWeb&lt;BR /&gt;nat (inside,outside) source static in_2 interface service SMTP SMTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq 80&lt;BR /&gt;access-list outside_access_in permit tcp any interface outside eq 443&lt;BR /&gt;access-list outside_access_in permit tcp any interface outside eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 21 Jul 2010 03:49:34 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482005#M654052</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-07-21T03:49:34Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482006#M654054</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Will traffic from the DMZ be PAT'ed to the outside interface as well?&amp;nbsp; If so, you will need a corresponding NAT statement for this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj_10.0.0.0&lt;/P&gt;&lt;P&gt; subnet 10.0.0.0 255.255.255.0&lt;/P&gt;&lt;P&gt; nat (dmz,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The above will allow all traffic from 10.0.0.0/24 behind the DMZ interface to be PAT'ed to the outside interface IP address (1.1.1.1) when making an outbound connection.&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>Wed, 21 Jul 2010 07:02:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482006#M654054</guid>
      <dc:creator>Allen P Chen</dc:creator>
      <dc:date>2010-07-21T07:02:44Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482007#M654057</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks! I'm going to test this now. How do I allow a range of Ip's to hit our firewall for PCI testing. A security company we use needs to be able to hit the firewall to test. In our Watchguard this was called an exception list.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 17:36:54 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482007#M654057</guid>
      <dc:creator>egrundlehner</dc:creator>
      <dc:date>2010-07-22T17:36:54Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482008#M654059</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can add entries to the outside access-list.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Access-list outside_access_in permit ip host  any&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NT&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 17:42:48 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482008#M654059</guid>
      <dc:creator>Nagaraja Thanthry</dc:creator>
      <dc:date>2010-07-22T17:42:48Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482009#M654061</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which internal hosts will the security company need to access, and on which ports?&amp;nbsp; If it needs to access the internal host 192.168.11.2 on ports 80,443 and host 192.168.11.5 on port 25, then the following commands provided by the previous poster should allow this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source static in_1 interface service Web Web&lt;BR /&gt;nat (inside,outside) source static in_1 interface service SecureWeb SecureWeb&lt;BR /&gt;nat (inside,outside) source static in_2 interface service SMTP SMTP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permit tcp any interface outside eq 80&lt;BR /&gt;access-list outside_access_in permit tcp any interface outside eq 443&lt;BR /&gt;access-list outside_access_in permit tcp any interface outside eq 25&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 17:45:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482009#M654061</guid>
      <dc:creator>Allen P Chen</dc:creator>
      <dc:date>2010-07-22T17:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482010#M654063</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;They actually test agains tthe firewall. So i'm assuming they just need icmp on the outside inteface turned on.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 18:01:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482010#M654063</guid>
      <dc:creator>egrundlehner</dc:creator>
      <dc:date>2010-07-22T18:01:38Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482011#M654065</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;message removed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 18:46:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482011#M654065</guid>
      <dc:creator>egrundlehner</dc:creator>
      <dc:date>2010-07-22T18:46:05Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482012#M654068</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you try removing this line?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;nat (inside,outside) source dynamic any interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think this NAT rule is taking precedence instead of the static PATs you've configured.&amp;nbsp; You can then configure dynamic PAT for inside hosts going out as follows:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;object network obj_192.168.11.0&lt;/P&gt;&lt;P&gt; subnet 192.168.11.0 255.255.255.0&lt;/P&gt;&lt;P&gt; nat (inside,outside) dynamic interface&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Issue "clear local-host" and try testing again.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 18:52:50 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482012#M654068</guid>
      <dc:creator>Allen P Chen</dc:creator>
      <dc:date>2010-07-22T18:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482013#M654071</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still does not work. This is what shows in the logs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can you call or email me off the boards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;Jul 22 2010&lt;/TD&gt;&lt;TD&gt;19:01:10&lt;/TD&gt;&lt;TD&gt;106023&lt;/TD&gt;&lt;TD&gt;208.85.196.73&lt;/TD&gt;&lt;TD&gt;2233&lt;/TD&gt;&lt;TD&gt;192.168.11.2&lt;/TD&gt;&lt;TD&gt;443&lt;/TD&gt;&lt;TD&gt;Deny tcp src outside:1.1.1.1./2233 dst inside:192.168.11.2/443 by access-group "outside_access_in" [0x0, 0x0]&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 18:59:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482013#M654071</guid>
      <dc:creator>egrundlehner</dc:creator>
      <dc:date>2010-07-22T18:59:08Z</dc:date>
    </item>
    <item>
      <title>Re: ASA 5505 8.3 ACL Dropping Packet - Please help</title>
      <link>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482014#M654076</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Also, 8.3 uses the real IP address in the ACLs, so please try changing the ACL as follows.&amp;nbsp; Sorry I missed it earlier:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no access-list outside_access_in extended permit tcp any interface outside eq www &lt;BR /&gt;no access-list outside_access_in extended permit tcp any interface outside eq https &lt;BR /&gt;no access-list outside_access_in extended permit tcp any interface outside eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 192.168.11.2 eq www &lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.11.2 eq https &lt;BR /&gt;access-list outside_access_in extended permit tcp any host 192.168.11.5 eq smtp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-group outside_access_in in interface outside&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Jul 2010 18:59:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-5505-8-3-acl-dropping-packet-please-help/m-p/1482014#M654076</guid>
      <dc:creator>Allen P Chen</dc:creator>
      <dc:date>2010-07-22T18:59:52Z</dc:date>
    </item>
  </channel>
</rss>

