Hi,
I realise binding to 0.0.0.0 is akin to binding to INADDR_ANY, but could
you try binding to each interface address that you want seperately?
Such as:
interface: 192.168.1.2
interface: 127.0.0.1
interface: ::1
interface: 2003:XXX::XXX
and then try again. Cross-check that they are bound to these IP's with
fstat -p and netstat. I'm by no means an nsd expert, in fact I program
my own DNS server and thus don't need to know much about other
authoritative dns servers.
Maybe this will help you. (I apologize for the formatting of this mail,
I deleted this one out of my mutt).
Regards,
-peter
On 2020-07-07 21:28, [email protected] wrote:
--------------------------------------------------
server:
interface: 0.0.0.0
interface: ::0
access-control: 192.168.0.0/16 allow
access-control: ::1 allow
verbosity: 1
--------------------------------------------------