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=s...
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"