issue with domain forwarding

Frank ve2cii at canasoft.net
Fri Dec 18 14:48:06 UTC 2020





    Here is my entire config:

My machine IP  =   66.159.32.31   2606:af00:1::3



  key "rndc-key" {
         algorithm hmac-md5;
         secret "y4xt0wQJOiOiZmVaWSMgnQ==";
  };

  controls {
         inet 127.0.0.1 port 953
                 allow { 127.0.0.1; } keys { "rndc-key"; };
  };

acl local {
     127.0.0.1;
     66.159.32.31;
     ::1;
     2606:af00::/32;
};

options {
     directory "/var/named";
     pid-file "/var/run/named.pid";
     allow-recursion { local; };
     listen-on-v6 { any; };
};

logging {
   category lame-servers { null; };
   category edns-disabled { null; };
   category resolver { null; };
   channel security_log {
   print-time yes;
   file "/var/log/bind_security" versions 20 size 5m;};
   category security { security_log; };
   channel default {
   print-time yes;
   file "/var/log/named_log" versions 20 size 5m;};
   category default { default; };
};


zone "." {
   type hint;
   file "/var/named/etc/named.root";
};

zone "0.0.127.in-addr.arpa" {
       type master;
       notify no;
       file "127.0.0.rev.cmg";
};

zone "ve2cii.com" {
         type forward;
         forward only;
         forwarders {
         108.161.165.156;
     };
};



      I am using bind-9.16.5.   I am having an issue with domain/zone 
forwarding.
Global forwarding works fine. When I configure domain forwarding no request
for dns info goes out from the machine. I did a tcpdump to verify this.
      For bind-9.13.2 the domain forwarding works properly.

    Here is my config:

I am using the default settings for the dnssec config. I tried setting 
them to off
and there is no change.

//dnssec-enable yes;
//dnssec-validation auto;
//dnssec-lookaside auto;


zone "ve2cii.com" {
         type forward;
         forward only;
         forwarders {
         108.161.165.156;
        };

-- 
sysadm  cronomagic.com
e-mail  ve2cii at canasoft.net

POWERED BY LINUX



More information about the bind-users mailing list