<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Redhat_DNS_Caching</id>
	<title>Redhat DNS Caching - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?action=history&amp;feed=atom&amp;title=Redhat_DNS_Caching"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Redhat_DNS_Caching&amp;action=history"/>
	<updated>2026-05-04T20:19:13Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.35.0</generator>
	<entry>
		<id>http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Redhat_DNS_Caching&amp;diff=3311&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;== Caching only DNS server ==  Requests to remote DNS servers can take a long time.  A caching server stores recent requests so that it can respond without forwarding the requ...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Redhat_DNS_Caching&amp;diff=3311&amp;oldid=prev"/>
		<updated>2013-08-25T15:22:42Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Caching only DNS server ==  Requests to remote DNS servers can take a long time.  A caching server stores recent requests so that it can respond without forwarding the requ...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Caching only DNS server ==&lt;br /&gt;
&lt;br /&gt;
Requests to remote DNS servers can take a long time.  A caching server stores recent requests so that it can respond without forwarding the request to another DNS server.&lt;br /&gt;
&lt;br /&gt;
== Configuration ==&lt;br /&gt;
&lt;br /&gt;
When looking a the default named.conf file, you will see that it is set up to create a caching only DNS server.&lt;br /&gt;
&lt;br /&gt;
The options directive contains several directives including:&lt;br /&gt;
&lt;br /&gt;
* Listen-on port / Listen-on-v6 port - this specifies the TCP/IP port.  To extend this to the local network a network address of the network card needs to be added.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
listen-on port 53 {127.0.0.1; 192.168.122.50}&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
* The directory directive specifies the location of the DNS data files. If the bind-chroot package is installed these files are hard linked to /var/named/chroot&lt;br /&gt;
&lt;br /&gt;
* dump-file specifies the cache location and output location from rndc flush&lt;br /&gt;
&lt;br /&gt;
* statistics-file specifies the cache location and output location from rndc stats&lt;br /&gt;
&lt;br /&gt;
* memstatistics-file specifies the location of the memory usage statistics&lt;br /&gt;
&lt;br /&gt;
* allow-query lists the ips allowed to get data from the server&lt;br /&gt;
&lt;br /&gt;
* dnssec-* specifies the security options&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>