<?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 ASA unexpected bi-directional access in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211474#M860846</link>
    <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;My Cisco ASA firewall is set to allow inbound HTTPS connections to a webserver, which works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exemplified by the log entry below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permitted tcp outside/22.44.55.77(22913) -&amp;gt; inside/WEBSERVER(443) hit-cnt 1 first hit [0xdfea2982, 0x0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However there is also a log entry reflecting traffic back to the client in the other direction "FROM" tcp/443.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in permitted tcp inside/WEBSERVER(443) -&amp;gt; outside/22.44.55.77(22913) hit-cnt 1 first hit [0xdfea2982, 0x0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not expecting this entry or connection as I had planned to block all "outbound" connections from this server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought the ASA would be aware of an already existing inbound connection and not need to establish outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please explain this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 11 Mar 2019 15:18:44 GMT</pubDate>
    <dc:creator>mikedelafield</dc:creator>
    <dc:date>2019-03-11T15:18:44Z</dc:date>
    <item>
      <title>ASA unexpected bi-directional access</title>
      <link>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211474#M860846</link>
      <description>&lt;P&gt;Hello.&lt;/P&gt;&lt;P&gt;My Cisco ASA firewall is set to allow inbound HTTPS connections to a webserver, which works great.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Exemplified by the log entry below;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list outside_access_in permitted tcp outside/22.44.55.77(22913) -&amp;gt; inside/WEBSERVER(443) hit-cnt 1 first hit [0xdfea2982, 0x0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;However there is also a log entry reflecting traffic back to the client in the other direction "FROM" tcp/443.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;access-list inside_access_in permitted tcp inside/WEBSERVER(443) -&amp;gt; outside/22.44.55.77(22913) hit-cnt 1 first hit [0xdfea2982, 0x0]&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I was not expecting this entry or connection as I had planned to block all "outbound" connections from this server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I thought the ASA would be aware of an already existing inbound connection and not need to establish outbound.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can someone please explain this? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 15:18:44 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211474#M860846</guid>
      <dc:creator>mikedelafield</dc:creator>
      <dc:date>2019-03-11T15:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: ASA unexpected bi-directional access</title>
      <link>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211475#M860847</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;The second access-list you have seen is for the return traffic to the originating source. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The traffic to secure webserver was initiated from outside zone with (SYN flag set). The server has to respond to the connection i.e allow the traffic through that session, server sends back (SYN/ACK) and other request-response via 443 to the source service port. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The acl you have seen is normal, it is dynamically opened by ASA and will shutdown as you terminate the session to the server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 08:10:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211475#M860847</guid>
      <dc:creator>roshan.maskey</dc:creator>
      <dc:date>2009-04-15T08:10:59Z</dc:date>
    </item>
    <item>
      <title>Re: ASA unexpected bi-directional access</title>
      <link>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211476#M860849</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;couple of questions.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) do you have a " service-policy " configured/applied globally  on the firewall .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) do you see hits in your ACL for the return traffic.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Apr 2009 15:22:49 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211476#M860849</guid>
      <dc:creator>vikram_anumukonda</dc:creator>
      <dc:date>2009-04-15T15:22:49Z</dc:date>
    </item>
    <item>
      <title>Re: ASA unexpected bi-directional access</title>
      <link>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211477#M860851</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) there is no service policy&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2) yes there are hits for the return traffic on the outbound ACL. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I would like to remove the ACL though as it is initiated inbound so should not be required?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 09:08:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211477#M860851</guid>
      <dc:creator>mikedelafield</dc:creator>
      <dc:date>2009-04-17T09:08:52Z</dc:date>
    </item>
    <item>
      <title>Re: ASA unexpected bi-directional access</title>
      <link>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211478#M860853</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Copy paste the below code after which you should not require an ACL for return traffic. This is supposed to be there by default . If this does not help, Pls post your configs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;class-map inspection_default&lt;/P&gt;&lt;P&gt; match default-inspection-traffic&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;policy-map global_policy&lt;/P&gt;&lt;P&gt; class inspection_default&lt;/P&gt;&lt;P&gt;  inspect dns maximum-length 512&lt;/P&gt;&lt;P&gt;  inspect ftp&lt;/P&gt;&lt;P&gt;  inspect h323 h225&lt;/P&gt;&lt;P&gt;  inspect h323 ras&lt;/P&gt;&lt;P&gt;  inspect netbios&lt;/P&gt;&lt;P&gt;  inspect rsh&lt;/P&gt;&lt;P&gt;  inspect rtsp&lt;/P&gt;&lt;P&gt;  inspect skinny&lt;/P&gt;&lt;P&gt;  inspect esmtp&lt;/P&gt;&lt;P&gt;  inspect sqlnet&lt;/P&gt;&lt;P&gt;  inspect sunrpc&lt;/P&gt;&lt;P&gt;  inspect tftp&lt;/P&gt;&lt;P&gt;  inspect sip&lt;/P&gt;&lt;P&gt;  inspect xdmcp&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;service-policy global_policy global&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Vikram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Apr 2009 09:39:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/asa-unexpected-bi-directional-access/m-p/1211478#M860853</guid>
      <dc:creator>vikram_anumukonda</dc:creator>
      <dc:date>2009-04-17T09:39:24Z</dc:date>
    </item>
  </channel>
</rss>

