<?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 Set Caching DNS Server</title> <atom:link href="http://www.cyberciti.biz/faq/caching-dns-server/feed/" rel="self" type="application/rss+xml" /><link>http://www.cyberciti.biz/faq/caching-dns-server/</link> <description>Every answer asks a more beautiful question.</description> <lastBuildDate>Fri, 10 Feb 2012 19:55:56 +0000</lastBuildDate> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <item><title>By: Dharma</title><link>http://www.cyberciti.biz/faq/caching-dns-server/#comment-62833</link> <dc:creator>Dharma</dc:creator> <pubDate>Mon, 26 Sep 2011 17:59:03 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1121#comment-62833</guid> <description>/etc/resolv.conf first nameserver must be 127.0.0.1 to make it works as dns request cached by localhost</description> <content:encoded><![CDATA[<p>/etc/resolv.conf first nameserver must be 127.0.0.1 to make it works as dns request cached by localhost</p> ]]></content:encoded> </item> <item><title>By: Rocky</title><link>http://www.cyberciti.biz/faq/caching-dns-server/#comment-49530</link> <dc:creator>Rocky</dc:creator> <pubDate>Wed, 15 Sep 2010 06:50:20 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1121#comment-49530</guid> <description>Hi,
For caching dns server dnsmasq is better or bind(named)...............?
Regards,
ROcky</description> <content:encoded><![CDATA[<p>Hi,</p><p>For caching dns server dnsmasq is better or bind(named)&#8230;&#8230;&#8230;&#8230;&#8230;?</p><p>Regards,<br
/> ROcky</p> ]]></content:encoded> </item> <item><title>By: commonsense</title><link>http://www.cyberciti.biz/faq/caching-dns-server/#comment-46761</link> <dc:creator>commonsense</dc:creator> <pubDate>Tue, 06 Apr 2010 09:27:24 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1121#comment-46761</guid> <description>dnsmasq is OK.  It sits between the user and the recursor; but it won&#039;t dump the cache for backups (see a program called &quot;pdns&quot;, not PowerDNS, for that).
dnsmasq can read from /etc/hosts which is good.  But have a look at a program called nsd.
This is the way it should be done.  The recursive lookup and authoritative answer functions should be separate programs.  It should have been this way from the beginning.  But common sense does not always prevail.
nsd just serves up DNS records.  That&#039;s all it does.  It&#039;s fast.
It has a utility to convert BIND-style zone files into the binary format that nsd can read.  In theory this should speed up performance.  nsd is fast.  And having an nsd databse of DNS info is nice reassurance.</description> <content:encoded><![CDATA[<p>dnsmasq is OK.  It sits between the user and the recursor; but it won&#8217;t dump the cache for backups (see a program called &#8220;pdns&#8221;, not PowerDNS, for that).</p><p>dnsmasq can read from /etc/hosts which is good.  But have a look at a program called nsd.</p><p>This is the way it should be done.  The recursive lookup and authoritative answer functions should be separate programs.  It should have been this way from the beginning.  But common sense does not always prevail.</p><p>nsd just serves up DNS records.  That&#8217;s all it does.  It&#8217;s fast.</p><p>It has a utility to convert BIND-style zone files into the binary format that nsd can read.  In theory this should speed up performance.  nsd is fast.  And having an nsd databse of DNS info is nice reassurance.</p> ]]></content:encoded> </item> <item><title>By: Norman T</title><link>http://www.cyberciti.biz/faq/caching-dns-server/#comment-40715</link> <dc:creator>Norman T</dc:creator> <pubDate>Fri, 13 Mar 2009 00:10:09 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1121#comment-40715</guid> <description>I had the same question as Binny ... how does the local server know to use the dnsmasq service before hitting the upstream servers if you don&#039;t modify /etc/resolv.conf?
I could see this working for other systems on a local network, but for the server running dnsmasq itself, where does the cache come in?  Thanks for any help!</description> <content:encoded><![CDATA[<p>I had the same question as Binny &#8230; how does the local server know to use the dnsmasq service before hitting the upstream servers if you don&#8217;t modify /etc/resolv.conf?</p><p>I could see this working for other systems on a local network, but for the server running dnsmasq itself, where does the cache come in?  Thanks for any help!</p> ]]></content:encoded> </item> <item><title>By: Binny V A</title><link>http://www.cyberciti.biz/faq/caching-dns-server/#comment-39932</link> <dc:creator>Binny V A</dc:creator> <pubDate>Mon, 19 Jan 2009 19:10:35 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1121#comment-39932</guid> <description>Fedora 8 - that smile was inserted by WP without my permission ;-)</description> <content:encoded><![CDATA[<p>Fedora 8 &#8211; that smile was inserted by WP without my permission ;-)</p> ]]></content:encoded> </item> <item><title>By: Binny V A</title><link>http://www.cyberciti.biz/faq/caching-dns-server/#comment-39931</link> <dc:creator>Binny V A</dc:creator> <pubDate>Mon, 19 Jan 2009 19:09:12 +0000</pubDate> <guid
isPermaLink="false">http://www.cyberciti.biz/faq/?p=1121#comment-39931</guid> <description>Shouldn&#039;t you add
nameserver 127.0.0.1
to &#039;/etc/resolve.conf&#039; for this to work?
Another thing - yum install dnsmasq works fine(I tested it in Fedora 8)</description> <content:encoded><![CDATA[<p>Shouldn&#8217;t you add<br
/> nameserver 127.0.0.1<br
/> to &#8216;/etc/resolve.conf&#8217; for this to work?</p><p>Another thing &#8211; yum install dnsmasq works fine(I tested it in Fedora 8)</p> ]]></content:encoded> </item> </channel> </rss>
