<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: 8 Linux Nslookup Commands to Troubleshoot DNS (Domain Name Server)	</title>
	<atom:link href="https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Fri, 14 Jul 2023 03:12:43 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-1518509</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 10 Jun 2021 05:00:05 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=748#comment-1518509</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-1518020&quot;&gt;ariya&lt;/a&gt;.

@Ariya,

Try this command to query MX record for domain.
&lt;pre&gt;
$ nslookup -query=mx ns3.dnsserver.test
&lt;/pre&gt;]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-1518020">ariya</a>.</p>
<p>@Ariya,</p>
<p>Try this command to query MX record for domain.</p>
<pre>
$ nslookup -query=mx ns3.dnsserver.test
</pre>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: ariya		</title>
		<link>https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-1518020</link>

		<dc:creator><![CDATA[ariya]]></dc:creator>
		<pubDate>Wed, 09 Jun 2021 10:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=748#comment-1518020</guid>

					<description><![CDATA[Hello, I have several NDS servers. for example :

ns1.dnsserver.test
ns2.dnsserver.test
ns3.dnsserver.test
ns4.dnsserver.test

I want to check a record on all DNS servers using the nslookup command. For example, how can I check the MX record for a domain only on the ns3.dnsserver.test server using the nslookup command?]]></description>
			<content:encoded><![CDATA[<p>Hello, I have several NDS servers. for example :</p>
<p>ns1.dnsserver.test<br />
ns2.dnsserver.test<br />
ns3.dnsserver.test<br />
ns4.dnsserver.test</p>
<p>I want to check a record on all DNS servers using the nslookup command. For example, how can I check the MX record for a domain only on the ns3.dnsserver.test server using the nslookup command?</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-774956</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 29 Apr 2016 05:05:10 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=748#comment-774956</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-774739&quot;&gt;Vinod B&lt;/a&gt;.

@Vinod,

Unfortunately, there isn&#039;t any logs for dig and nslookup requests, you need to find out yourself the issue..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-774739">Vinod B</a>.</p>
<p>@Vinod,</p>
<p>Unfortunately, there isn&#8217;t any logs for dig and nslookup requests, you need to find out yourself the issue..</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Vinod B		</title>
		<link>https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-774739</link>

		<dc:creator><![CDATA[Vinod B]]></dc:creator>
		<pubDate>Thu, 28 Apr 2016 09:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=748#comment-774739</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-774728&quot;&gt;Ravi Saive&lt;/a&gt;.

Hi Ravi,

Thanks for your update. Apart from this, is there any logs which I can investigate to find when the issue is happening. Since it is inttermittent issue and currentky the resolution is happening.

Regards,
Vinod]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-774728">Ravi Saive</a>.</p>
<p>Hi Ravi,</p>
<p>Thanks for your update. Apart from this, is there any logs which I can investigate to find when the issue is happening. Since it is inttermittent issue and currentky the resolution is happening.</p>
<p>Regards,<br />
Vinod</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-774728</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Thu, 28 Apr 2016 08:00:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=748#comment-774728</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-774722&quot;&gt;Vinod B&lt;/a&gt;.

@Vinod,

May be the issue with their network setup, try to use same dig and nslookup commands from other network sources and see any issues..]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/8-linux-nslookup-commands-to-troubleshoot-dns-domain-name-server/comment-page-1/#comment-774722">Vinod B</a>.</p>
<p>@Vinod,</p>
<p>May be the issue with their network setup, try to use same dig and nslookup commands from other network sources and see any issues..</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
