<?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: ACLs and FQDN Not Working - Cisco ASA in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/acls-and-fqdn-not-working-cisco-asa/m-p/4612635#M1090197</link>
    <description>&lt;P&gt;does your rule should be not this&lt;/P&gt;
&lt;PRE&gt;access-list PRUEBA extended permit ip any object GOOGLE&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;looking into your log entry issue seem to be with Unreachable DNS server. if DNS server is not reachable and the ASA is unable to resolve the IP of the FQDN then the ACL will be marked as ‘inactive’,&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 20:32:23 GMT</pubDate>
    <dc:creator>Sheraz.Salim</dc:creator>
    <dc:date>2022-05-18T20:32:23Z</dc:date>
    <item>
      <title>ACLs and FQDN Not Working - Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/acls-and-fqdn-not-working-cisco-asa/m-p/4612595#M1090196</link>
      <description>&lt;P&gt;Hi team,&lt;/P&gt;&lt;P&gt;I&amp;nbsp; can´t make that access-lists works with FQDN.&lt;/P&gt;&lt;P&gt;when i do show access-list the output show (unresolved) any (inactive)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ASA CODE is&amp;nbsp;Cisco Adaptive Security Appliance Software Version 9.12(4)38&lt;/P&gt;&lt;P&gt;here is the configacl,asa,fqdnasa&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;dns domain-lookup LAN&lt;BR /&gt;DNS server-group DefaultDNS&lt;BR /&gt;name-server 208.67.222.123 OUTSIDE&lt;BR /&gt;name-server 208.67.220.123 OUTSIDE&lt;BR /&gt;name-server 1.1.1.1 OUTSIDE&lt;BR /&gt;name-server 1.0.0.1 OUTSIDE&lt;BR /&gt;name-server 192.168.0.19 LAN&lt;BR /&gt;domain-name lab.local&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;object network GOOGLE&lt;BR /&gt;fqdn v4 &lt;A href="http://www.google.com" target="_blank" rel="noopener"&gt;www.google.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;access-list PRUEBA extended permit ip object GOOGLE any&lt;/P&gt;&lt;P&gt;!&lt;/P&gt;&lt;P&gt;when i do:&lt;/P&gt;&lt;P&gt;ping &lt;A href="http://www.google.com" target="_blank" rel="noopener"&gt;www.google.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;ciscoasa# ping &lt;A href="http://www.google.com" target="_blank" rel="noopener"&gt;www.google.com&lt;/A&gt;&lt;BR /&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 142.250.78.4, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;BR /&gt;Success rate is 100 percent (5/5), round-trip min/avg/max = 10/18/20 ms&lt;BR /&gt;ciscoasa#&lt;/P&gt;&lt;P&gt;as you can see work the resolution.&lt;/P&gt;&lt;P&gt;Thanks for the help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 19:39:46 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acls-and-fqdn-not-working-cisco-asa/m-p/4612595#M1090196</guid>
      <dc:creator>Jhon Fredy Herrera Osorno</dc:creator>
      <dc:date>2022-05-18T19:39:46Z</dc:date>
    </item>
    <item>
      <title>Re: ACLs and FQDN Not Working - Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/acls-and-fqdn-not-working-cisco-asa/m-p/4612635#M1090197</link>
      <description>&lt;P&gt;does your rule should be not this&lt;/P&gt;
&lt;PRE&gt;access-list PRUEBA extended permit ip any object GOOGLE&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;looking into your log entry issue seem to be with Unreachable DNS server. if DNS server is not reachable and the ASA is unable to resolve the IP of the FQDN then the ACL will be marked as ‘inactive’,&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 20:32:23 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acls-and-fqdn-not-working-cisco-asa/m-p/4612635#M1090197</guid>
      <dc:creator>Sheraz.Salim</dc:creator>
      <dc:date>2022-05-18T20:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: ACLs and FQDN Not Working - Cisco ASA</title>
      <link>https://community.cisco.com/t5/network-security/acls-and-fqdn-not-working-cisco-asa/m-p/4612654#M1090198</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;After &lt;SPAN&gt;after reading in depth,&lt;/SPAN&gt; fqdn is not resolved until the access list is applied to an interface.&lt;/P&gt;&lt;P&gt;and i solve my needs with dynamic split tunnel according to this document&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cisco.com/c/en/us/td/docs/security/vpn_client/anyconnect/anyconnect46/administration/guide/b_AnyConnect_Administrator_Guide_4-6/configure-vpn.html#task_v4x_ydm_pbb" target="_blank"&gt;Cisco AnyConnect Secure Mobility Client Administrator Guide, Release 4.6 - Configure VPN Access [Cisco AnyConnect Secure Mobility Client] - Cisco&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 21:19:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/acls-and-fqdn-not-working-cisco-asa/m-p/4612654#M1090198</guid>
      <dc:creator>Jhon Fredy Herrera Osorno</dc:creator>
      <dc:date>2022-05-18T21:19:25Z</dc:date>
    </item>
  </channel>
</rss>

