On 22/04/2021 04:47, Jack Craig wrote:
 all but named.empty are empty.

 cat *named.empty
$TTL 3H
@ IN SOA @ rname.invalid. (
0 ; serial
1D ; refresh
1H ; retry
1W ; expire
3H ) ; minimum
NS @
A 127.0.0.1
AAAA ::1*

i have zone files for llh & reverse zone


Well, there is "this" problem.  I think you've made changes from the original 
install.

[root@f32k named]# ll named*
-rw-r-----. 1 root named 2253 Feb 20 03:46 named.ca
-rw-r-----. 1 root named  152 Feb 20 03:46 named.empty
-rw-r-----. 1 root named  152 Feb 20 03:46 named.localhost
-rw-r-----. 1 root named  168 Feb 20 03:46 named.loopback

You could reinstall bind or you can get this file

https://drive.google.com/file/d/1NLFAeqUSSPC-0CiCppGwbuF6kkaoY-zO/view?usp=sharing

which is named.configs.tar to fix this issue.

If you look at the named.conf I supplied you'll see it has

zone "." IN {
        type hint;
        file "named.ca";
};

include "/etc/named.rfc1912.zones";

This loads those based on the contents of "/etc/named.rfc1912.zones"

--
Remind me to ignore comments which aren't germane to the thread.

_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam on the list, report it: 
https://pagure.io/fedora-infrastructure

Reply via email to