Re: Inconsistent Behavior with 'forward first'

2022-11-15 Thread Chad Philip Johnson via bind-users
.51;# ns2.subdomainA.domain.com }; }; zone "cosmeticdomain1.com" {   type forward;   forward only;   forwarders { 192.168.0.50; # ns1.subdomainA.domain.com     192.168.0.51;# ns2.subdomainA.domain.com }; }; zone "cosmeticdomain2.com" {   type forward;   forward only;   forwarders {

Inconsistent Behavior with 'forward first'

2022-11-15 Thread Chad Philip Johnson via bind-users
Greetings all, I've been chasing my tail over a strange configuration issue and was hoping somebody could point me in the right direction. I have two forwarders defined in my main 'options' section, but when 'forward first' is enabled all lookups go to the root servers as if forwarding is co