<?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 ACL direction on ASA interface in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/acl-direction-on-asa-interface/m-p/4950174#M1105422</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Referring cisco document on &lt;STRONG&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/115904-asa-config-dmz-00.html#:~:text=Access%20Control%20Lists%20(Access%2Dlists,to%20that%20lower%20security%20interface." target="_self"&gt;NAT&lt;/A&gt;&lt;/STRONG&gt; i would like to know why the acl direction is "dmz_acl &lt;STRONG&gt;in&lt;/STRONG&gt; interface dmz" rather than "dmz_acl &lt;STRONG&gt;out&lt;/STRONG&gt; interface dmz" as the communication is from DMZ to INSIDE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;object network dns-server&lt;BR /&gt; host 192.168.0.53&lt;BR /&gt;!&lt;BR /&gt;access-list dmz_acl extended permit udp any object dns-server eq domain&lt;BR /&gt;access-list dmz_acl extended deny ip any object inside-subnet&lt;BR /&gt;access-list dmz_acl extended permit ip any any&lt;BR /&gt;!&lt;BR /&gt;access-group dmz_acl in interface dmz&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 29 Oct 2023 08:44:23 GMT</pubDate>
    <dc:creator>sonyscaria</dc:creator>
    <dc:date>2023-10-29T08:44:23Z</dc:date>
    <item>
      <title>ACL direction on ASA interface</title>
      <link>https://community.cisco.com/t5/network-security/acl-direction-on-asa-interface/m-p/4950174#M1105422</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Referring cisco document on &lt;STRONG&gt;&lt;A href="https://www.cisco.com/c/en/us/support/docs/security/asa-5500-x-series-next-generation-firewalls/115904-asa-config-dmz-00.html#:~:text=Access%20Control%20Lists%20(Access%2Dlists,to%20that%20lower%20security%20interface." target="_self"&gt;NAT&lt;/A&gt;&lt;/STRONG&gt; i would like to know why the acl direction is "dmz_acl &lt;STRONG&gt;in&lt;/STRONG&gt; interface dmz" rather than "dmz_acl &lt;STRONG&gt;out&lt;/STRONG&gt; interface dmz" as the communication is from DMZ to INSIDE&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;PRE&gt;object network dns-server&lt;BR /&gt; host 192.168.0.53&lt;BR /&gt;!&lt;BR /&gt;access-list dmz_acl extended permit udp any object dns-server eq domain&lt;BR /&gt;access-list dmz_acl extended deny ip any object inside-subnet&lt;BR /&gt;access-list dmz_acl extended permit ip any any&lt;BR /&gt;!&lt;BR /&gt;access-group dmz_acl in interface dmz&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 08:44:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-direction-on-asa-interface/m-p/4950174#M1105422</guid>
      <dc:creator>sonyscaria</dc:creator>
      <dc:date>2023-10-29T08:44:23Z</dc:date>
    </item>
    <item>
      <title>Re: ACL direction on ASA interface</title>
      <link>https://community.cisco.com/t5/network-security/acl-direction-on-asa-interface/m-p/4950191#M1105424</link>
      <description>&lt;P&gt;The direction is depend on source and destiantion.&lt;/P&gt;
&lt;P&gt;Here I see any to server in DMZ so the direction must be IN&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 10:28:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-direction-on-asa-interface/m-p/4950191#M1105424</guid>
      <dc:creator>MHM Cisco World</dc:creator>
      <dc:date>2023-10-29T10:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: ACL direction on ASA interface</title>
      <link>https://community.cisco.com/t5/network-security/acl-direction-on-asa-interface/m-p/4950194#M1105425</link>
      <description>&lt;P&gt;Thank you for the response, here the DMZ is accessing dns host on inside...so the direction is DMZ to INSIDE&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;From the document ..&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;What about traffic from the DMZ&amp;nbsp;segment destined to hosts on the inside network segment? For example, a server on the inside network that the hosts on the DMZ&amp;nbsp;need to connect to. How can the ASA allow only that specific traffic destined to the inside server and block everything else destined to the inside segment from the DMZ?&lt;/P&gt;&lt;P&gt;In this example it is assumed that there is a DNS server on the inside network at IP address 192.168.0.53 that the hosts on the DMZ&amp;nbsp;need to access for DNS resolution. You create the ACL needed and apply it to the DMZ&amp;nbsp;interface so the ASA can override that default security behavior, mentioned earlier, for traffic that enters that interface.&lt;/P&gt;&lt;P&gt;Here is what those configuration commands look like:&lt;/P&gt;&lt;PRE&gt;object network dns-server&lt;BR /&gt; host 192.168.0.53&lt;BR /&gt;!&lt;BR /&gt;access-list dmz_acl extended permit udp any object dns-server eq domain&lt;BR /&gt;access-list dmz_acl extended deny ip any object inside-subnet&lt;BR /&gt;access-list dmz_acl extended permit ip any any&lt;BR /&gt;!&lt;BR /&gt;access-group dmz_acl in interface dmz&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 29 Oct 2023 10:52:51 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acl-direction-on-asa-interface/m-p/4950194#M1105425</guid>
      <dc:creator>sonyscaria</dc:creator>
      <dc:date>2023-10-29T10:52:51Z</dc:date>
    </item>
  </channel>
</rss>

