View Single Post
  #4   (View Single Post)  
Old 14th November 2019
J65nko J65nko is offline
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,132
Default

You could manually start the nameserver named in the foreground with increasing log level to see what is going on.

From named(8):
Code:
       -d debug-level
           Set the daemon's debug level to debug-level. Debugging traces from
           named become more verbose as the debug level increases.
       -g
           Run the server in the foreground and force all logging to stderr.
.

The "SEE ALSO" section of that same man page refers to two utilities that you can use to check your name configuration:
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump

Last edited by J65nko; 14th November 2019 at 11:46 PM.
Reply With Quote