Expected Behaviour:
Reach the outside world.
-operating system: Unraid
Actual Behaviour:
Seems like the DNS is not working. No device can reach the internet. If I set the secondary DNS to 8.8.8.8 or 8.8.4.4 it works with no issues.
I have Permit all origins checked off.
Debug Token:
Tried to do this but I can't seem to reach tricorder.pi-hole.net
Is there a spot I can upload the file to?
Debug token - RlDOuQy3
Seems like I corrected the issue with connecting to the outside world
Scratch that. I set my router to use pihole as a DNS server and had no internet.
Your debug log shows your Pi-hole's DHCP server to be enabled, while your router's DHCP server is also still active.
As you did not mention that in your description:
Is that by intention?
Also, your router is distributing its own IP address as DNS server via DHCP:
*** [ DIAGNOSING ]: Discovering active DHCP servers (takes 10 seconds)
Scanning all your interfaces for DHCP servers
* Received 326 bytes from eth0:192.168.2.1
Offered IP address: 192.168.2.16
DHCP options:
Message type: DHCPOFFER (2)
router: 192.168.2.1
dns-server: 192.168.2.1
--- end of options ---
From a client that you expect to use PI-hole for DNS, what is the output of
nslookup pi.hole
I had to enable DHCP on my router to get the log to upload.
Seems like when I set pihole to do it I have no internet at all for some odd reason. Even if I change my device to use pihole as a DNS server I have no internet.
I nuked my pihole install and started fresh in case it was something I had done.
It seems to be working now without having DHCP enabled on it.
nslookup:
Server: pi.hole
Address: 192.168.2.3 < This is my pihole, IP address docker gave.
Name: pi.hole
Address: 192.168.1.24 < This is the server IP, I left it as default in the docker config.
It seems to be working now that I don't have it doing DHCP.
Seems like I also forgot to disable private DNS on my phone which corrected that side of things as well.