My previous instance of PiHole v5.x (updated recently, so whatever was likely the newest version previously), went from blocking 30% of requests to 3%, so I thought perhaps there was something wrong.
Took the opportunity to re-image my Raspbery PI 4, installing the latest headless Rasperry PI x64 OS. Run apt update & apt full-upgrade first, then install pi-hole per the "One-Step Automated Install" suggestion on the site. At this point, everything seems to be working as expected.
My Router has DHCP enabled and my raspi is set to a static (or "reserved", as my router calls it) IP. Next I change my Router's primary and secondary DNS servers to point to that same IP.
As soon as I do that, the raspi loses all connectivity. I can't ping any outside URLs or IPs, nor even internal IPs; although I can still SSH into the raspi. This includes after setting the router back to its default DNS settings.
I'm moderately proficient with Linux, but even with ChatGPT's help, there's nothing I seem to be able to do to restore connectivity on the raspi without re-imaging it; which I have now done 3 times in a row with the same result; so I figured I'd try here. I thought perhaps pointing my router's DNS to the raspi was resulting in a loop where the raspi was pointing back to the router, which pointed back to itself; but everything chatGPT has suggested I look at does not seem to show that being the case. But I'm not sure where else to look at this point.
It's worth noting that in my previously working configuration on v5 had my raspi serving as the DHCP server as well, but for some reason that also isn't working.
I am currently in the process of re-imaging the raspi again, so I can't post the "pihole -d" log, but I'm not sure trying the same thing over again is going to help. Happy to do it if someone thinks it'll help but perhaps someone has heard of this before?