View Single Post
  #6   (View Single Post)  
Old 15th November 2019
J65nko J65nko is online now
Administrator
 
Join Date: May 2008
Location: Budel - the Netherlands
Posts: 4,131
Default

You have configured 192.168.100.1 as the IP address on which the nameserver should LISTEN on
Code:
listen-on port 53 { 192.168.100.1; };
Your netstat output however shows 192.168.100.200 address ;-)
__________________
You don't need to be a genius to debug a pf.conf firewall ruleset, you just need the guts to run tcpdump
Reply With Quote