The issue I am facing:
I am getting the dreaded DNS server failure in my pihole. I can't figure out what is using my port 53 though. I see that dnsmasq shows up as using port 53, but doesn't pihole use dnsmasq? I've tried disabling, stopping and removing dnsmasq, but I still get DNS server failure and it still shows dnsmasq is using port 53. How do I get rid of this??
Details about my system:
I'm running pihole through a docker container on a UGreen NAS DXP4800Plus.
What I have changed since installing Pi-hole:
I think this started may have started when I tried implementing a Cloudflare tunnel. But I have since removed it from my system and deleted it from Cloudflare, and I still get the same error in pihole.
Here is the output of my ss -tulpn sport 53
:
Netid State Recv-Q Send-Q Local Address:Port Peer Address:Port Process
udp UNCONN 213504 0 0.0.0.0:53 0.0.0.0:* users:(("pihole-FTL",pid=3694764,fd=20))
udp UNCONN 0 0 192.100.0.1:53 0.0.0.0:* users:(("dnsmasq",pid=2133,fd=7))
udp UNCONN 0 0 192.100.1.1:53 0.0.0.0:* users:(("dnsmasq",pid=2219,fd=7))
udp UNCONN 0 0 192.100.2.1:53 0.0.0.0:* users:(("dnsmasq",pid=2170,fd=7))
tcp LISTEN 0 32 192.100.1.1:53 0.0.0.0:* users:(("dnsmasq",pid=2219,fd=8))
tcp LISTEN 0 32 192.100.2.1:53 0.0.0.0:* users:(("dnsmasq",pid=2170,fd=8))
tcp LISTEN 0 32 192.100.0.1:53 0.0.0.0:* users:(("dnsmasq",pid=2133,fd=8))