<?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 Master-Slave DNS Server Using &#8220;Bind&#8221; Tools in RHEL/CentOS 6.5	</title>
	<atom:link href="https://www.tecmint.com/setup-master-slave-dns-server-in-centos/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/setup-master-slave-dns-server-in-centos/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 02 Jun 2020 17:59:47 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Sushant		</title>
		<link>https://www.tecmint.com/setup-master-slave-dns-server-in-centos/comment-page-1/#comment-1336231</link>

		<dc:creator><![CDATA[Sushant]]></dc:creator>
		<pubDate>Tue, 02 Jun 2020 17:59:47 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8725#comment-1336231</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-master-slave-dns-server-in-centos/comment-page-1/#comment-1065616&quot;&gt;SHOUKET FAREED&lt;/a&gt;.

Allow port 53 as TCP as well.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-master-slave-dns-server-in-centos/comment-page-1/#comment-1065616">SHOUKET FAREED</a>.</p>
<p>Allow port 53 as TCP as well.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Sushant		</title>
		<link>https://www.tecmint.com/setup-master-slave-dns-server-in-centos/comment-page-1/#comment-1336230</link>

		<dc:creator><![CDATA[Sushant]]></dc:creator>
		<pubDate>Tue, 02 Jun 2020 17:58:45 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8725#comment-1336230</guid>

					<description><![CDATA[The slave DNS will not have the file if you even follow up all the article line by line, everything is fine except for one thing that is allowing port 53 as TCP in iptables / firewall.

DNS uses both TCP as well as UDP as a port.
&lt;ol&gt;
&lt;li&gt;UDP is used for querying other name servers like root, TLD, and authoritative.&lt;/li&gt;
&lt;li&gt;TCP is used for zone transfer between master and slave DNS.&lt;/li&gt;
&lt;/ol&gt;
In this article port 53 for UDP is allowed but we must allow port 53 as TCP as well in order for all the zone file to be seen in the &lt;strong&gt;/var/named/slaves&lt;/strong&gt; folder and Slave DNS to receive all the zones and its data.]]></description>
			<content:encoded><![CDATA[<p>The slave DNS will not have the file if you even follow up all the article line by line, everything is fine except for one thing that is allowing port 53 as TCP in iptables / firewall.</p>
<p>DNS uses both TCP as well as UDP as a port.</p>
<ol>
<li>UDP is used for querying other name servers like root, TLD, and authoritative.</li>
<li>TCP is used for zone transfer between master and slave DNS.</li>
</ol>
<p>In this article port 53 for UDP is allowed but we must allow port 53 as TCP as well in order for all the zone file to be seen in the <strong>/var/named/slaves</strong> folder and Slave DNS to receive all the zones and its data.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: SHOUKET FAREED		</title>
		<link>https://www.tecmint.com/setup-master-slave-dns-server-in-centos/comment-page-1/#comment-1065616</link>

		<dc:creator><![CDATA[SHOUKET FAREED]]></dc:creator>
		<pubDate>Sat, 24 Nov 2018 16:07:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8725#comment-1065616</guid>

					<description><![CDATA[After I set up the slave server and ran the command &lt;code&gt;ls -l /var/named/slaves&lt;/code&gt; or &lt;code&gt;ls -l /var/named/slaves/local.fwd.zone&lt;/code&gt; or for the reverse zone total number of files are zero why my allow transfer didn&#039;t work from the master.

I set up the master server correctly and getting the answer for forward and reverse lockups i define my domain as &lt;strong&gt;local.com&lt;/strong&gt;.]]></description>
			<content:encoded><![CDATA[<p>After I set up the slave server and ran the command <code>ls -l /var/named/slaves</code> or <code>ls -l /var/named/slaves/local.fwd.zone</code> or for the reverse zone total number of files are zero why my allow transfer didn&#8217;t work from the master.</p>
<p>I set up the master server correctly and getting the answer for forward and reverse lockups i define my domain as <strong>local.com</strong>.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Ashutosh Athawale		</title>
		<link>https://www.tecmint.com/setup-master-slave-dns-server-in-centos/comment-page-1/#comment-1059450</link>

		<dc:creator><![CDATA[Ashutosh Athawale]]></dc:creator>
		<pubDate>Wed, 14 Nov 2018 12:44:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8725#comment-1059450</guid>

					<description><![CDATA[Hi,

Great article and easy to understand.

I would like to request if we can have a link to download packages from, as i downloaded the packages but many of the libraries are missing due to which a person ends us resolving the dependencies and adding libraries. 

It will be a great help if we get the required lib and packages.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Great article and easy to understand.</p>
<p>I would like to request if we can have a link to download packages from, as i downloaded the packages but many of the libraries are missing due to which a person ends us resolving the dependencies and adding libraries. </p>
<p>It will be a great help if we get the required lib and packages.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Howrde		</title>
		<link>https://www.tecmint.com/setup-master-slave-dns-server-in-centos/comment-page-1/#comment-976177</link>

		<dc:creator><![CDATA[Howrde]]></dc:creator>
		<pubDate>Thu, 15 Mar 2018 23:18:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=8725#comment-976177</guid>

					<description><![CDATA[All this is very nice but for a newbie trying to set up the DNS it&#039;s tough to get through.  I only have one server and your comment doesn&#039;t show how to do this.  So, thanks for trying...]]></description>
			<content:encoded><![CDATA[<p>All this is very nice but for a newbie trying to set up the DNS it&#8217;s tough to get through.  I only have one server and your comment doesn&#8217;t show how to do this.  So, thanks for trying&#8230;</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
