<?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 Using FQDN in access lists in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/using-fqdn-in-access-lists/m-p/3925273#M24447</link>
    <description>&lt;P&gt;Trying to determine how to properly configure FQDNs in access lists on an ASA5525 to always resolve for HTTPS from an internal network server VM application reaching out to them regardless of what ip address changes occur to each domain name over time. After extensive research of many references that lists configuration variations for the method along with trial and error troubleshooting, the following is the latest attempted configuration with the full show run config attached.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;config t&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;name-server 8.8.8.8&lt;BR /&gt;name-server 4.2.2.2&lt;/P&gt;&lt;P&gt;object network MGMT_SERVER&lt;BR /&gt;subnet 192.168.0.0 255.255.255.0&lt;BR /&gt;object network obj-cisco.com&lt;BR /&gt;fqdn cisco.com&lt;BR /&gt;object network obj-usa.gov&lt;BR /&gt;fqdn usa.gov&lt;BR /&gt;object network obj-pbs.org&lt;BR /&gt;fqdn pbs.org&lt;BR /&gt;object-group network MGMT_FQDN&lt;BR /&gt;network-object object obj-cisco.com&lt;BR /&gt;network-object object obj-usa.gov&lt;BR /&gt;network-object object obj-pbs.org&lt;/P&gt;&lt;P&gt;access-list OUTBOUND extended permit tcp object MGMT_SERVER object-group MGMT_FQDN eq 443&lt;BR /&gt;access-list OUTBOUND extended permit udp object MGMT_SERVER host 8.8.8.8 eq domain&lt;BR /&gt;access-list OUTBOUND extended permit udp object MGMT_SERVER host 4.2.2.2 eq domain&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ASA# packet-tracer input inside tcp 192.168.0.3 3000 fqdn MGMT_FQDN https&lt;BR /&gt;ERROR: Cannot resolve MGMT_FQDN&lt;BR /&gt;ASA#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any possible feedback about the proper configuration method to resolve this would be greatly appreciated.&lt;/P&gt;</description>
    <pubDate>Tue, 17 Sep 2019 00:05:05 GMT</pubDate>
    <dc:creator>SB13</dc:creator>
    <dc:date>2019-09-17T00:05:05Z</dc:date>
    <item>
      <title>Using FQDN in access lists</title>
      <link>https://community.cisco.com/t5/network-security/using-fqdn-in-access-lists/m-p/3925273#M24447</link>
      <description>&lt;P&gt;Trying to determine how to properly configure FQDNs in access lists on an ASA5525 to always resolve for HTTPS from an internal network server VM application reaching out to them regardless of what ip address changes occur to each domain name over time. After extensive research of many references that lists configuration variations for the method along with trial and error troubleshooting, the following is the latest attempted configuration with the full show run config attached.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;config t&lt;BR /&gt;dns domain-lookup outside&lt;BR /&gt;dns server-group DefaultDNS&lt;BR /&gt;name-server 8.8.8.8&lt;BR /&gt;name-server 4.2.2.2&lt;/P&gt;&lt;P&gt;object network MGMT_SERVER&lt;BR /&gt;subnet 192.168.0.0 255.255.255.0&lt;BR /&gt;object network obj-cisco.com&lt;BR /&gt;fqdn cisco.com&lt;BR /&gt;object network obj-usa.gov&lt;BR /&gt;fqdn usa.gov&lt;BR /&gt;object network obj-pbs.org&lt;BR /&gt;fqdn pbs.org&lt;BR /&gt;object-group network MGMT_FQDN&lt;BR /&gt;network-object object obj-cisco.com&lt;BR /&gt;network-object object obj-usa.gov&lt;BR /&gt;network-object object obj-pbs.org&lt;/P&gt;&lt;P&gt;access-list OUTBOUND extended permit tcp object MGMT_SERVER object-group MGMT_FQDN eq 443&lt;BR /&gt;access-list OUTBOUND extended permit udp object MGMT_SERVER host 8.8.8.8 eq domain&lt;BR /&gt;access-list OUTBOUND extended permit udp object MGMT_SERVER host 4.2.2.2 eq domain&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ASA# packet-tracer input inside tcp 192.168.0.3 3000 fqdn MGMT_FQDN https&lt;BR /&gt;ERROR: Cannot resolve MGMT_FQDN&lt;BR /&gt;ASA#&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any possible feedback about the proper configuration method to resolve this would be greatly appreciated.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 00:05:05 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-fqdn-in-access-lists/m-p/3925273#M24447</guid>
      <dc:creator>SB13</dc:creator>
      <dc:date>2019-09-17T00:05:05Z</dc:date>
    </item>
    <item>
      <title>Re: Using FQDN in access lists</title>
      <link>https://community.cisco.com/t5/network-security/using-fqdn-in-access-lists/m-p/3925467#M24448</link>
      <description>&lt;P&gt;When using packet-tracer you need to specify an actual fqdn in the destination - not an object-group or object.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 09:10:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-fqdn-in-access-lists/m-p/3925467#M24448</guid>
      <dc:creator>Marvin Rhoads</dc:creator>
      <dc:date>2019-09-17T09:10:22Z</dc:date>
    </item>
    <item>
      <title>Re: Using FQDN in access lists</title>
      <link>https://community.cisco.com/t5/network-security/using-fqdn-in-access-lists/m-p/3925708#M24450</link>
      <description>&lt;P&gt;Like the following?&lt;/P&gt;&lt;P&gt;ASA# packet-tracer input inside tcp 192.168.0.3 3000 fqdn cisco.com https&lt;BR /&gt;ERROR: Cannot resolve cisco.com&lt;BR /&gt;ASA# packet-tracer input inside tcp 192.168.0.3 3000 fqdn usa.gov https&lt;BR /&gt;ERROR: Cannot resolve usa.gov&lt;/P&gt;&lt;P&gt;Maybe still some issue in how the packet-tracer command was run or possible misconfiguration?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2019 15:27:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/using-fqdn-in-access-lists/m-p/3925708#M24450</guid>
      <dc:creator>SB13</dc:creator>
      <dc:date>2019-09-17T15:27:33Z</dc:date>
    </item>
  </channel>
</rss>

