Please follow the below template, it will help us to help you!
If you are Experiencing issues with a Pi-hole install that has non-standard elements (e.g you are using nginx
instead of lighttpd
, or there is some other aspect of your install that is customised) - please use the Community Help category.
Expected Behaviour:
That Pi-hole would provide DNS services to my computer from work.
This is on a Windows 11 computer which is from my work and is configured for Active Directory at that location.
Actual Behaviour:
The computer is receiving an IP address, gateway address, netmask, and DNS address (the Pi-hole server). However, the computer can't reach Internet services as name resolution is not happening. I can verify all the addresses are present, but at the command line I try a simple ping of "www.google.com" and I get the "Ping request could not find host www.google.com." Then I go to the network settings and change the DNS type to manual and enter 1.1.1.1, go back to the command line window, and repeat the ping attempt. This time it resolves Google instantly and pings happen as expected. Obviously Pi-hole doesn't like to play with my work computer.
I am getting several errors in the Pi-hole logs that are relating to my work computer (WESH-ENGR-NB-PF):
|2022-02-06 10:06:25|DNSMASQ_WARN|Warning in
dnsmasq
core:
no address range available for DHCP request via lo|2022-02-06 12:03:43|DNSMASQ_WARN|Warning in
dnsmasq
core:
Ignoring domain CompanyNet.org for DHCP host name WESH-ENGR-NB-PF|2022-02-06 12:03:43|DNSMASQ_WARN|Warning in
dnsmasq
core:
Ignoring query from non-local network|2022-02-06 12:03:57|DNSMASQ_WARN|Warning in
dnsmasq
core:
Ignoring domain CompanyNet.org for DHCP host name WESH-ENGR-NB-PF|2022-02-06 12:03:59|DNSMASQ_WARN|Warning in
dnsmasq
core:
Ignoring domain CompanyNet.org for DHCP host name WESH-ENGR-NB-PF|2022-02-06 12:08:44|DNSMASQ_WARN|Warning in
dnsmasq
core:
Ignoring domain CompanyNet.org for DHCP host name WESH-ENGR-NB-PF
Yes, I checked the documentation, but it wasn't enlightening on this situation.