<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<div class="moz-cite-prefix">What isn't clear so far is whether the
TXT record you're looking up is in the "myserver.org" zone or some
other zone.<br>
<br>
If you're authoritative for myserver.org, you're authoritative for
*all* of myserver.org. named isn't going to do "failover
forwarding" just because you neglected to add a TXT record to your
zone file. It'll give a negative response to the query. forward
first/forward only has no effect whatsoever on that behavior.<br>
<br>
- Kevin<br>
On 4/14/2014 12:02 PM, Felix Rubio Dalmau wrote:<br>
</div>
<blockquote cite="mid:5198534.MdOvQ145Zu@jarvis" type="cite">
<pre wrap="">Maybe this is my problem: I have not created any zone file :s. The only files I've created/modified are:
############### named.conf.local
include "/etc/bind/rndc.key";
zone "myserver.org" {
type master;
file "/etc/bind/db.myserver.local";
allow-update { key rndc-key; };
};
zone "1.168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.192";
allow-update { key rndc-key; };
};
############### named.conf.options
options {
directory "/var/cache/bind";
forwarders {
91.126.224.5;
91.126.224.6;
};
allow-query {
192.168.1.0/24;
127.0.0.1;
};
allow-transfer {
192.168.1.0/24;
127.0.0.1;
};
dnssec-validation auto;
auth-nxdomain no; # conform to RFC1035
listen-on-v6 { any; };
empty-zones-enable no;
};
###############
I thought that when requesting fields that are not available in the local dns server, such requests would be forwarded to the forwarders and its answers cached :S. What should I do?
Felix
On Monday 14 April 2014 16:35:10 Steven Carr wrote:
</pre>
<blockquote type="cite">
<pre wrap="">On 14 April 2014 15:59, Felix Rubio Dalmau <a class="moz-txt-link-rfc2396E" href="mailto:felixrubiodalmau@gmail.com"><felixrubiodalmau@gmail.com></a> wrote:
</pre>
<blockquote type="cite">
<pre wrap="">What files, exactly? Named.conf.local and named.conf.options is enough?
</pre>
</blockquote>
<pre wrap="">
Yep, and the zone files that you have created that contain the TXT
records you want to query for.
Steve
</pre>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
Please visit <a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a> to unsubscribe from this list
bind-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:bind-users@lists.isc.org">bind-users@lists.isc.org</a>
<a class="moz-txt-link-freetext" href="https://lists.isc.org/mailman/listinfo/bind-users">https://lists.isc.org/mailman/listinfo/bind-users</a></pre>
</blockquote>
</blockquote>
<br>
</body>
</html>