SERVFAIL on IPv6 tunnelbroker network

Dns Admin dnsadmdns at gmail.com
Wed Jul 25 10:16:39 UTC 2018


Hi Patrik,

192.168.81.20 appears to be matched to the internal-enp1s0f3 view.
This view might not be able to resolve these external dns entries correctly

what do you get when you try

dig @192.168.81.20 com soa

and

dig @192.168.81.20 production.cloudflare.docker.com +trace

Kind Regards Peter



On 25/07/2018 12:08, Patrik wrote:
> Hello!
> Thank you very much.
> So what do you mean "internal-enp1s0f3" view is configured to bump 
> this domain?
> Is this a setting?
>
> It looks like this for my views:
> view "internal-enp1s0f3" {
>     match-clients { "internal-enp1s0f3"; };
>     match-recursive-only yes;
>     recursion yes;
>     allow-recursion { "internal-enp1s0f3"; };
>     notify yes;
>     allow-update { none; };
>     allow-query { any; };
>     allow-transfer { xfer; };
>     include "/etc/bind/named.conf.default-zones";
>
>     zone "patrikx3.com <http://patrikx3.com/>" {
>         type master;
>         file "/etc/bind/zones/enp1s0f3/patrikx3.com 
> <http://patrikx3.com/>";
>         include "/var/lib/samba/private/named.conf.update";
>     };
>
>     zone "corifeus.com <http://corifeus.com/>" {
>         type master;
>         file "/etc/bind/zones/enp1s0f3/corifeus.com 
> <http://corifeus.com/>";
>     };
>
>     include "/var/lib/samba/private/named.conf";
>
> };
>
>
> view "internal-enp1s0f2" {
>     match-clients { "internal-enp1s0f2"; };
>     match-recursive-only yes;
>     recursion yes;
>     allow-recursion { "internal-enp1s0f2"; };
>      notify yes;
>     allow-update { none; };
>     allow-query { any; };
>     allow-transfer { xfer; };
>
>     include "/etc/bind/named.conf.default-zones";
>
>     zone "patrikx3.com <http://patrikx3.com/>" {
>         type master;
>         file "/etc/bind/zones/enp1s0f2/patrikx3.com 
> <http://patrikx3.com/>";
> //        include "/var/lib/samba/private/named.conf.update";
>     };
>
>     zone "corifeus.com <http://corifeus.com/>" {
>         type master;
>         file "/etc/bind/zones/enp1s0f2/corifeus.com 
> <http://corifeus.com/>";
>     };
>
> //    include "/var/lib/samba/private/named.conf";
>
> };
>
>
> view "external" {
>     match-clients { any; };
>
>     recursion no;
>     additional-from-auth no;
>     additional-from-cache no;
>
> //    allow-transfer { any; }; // temporarily allowed for debugging 
> purposes
>     allow-transfer { none; };
>
> //    zone "namesystem.tk <http://namesystem.tk/>" IN {
> //        type master;
> //        file "/etc/bind/zones/external.namesystem.tk 
> <http://external.namesystem.tk/>";
> //    };
> };

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.isc.org/pipermail/bind-users/attachments/20180725/e96beaa3/attachment.html>


More information about the bind-users mailing list