Ok, that was definitely the issue, and I was able to add the settings. I changed the IP range so it would be more obvious at a cursory glance, and while I now have Pi-hole working, for some reason name resolution is still not working for clients on the Guest Network.
Is there an obvious way to test this? I tried this from the terminal in my Docker Pi-hole container, and it worked with no issues:
Code:
root@Pi-hole:/# nslookup 10.0.0.66
Server: 127.0.0.11
Address: 127.0.0.11#53
66.0.0.10.in-addr.arpa name = Dans-iPhone-11.home.lan.
But in Pi-hole, it continues to only display the IP address. Are there obvious steps I can perform to try and track down what the issue is exactly? With the change to my Guest IP Range, my settings file is now:
Code:
server=/0.0.10.in-addr.arpa/192.168.1.1
server=/2.168.192.in-addr.arpa/192.168.1.1
Thanks again for your help and this excellent piece of software!!