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  ve2...@canasoft.net

POWERED BY LINUX

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

ISC funds the development of this software with paid support subscriptions. 
Contact us at https://www.isc.org/contact/ for more information.


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

Reply via email to