<?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 CISCO ASA Enable DNS Lookup Problem in Network Security</title>
    <link>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764741#M494548</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not need the "dns server-group" command to perform DNS resolution on your ASA. The "dns server-group" comamnd is only to group multiple DNS server configured on the ASA so you can refer to it on your other parts of the configuration. If you need to group the DNS server, the command is only supported from version 7.1.1 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, you also can't ping DNS name from your ASA with the version of code that you are running. Ping hostname from the ASA is only supported from version 7.2.1 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try to point an internal host DNS server as the ASA to test it, and you should be able to test DNS resolution from your host.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 29 Oct 2011 23:15:40 GMT</pubDate>
    <dc:creator>Jennifer Halim</dc:creator>
    <dc:date>2011-10-29T23:15:40Z</dc:date>
    <item>
      <title>CISCO ASA Enable DNS Lookup Problem</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764736#M494543</link>
      <description>&lt;P&gt;I have Cisco ASA 5510 , from ASA CLI i can not resolved the hostname. ( cisco.com or google.com)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;At many form say do this.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;﻿﻿&lt;/P&gt;&lt;P&gt;1. Whilst in enable mode &amp;gt; enter configure terminal mode, then enable DNS Lookups.&lt;/P&gt;&lt;P&gt;CiscoASA#conf t&lt;BR /&gt;CiscoASA(config)# dns domain-lookup Outside&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;2. Then specify the external DNS Servers (Change IP addresses appropriately).&lt;BR /&gt;CiscoASA(config)# dns server-group DefaultDNS&lt;BR /&gt;CiscoASA(config-dns-server-group)# name-server 122.122.122.199&lt;BR /&gt;CiscoASA(config-dns-server-group)# name-server 122.122.122.198&lt;BR /&gt;CiscoASA(config-dns-server-group)# exit&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;3. Test it by pinging a name/URL.&lt;BR /&gt;CiscoASA(config)# ping &lt;A href="http://www.petenetlive.com" target="_blank"&gt;www.20best.blogspot.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Type escape sequence to abort.&lt;BR /&gt;Sending 5, 100-byte ICMP Echos to 123.123.123.123, timeout is 2 seconds:&lt;BR /&gt;!!!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But there is no command ( dns server-group ) in my ASA &lt;/P&gt;&lt;P&gt;Please tell me how to do this or any way&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My ASA is showing only&lt;/P&gt;&lt;P&gt;ail-ASA# sh runn&lt;BR /&gt;: Saved&lt;BR /&gt;:&lt;BR /&gt;ASA Version 7.0(8)&lt;BR /&gt;!&lt;BR /&gt;hostname Mail-ASA&lt;BR /&gt;domain-name rawabiholding.com&lt;BR /&gt;enable password QuzxIf5jNzzT5kki encrypted&lt;BR /&gt;passwd 2KFQnbNIdI.2KYOU encrypted&lt;BR /&gt;names&lt;BR /&gt;name 172.16.0.94 Test-web-mail&lt;BR /&gt;name 172.16.5.63 Mail-server&lt;BR /&gt;name 172.16.0.40 Web-Mail&lt;BR /&gt;name 172.16.0.24 MX-A&lt;BR /&gt;name 172.16.0.93 Test-Mail-MX&lt;BR /&gt;name 172.16.1.55 DNS-1&lt;BR /&gt;name 172.16.1.17 Web-Server&lt;BR /&gt;name 172.16.0.41 Helpdesk.rawabiholding.com&lt;BR /&gt;name 172.16.0.98 Test-Server&lt;BR /&gt;no dns-guard&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/0&lt;BR /&gt;nameif outside&lt;BR /&gt;security-level 10&lt;BR /&gt;ip address 82.118.161.34 255.255.255.224&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/1&lt;BR /&gt;nameif LAN&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 172.16.1.65 255.255.252.0&lt;BR /&gt;!&lt;BR /&gt;interface Ethernet0/2&lt;BR /&gt;nameif inside-Mail&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 172.16.5.37 255.255.255.0&lt;BR /&gt;!&lt;BR /&gt;interface Management0/0&lt;BR /&gt;nameif management&lt;BR /&gt;security-level 100&lt;BR /&gt;ip address 192.168.100.1 255.255.255.0&lt;BR /&gt;management-only&lt;BR /&gt;!&lt;BR /&gt;banner exec ************* If you are not Rawabi IT Member Please logout ********&lt;BR /&gt;********&lt;BR /&gt;banner login *****************&amp;nbsp;&amp;nbsp; Do not open or login , if you are not allowed *&lt;BR /&gt;********************&lt;BR /&gt;ftp mode passive&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;dns domain-lookup outside&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;dns name-server 212.102.0.82&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="color: #ff0000;"&gt;&lt;STRONG&gt;dns name-server 212.102.0.11&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;BR /&gt;access-list outside_access_in extended permit tcp any host 82.118.161.35 eq pop3&lt;/P&gt;&lt;P&gt;access-list outside_access_in extended permit tcp any host 82.118.161.35 eq smt.&lt;/P&gt;</description>
      <pubDate>Mon, 11 Mar 2019 21:43:52 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764736#M494543</guid>
      <dc:creator>tanveer2005</dc:creator>
      <dc:date>2019-03-11T21:43:52Z</dc:date>
    </item>
    <item>
      <title>CISCO ASA Enable DNS Lookup Problem</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764737#M494544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Doesn't look like the DNS servers that you configured is resolving any DNS requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just tried both DNS server, and it is refusing the DNS:&lt;/P&gt;&lt;P&gt;&amp;gt; www.google.com&lt;/P&gt;&lt;P&gt;Server:&amp;nbsp; ns3.shabakah.net.sa&lt;/P&gt;&lt;P&gt;Address:&amp;nbsp; 212.102.0.82&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** ns3.shabakah.net.sa can't find &lt;A href="www.google.com:" target="_blank"&gt;www.google.com:&lt;/A&gt; Query refused&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; www.google.com&lt;/P&gt;&lt;P&gt;Server:&amp;nbsp; [212.102.0.11]&lt;/P&gt;&lt;P&gt;Address:&amp;nbsp; 212.102.0.11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** [212.102.0.11] can't find &lt;A href="www.google.com:" target="_blank"&gt;www.google.com:&lt;/A&gt; Query refused&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 10:58:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764737#M494544</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-10-29T10:58:24Z</dc:date>
    </item>
    <item>
      <title>Re: CISCO ASA Enable DNS Lookup Problem</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764738#M494545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://20best.blogspot.com"&gt;http://20best.blogspot.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Dear Jennifer,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From Router-ISP, I check it is resolving the name to IP&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but from ASA 5510 not, it giving error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;PRE __jive_macro_name="quote" class="jive_text_macro jive_macro_quote"&gt;&lt;P&gt;Jennifer Halim wrote:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Doesn't look like the DNS servers that you configured is resolving any DNS requests.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have just tried both DNS server, and it is refusing the DNS:&lt;/P&gt;&lt;P&gt;&amp;gt; www.google.com&lt;/P&gt;&lt;P&gt;Server:&amp;nbsp; ns3.shabakah.net.sa&lt;/P&gt;&lt;P&gt;Address:&amp;nbsp; 212.102.0.82&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** ns3.shabakah.net.sa can't find &lt;A href="www.google.com:" target="_blank"&gt;www.google.com:&lt;/A&gt; Query refused&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;gt; www.google.com&lt;/P&gt;&lt;P&gt;Server:&amp;nbsp; [212.102.0.11]&lt;/P&gt;&lt;P&gt;Address:&amp;nbsp; 212.102.0.11&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;*** [212.102.0.11] can't find &lt;A href="www.google.com:" target="_blank"&gt;www.google.com:&lt;/A&gt; Query refused&lt;/P&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;A href="http://20best.blogspot.com/2011/06/visit-to-grand-canyon-in-10-days.html"&gt;http://20best.blogspot.com/2011/06/visit-to-grand-canyon-in-10-days.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;﻿&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 11:05:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764738#M494545</guid>
      <dc:creator>tanveer2005</dc:creator>
      <dc:date>2011-10-29T11:05:27Z</dc:date>
    </item>
    <item>
      <title>Re: CISCO ASA Enable DNS Lookup Problem</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764739#M494546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;STRONG&gt;When i am ping it si giving this error.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mail-ASA# ping &lt;A href="http://20best.blogspot.com/2011/08/clock-of-makkah.html"&gt;http://20best.blogspot.com/2011/08/clock-of-makkah.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Mail-ASA# ping &lt;A href="http://20best.blogspot.com/2011/10/lulu-market-in-riyadh.html"&gt;http://20best.blogspot.com/2011/10/lulu-market-in-riyadh.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 11:10:15 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764739#M494546</guid>
      <dc:creator>tanveer2005</dc:creator>
      <dc:date>2011-10-29T11:10:15Z</dc:date>
    </item>
    <item>
      <title>Re: CISCO ASA Enable DNS Lookup Problem</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764740#M494547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://20best.blogspot.com/2011/07/how-long-is-great-wall-of-china.html"&gt;MY ASA5510 have not this command for configure DNS.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dns server-group DefaultDNS&lt;/P&gt;&lt;P&gt;Maybe i have old version.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 11:36:27 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764740#M494547</guid>
      <dc:creator>tanveer2005</dc:creator>
      <dc:date>2011-10-29T11:36:27Z</dc:date>
    </item>
    <item>
      <title>CISCO ASA Enable DNS Lookup Problem</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764741#M494548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You do not need the "dns server-group" command to perform DNS resolution on your ASA. The "dns server-group" comamnd is only to group multiple DNS server configured on the ASA so you can refer to it on your other parts of the configuration. If you need to group the DNS server, the command is only supported from version 7.1.1 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Secondly, you also can't ping DNS name from your ASA with the version of code that you are running. Ping hostname from the ASA is only supported from version 7.2.1 onwards.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can try to point an internal host DNS server as the ASA to test it, and you should be able to test DNS resolution from your host.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 29 Oct 2011 23:15:40 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764741#M494548</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-10-29T23:15:40Z</dc:date>
    </item>
    <item>
      <title>Re: CISCO ASA Enable DNS Lookup Problem</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764742#M494549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A href="http://20best.blogspot.com/2011/08/pics-of-chernobyl.html"&gt;Very good, you are right. i have old version , can i get it free , or can you give me any link or any way.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Tanveer&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;.&lt;A href="http://world-techtimes.blogspot.com/2011/10/new-data-storage-density-33-terabits.html"&gt;http://world-techtimes.blogspot.com/2011/10/new-data-storage-density-33-terabits.html&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Oct 2011 08:29:22 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764742#M494549</guid>
      <dc:creator>tanveer2005</dc:creator>
      <dc:date>2011-10-31T08:29:22Z</dc:date>
    </item>
    <item>
      <title>CISCO ASA Enable DNS Lookup Problem</title>
      <link>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764743#M494550</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can download it from cisco.com download site if you have a Smartnet contract.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Nov 2011 08:23:38 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-security/cisco-asa-enable-dns-lookup-problem/m-p/1764743#M494550</guid>
      <dc:creator>Jennifer Halim</dc:creator>
      <dc:date>2011-11-02T08:23:38Z</dc:date>
    </item>
  </channel>
</rss>

