Bind 9.9.1 forward zone "local"

Ben Croswell ben.croswell at gmail.com
Tue Mar 25 18:57:32 UTC 2014


I would imagine your issue is a lack of an NS delegation in the root zone
you are slaving.  If you load a parent and then try to forward a child of
that parent you must have a delegation in the parent. The delegation
doesn't have to match the forwarders but it must exist.
On Mar 25, 2014 1:57 PM, "Андрей Ветров" <proukornevv at gmail.com> wrote:

> Hello. I have a problem with forwarding zone "local" to ISP resolvers.
> My config is:
> options {
>         directory "/tmp";
>         disable-empty-zone ".";
> };
>
> zone "." {
>         type slave;
>         masters { 192.0.32.132; 193.0.14.129;};
>         masterfile-format text;
>         file "/etc/bind/db.root";
>         allow-query { any; };
> };
>
> zone "local." IN {
>         type forward;
>         forwarders {DNS_IP_ISP;};
>         forward only;
> };
>
> zone "opendns.com" IN {
>         type forward;
>         forwarders {208.67.222.222; 208.67.222.220; 208.67.220.220;
> 208.67.220.222;};
>         forward only;
> };
> Forwarding to opendns works, dig +short myip.opendns.com returns ip
> address correctly.
> Forwarding to local doesnt works, dig return nxdomain.
> Commenting zone "." leads to correct work of zone "local"
>
> _______________________________________________
> Please visit https://lists.isc.org/mailman/listinfo/bind-users to
> unsubscribe from this list
>
> bind-users mailing list
> bind-users at lists.isc.org
> https://lists.isc.org/mailman/listinfo/bind-users
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20140325/a2c426b4/attachment.html>


More information about the bind-users mailing list