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/>";
//    };
};

_______________________________________________
Please visit https://lists.isc.org/mailman/listinfo/bind-users to unsubscribe 
from this list

bind-users mailing list
bind-users@lists.isc.org
https://lists.isc.org/mailman/listinfo/bind-users

Reply via email to