Skip to content
Snippets Groups Projects
Commit 39044c9b authored by Goik Martin's avatar Goik Martin
Browse files

Recursive descent

parent ff2c2aa5
No related branches found
No related tags found
No related merge requests found
......@@ -80,7 +80,7 @@ OPTIONS=""</programlisting>
<programlisting language="none">options {
directory "/var/cache/bind";
recursion yes; # enables resursive queries
recursion no; # disable resursive queries
// allow-recursion { trusted; }; # allows recursive queries from "trusted" clients
listen-on { 141.62.75.104; }; # ns1 private IP address - listen on private network only
allow-transfer { none; }; # disable zone transfers by default
......@@ -294,12 +294,12 @@ $TTL 604800
<section xml:id="sdiDnsForwarder">
<title>Forwarders</title>
<para>Right now our configuration only supports queries regarding
objects within the zone <code>mi.hdm-stuttgart.de</code>. Enabling our
bind server to resolve external machines like <code>www.w3.org</code>
requires delegation to parent name servers. The
<command>nslookup</command> utility allows for querying the
<quote>real</quote> (not your experimental) list of <xref
<para>Due to the <code>recursion no</code> our configuration only
supports queries regarding objects within the zone
<code>mi.hdm-stuttgart.de</code>. Enabling our bind server to resolve
external machines like <code>www.w3.org</code> requires delegation to
parent name servers. The <command>nslookup</command> utility allows for
querying the <quote>real</quote> (not your experimental) list of <xref
linkend="glo_DNS"/> servers being authoritative for the domain
<code>mi.hdm-stuttgart.de</code>. This result may used to configure your
server's forward entry section in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment