<?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_Forwarding</id>
	<title>Redhat DNS Forwarding - 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_Forwarding"/>
	<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Redhat_DNS_Forwarding&amp;action=history"/>
	<updated>2026-05-04T16:08:44Z</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_Forwarding&amp;diff=3314&amp;oldid=prev</id>
		<title>Michael: Created page with &quot;== Forwarding DNS server ==  A forwarding DNS server send requests to other DNS servers.  It requires only one line adding to the the named.conf file.  &lt;syntaxhighlight&gt; options {     li...&quot;</title>
		<link rel="alternate" type="text/html" href="http://wiki.define-technology.com/mediawiki-1.35.0/index.php?title=Redhat_DNS_Forwarding&amp;diff=3314&amp;oldid=prev"/>
		<updated>2013-08-25T15:32:31Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;== Forwarding DNS server ==  A forwarding DNS server send requests to other DNS servers.  It requires only one line adding to the the named.conf file.  &amp;lt;syntaxhighlight&amp;gt; options {     li...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;== Forwarding DNS server ==&lt;br /&gt;
&lt;br /&gt;
A forwarding DNS server send requests to other DNS servers.  It requires only one line adding to the the named.conf file.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;&lt;br /&gt;
options {&lt;br /&gt;
    listen-on port 53 { 127.0.0.1; };&lt;br /&gt;
    listen-on-v6 port 53 { ::1; };&lt;br /&gt;
    directory &amp;quot;/var/named&amp;quot;&lt;br /&gt;
    forward only;&lt;br /&gt;
    forwarders {&lt;br /&gt;
        192.168.122.1;&lt;br /&gt;
        192.168.0.1;&lt;br /&gt;
    };&lt;br /&gt;
};&lt;br /&gt;
&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The two lines forward only and forwarders configures the server to forward all requests to the IPs shown.&lt;br /&gt;
&lt;br /&gt;
==  External Queries ==&lt;br /&gt;
&lt;br /&gt;
To open the DNS server to external queries add the IP for the network adapter to the listen-on directive.&lt;/div&gt;</summary>
		<author><name>Michael</name></author>
	</entry>
</feed>