<?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: How to Install and Configure &#8216;Cache Only DNS Server&#8217; with &#8216;Unbound&#8217; in RHEL/CentOS 7	</title>
	<atom:link href="https://www.tecmint.com/setup-dns-cache-server-in-centos-7/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.tecmint.com/setup-dns-cache-server-in-centos-7/</link>
	<description>Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks.</description>
	<lastBuildDate>Tue, 12 May 2020 20:49:22 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Luis Cortes		</title>
		<link>https://www.tecmint.com/setup-dns-cache-server-in-centos-7/comment-page-1/#comment-1333191</link>

		<dc:creator><![CDATA[Luis Cortes]]></dc:creator>
		<pubDate>Tue, 12 May 2020 20:49:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10142#comment-1333191</guid>

					<description><![CDATA[Thanks for the article.  Feel it very authoritatively.  I don&#039;t know if this is a typesetting problem, but the file log should be in quotes and the directory should have the user unbound.  I.E.
&lt;pre&gt;
filelog: /var/log/unbound # is incorrect
&lt;/pre&gt;
should be more like:
&lt;pre&gt;
filelog: &quot;/var/log/unbound/unbound.log&quot; # is incorrect
&lt;/pre&gt;
where &lt;strong&gt;/var/log/unbound&lt;/strong&gt; user and group is set to the unbound user like so:
&lt;pre&gt;
# chown unbound:unbound /var/log/unbound
&lt;/pre&gt;
hope this helps someone setting up logging!]]></description>
			<content:encoded><![CDATA[<p>Thanks for the article.  Feel it very authoritatively.  I don&#8217;t know if this is a typesetting problem, but the file log should be in quotes and the directory should have the user unbound.  I.E.</p>
<pre>
filelog: /var/log/unbound # is incorrect
</pre>
<p>should be more like:</p>
<pre>
filelog: "/var/log/unbound/unbound.log" # is incorrect
</pre>
<p>where <strong>/var/log/unbound</strong> user and group is set to the unbound user like so:</p>
<pre>
# chown unbound:unbound /var/log/unbound
</pre>
<p>hope this helps someone setting up logging!</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Apurba		</title>
		<link>https://www.tecmint.com/setup-dns-cache-server-in-centos-7/comment-page-1/#comment-970581</link>

		<dc:creator><![CDATA[Apurba]]></dc:creator>
		<pubDate>Sat, 17 Feb 2018 14:19:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10142#comment-970581</guid>

					<description><![CDATA[Hi,

This is very useful article. Whenever I&#039;m stuck, this website helps me a lot. Thanks to you.]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>This is very useful article. Whenever I&#8217;m stuck, this website helps me a lot. Thanks to you.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: guest		</title>
		<link>https://www.tecmint.com/setup-dns-cache-server-in-centos-7/comment-page-1/#comment-965056</link>

		<dc:creator><![CDATA[guest]]></dc:creator>
		<pubDate>Tue, 30 Jan 2018 08:33:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10142#comment-965056</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-dns-cache-server-in-centos-7/comment-page-1/#comment-939017&quot;&gt;tuem&lt;/a&gt;.

1.systemctl start unbound.service
2.sudo systemctl enable unbound.service
3.unbound-checkconf /etc/unbound/unbound.conf]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-dns-cache-server-in-centos-7/comment-page-1/#comment-939017">tuem</a>.</p>
<p>1.systemctl start unbound.service<br />
2.sudo systemctl enable unbound.service<br />
3.unbound-checkconf /etc/unbound/unbound.conf</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: tuem		</title>
		<link>https://www.tecmint.com/setup-dns-cache-server-in-centos-7/comment-page-1/#comment-939017</link>

		<dc:creator><![CDATA[tuem]]></dc:creator>
		<pubDate>Wed, 22 Nov 2017 09:05:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10142#comment-939017</guid>

					<description><![CDATA[Dear Babin Lonston,

Thanks for your guide, but i have a problem . When i do follow step by step above. I have a error when check unbound.conf file

[root@localhost unbound]# unbound-checkconf /etc/unbound/unbound.conf
/etc/unbound/unbound_server.key: No such file or directory
[1511340951] unbound-checkconf[9120:0] fatal error: server-key-file: &quot;/etc/unbound/unbound_server.key&quot; does not exist 

How can i fix it ? I find out a command like &quot;control-use-cert: no&quot; in some unbound version. But it is not available for unbound 1.4.20 on Centos7 .
Thanks and wait for your reply :)]]></description>
			<content:encoded><![CDATA[<p>Dear Babin Lonston,</p>
<p>Thanks for your guide, but i have a problem . When i do follow step by step above. I have a error when check unbound.conf file</p>
<p>[root@localhost unbound]# unbound-checkconf /etc/unbound/unbound.conf<br />
/etc/unbound/unbound_server.key: No such file or directory<br />
[1511340951] unbound-checkconf[9120:0] fatal error: server-key-file: &#8220;/etc/unbound/unbound_server.key&#8221; does not exist </p>
<p>How can i fix it ? I find out a command like &#8220;control-use-cert: no&#8221; in some unbound version. But it is not available for unbound 1.4.20 on Centos7 .<br />
Thanks and wait for your reply :)</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Babin Lonston		</title>
		<link>https://www.tecmint.com/setup-dns-cache-server-in-centos-7/comment-page-1/#comment-708157</link>

		<dc:creator><![CDATA[Babin Lonston]]></dc:creator>
		<pubDate>Wed, 18 Nov 2015 07:11:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.tecmint.com/?p=10142#comment-708157</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.tecmint.com/setup-dns-cache-server-in-centos-7/comment-page-1/#comment-495732&quot;&gt;Rodolfo&lt;/a&gt;.

Setup command not available in Centos, RHEL 7 Instead you can use nmcli from command line or use the nmtui.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a target="_blank" href="https://www.tecmint.com/setup-dns-cache-server-in-centos-7/comment-page-1/#comment-495732">Rodolfo</a>.</p>
<p>Setup command not available in Centos, RHEL 7 Instead you can use nmcli from command line or use the nmtui.</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
