<?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: Setup a Basic Recursive Caching DNS Server and Configure Zones for Domain	</title>
	<atom:link href="https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Sat, 27 Sep 2025 06:03:16 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Ravi Saive		</title>
		<link>https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/comment-page-1/#comment-1453964</link>

		<dc:creator><![CDATA[Ravi Saive]]></dc:creator>
		<pubDate>Fri, 19 Mar 2021 05:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20574#comment-1453964</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/comment-page-1/#comment-1453742&quot;&gt;BJ Swope&lt;/a&gt;.

@BJ,

Thanks, I have corrected the file in the article...]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/comment-page-1/#comment-1453742">BJ Swope</a>.</p>
<p>@BJ,</p>
<p>Thanks, I have corrected the file in the article&#8230;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: BJ Swope		</title>
		<link>https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/comment-page-1/#comment-1453742</link>

		<dc:creator><![CDATA[BJ Swope]]></dc:creator>
		<pubDate>Thu, 18 Mar 2021 20:40:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20574#comment-1453742</guid>

					<description><![CDATA[There are 2 typos (well two digits transposed) in the sample reverse DNS zone example given above.

Here&#039;s the text provided:
&lt;pre&gt;
zone &quot;0.168.192.in-addr.arpa&quot; IN {
    type master;
    file &quot;/var/named/0.162.198.in-addr.arpa.zone&quot;;
};
&lt;/pre&gt;
The file directive has the 2 and the 8 transposed.  The file name should be &quot;&lt;strong&gt;/var/named/0.168.192.in-addr.arpa.zone&lt;/strong&gt;&quot;]]></description>
			<content:encoded><![CDATA[<p>There are 2 typos (well two digits transposed) in the sample reverse DNS zone example given above.</p>
<p>Here&#8217;s the text provided:</p>
<pre>
zone "0.168.192.in-addr.arpa" IN {
    type master;
    file "/var/named/0.162.198.in-addr.arpa.zone";
};
</pre>
<p>The file directive has the 2 and the 8 transposed.  The file name should be &#8220;<strong>/var/named/0.168.192.in-addr.arpa.zone</strong>&#8220;</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sijo Jose		</title>
		<link>https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/comment-page-1/#comment-1034259</link>

		<dc:creator><![CDATA[Sijo Jose]]></dc:creator>
		<pubDate>Mon, 10 Sep 2018 10:20:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20574#comment-1034259</guid>

					<description><![CDATA[Hi Gabriel Cánepa,
could you help me here..?

https://serverfault.com/questions/930206/centos6-9-not-possible-to-resolv-two-windows-domain-controllers-at-a-time-using]]></description>
			<content:encoded><![CDATA[<p>Hi Gabriel Cánepa,<br />
could you help me here..?</p>
<p><a target="_blank" href="https://serverfault.com/questions/930206/centos6-9-not-possible-to-resolv-two-windows-domain-controllers-at-a-time-using" rel="nofollow ugc">https://serverfault.com/questions/930206/centos6-9-not-possible-to-resolv-two-windows-domain-controllers-at-a-time-using</a></p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Radek Drajerczak		</title>
		<link>https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/comment-page-1/#comment-871332</link>

		<dc:creator><![CDATA[Radek Drajerczak]]></dc:creator>
		<pubDate>Sun, 26 Feb 2017 17:00:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20574#comment-871332</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/comment-page-1/#comment-870989&quot;&gt;Radek&lt;/a&gt;.

Hello again,

I would like to inform that all questions mentioned above I solved. I just created require zone-files in &lt;strong&gt;/etc/bind/&lt;/strong&gt;. 

Unfortunately I met another issue and I tried to handled with that all the day - without result. When I try to check the answer with &lt;strong&gt;host&lt;/strong&gt; command I received always the same error: &quot;&lt;strong&gt;Host ..... not found: 3(NXDOMAIN)&lt;/strong&gt;&quot;. 

The zone files and option files are done correctly without any errors. 

Could someone help me with that and point me where I should looking for a mistake..? Many thanks in advance.  

Radek.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/comment-page-1/#comment-870989">Radek</a>.</p>
<p>Hello again,</p>
<p>I would like to inform that all questions mentioned above I solved. I just created require zone-files in <strong>/etc/bind/</strong>. </p>
<p>Unfortunately I met another issue and I tried to handled with that all the day &#8211; without result. When I try to check the answer with <strong>host</strong> command I received always the same error: &#8220;<strong>Host &#8230;.. not found: 3(NXDOMAIN)</strong>&#8220;. </p>
<p>The zone files and option files are done correctly without any errors. </p>
<p>Could someone help me with that and point me where I should looking for a mistake..? Many thanks in advance.  </p>
<p>Radek.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Radek		</title>
		<link>https://www.tecmint.com/setup-recursive-caching-dns-server-and-configure-dns-zones/comment-page-1/#comment-870989</link>

		<dc:creator><![CDATA[Radek]]></dc:creator>
		<pubDate>Sat, 25 Feb 2017 09:28:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=20574#comment-870989</guid>

					<description><![CDATA[Hello Mr Canepa,

First of all I would like to thank you for a very good articles in order to help me to prepare for LFCS. I studied all of them very carefully, but unfortunately I was stuck at the DNS. 

It is about 3th part of this chapter. I don&#039;t know if files &lt;strong&gt;/var/named/sales.me.com.zone&lt;/strong&gt; and &lt;strong&gt;/var/named/0.168.192.in-addr.arpa.zone&lt;/strong&gt; should be appeared automatically or should I append them on my own? 

There are differences between CentOS and Ubuntu because of location of these files - in Ubuntu these files supposed to be in /var/cache/bind...
I will be thankful for your support.]]></description>
			<content:encoded><![CDATA[<p>Hello Mr Canepa,</p>
<p>First of all I would like to thank you for a very good articles in order to help me to prepare for LFCS. I studied all of them very carefully, but unfortunately I was stuck at the DNS. </p>
<p>It is about 3th part of this chapter. I don&#8217;t know if files <strong>/var/named/sales.me.com.zone</strong> and <strong>/var/named/0.168.192.in-addr.arpa.zone</strong> should be appeared automatically or should I append them on my own? </p>
<p>There are differences between CentOS and Ubuntu because of location of these files &#8211; in Ubuntu these files supposed to be in /var/cache/bind&#8230;<br />
I will be thankful for your support.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
