Hi Eric,
Thanks,
I have tried that link steps,
preferably by adding the option to /etc/sysconfig/named. Like this:
*OPTIONS="-4"*
that file is no configuration and i have found /etc/named.conf below.
options {
listen-on port 53 { 127.0.0.1; };
listen-on-v6 port 53 { ::1; };
directory "/var/named";
dump-file "/var/named/data/cache_dump.db";
statistics-file "/var/named/data/named_stats.txt";
memstatistics-file "/var/named/data/named_mem_stats.txt";
recursing-file "/var/named/data/named.recursing";
secroots-file "/var/named/data/named.secroots";
allow-query { localhost; };
//Allow recursion only localhost
allow-recursion { localnets; };
/*
- If you are building an AUTHORITATIVE DNS server, do NOT enable
recursion.
- If you are building a RECURSIVE (caching) DNS server, you need
to enable
recursion.
- If your recursive DNS server has a public IP address, you MUST
enable access
control to limit queries to your legitimate users. Failing to do
so will
cause your server to become part of large scale DNS amplification
attacks. Implementing BCP38 within your network would greatly
reduce such attack surface
*/
recursion yes;
dnssec-enable yes;
dnssec-validation yes;
/* Path to ISC DLV key */
bindkeys-file "/etc/named.root.key";
managed-keys-directory "/var/named/dynamic";
pid-file "/run/named/named.pid";
session-keyfile "/run/named/session.key";
};
logging {
channel default_debug {
file "data/named.run";
severity dynamic;
};
};
zone "." IN {
type hint;
file "named.ca";
};
include "/etc/named.rfc1912.zones";
include "/etc/named.root.key";
Can i try to add in this option line like OPTIONS="-4"
On Thu, Dec 10, 2020 at 12:49 PM Eric Broch <[email protected]> wrote:
> https://forums.centos.org/viewtopic.php?t=74703
>
> On 12/9/2020 9:31 PM, ChandranManikandan wrote:
> > managed-keys-zone: Unable to fetch DNSKEY set '.': timed out
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>
--
*Regards,Manikandan.C*