Sorry guys I forgot to mention that we have two Domain Controllers, 10.2.7.50 and 192.168.16.66 and they both run DNS service for our company devices and even remote offices and VPN users. Everybody is using those two DNS IPs. The 10.2.7.177 and 192.168.16.177 are the first two DNS servers set as forwarders hence you can only see requests from those two DC IPs.
All clients will have the DC01 DNS IP 10.2.7.50 as the first DNS and DC02 DNS IP 192.168.16.66 as the second DNS.
On DC01:
- the first DNS forwarder IP is set to 10.2.7.177 (pihole01)
- the second DNS forwarder is set to 192.168.16.177 (pihole02)
-
- more public DNS servers are listed under forwarders
On DC02:
- the first DNS forwarder is set to 192.168.16.177 (pihole02)
- the second DNS forwarder IP is set to 10.2.7.177 (pihole01)
-
- more public DNS servers are listed under forwarders
Clients will make a request to DC01 or DC02 but naturally DC01 will receive more requests, followed by pihole01
For example this my home pihole (and I also have two pihole servers at home, but with not as many requests)
We don't use DHCPv6. All requests are going through the above DCs. The IPv6 connectivity is not supposed to be enabled on pihole01. When I upgraded pihole v5 to v6, something went wrong so I just built a new Ubuntu server VM and installed pihole v6 from scratch.
The reason I say gaps is because I'd expect a continuous flow of requests, and no dips.
You can see that the second pihole spikes kind off (but not quite) correspond to the first pihole's dips.
and this is a combined image
So even if all client devices switched to the second DNS (DC02) periodically, I'd expect the second graph to fill the gaps but this is not the case if you look at the combined graph.
Yes the requests are still made, but why so little when compared to other times, like every 80 minutes or so, it's regular.
Please note that this was behaving in the same way when I was running pihole v5.
The only thing I noticed yesterday was this
I knew how to increase this in v5 but not sure about v6. Although, increasing in v5 didn't help.
Could the reason I'm seeing those gaps be because I have more than just those two Pi-hole servers listed under DNS forwarders on both domain controllers? I've not checked the logs in DCs yet.