DNS Server Failure

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, apache2 or another reverse proxy, or there is some other aspect of your install that is customised) - please use the Community Help category.

Expected Behaviour:

Pi-Hole should be able to connect to a public DNS server for ip resolution.

  • Operating System (Family and Version)
    Raspbian GNU/Linux 11 (bullseye)
  • Hardware
    Raspbery Pi 4
  • Docker compose file or Docker run command
    ?
  • Docker engine version
    26.1.4

Actual Behaviour:

Replace this text with what is actually happening
I recently performed an uninstall and re-install of Pi-Hole with a static IP address. After setup and looking at the web interface, it said there is a DNS Server Failure. I logged in, checked the DNS settings are and didn't see anything I could tell is wrong. The status in the top left corner of the web interface still says there's a DNS Server Failure.

Debug Token:

https://tricorder.pi-hole.net/cGKUU4RW/

Pi-hole is not running because there is another DNS server (connmand) using port 53:

[✗] udp:127.0.0.1:53 is in use by connmand

Resulting in a failure:

2025-05-17 22:19:44.037 EDT [2743M] CRIT: Error in dnsmasq configuration: failed to create listening socket for port 53: Address in use

You need to disable connmand and restart Pi-hole FTL.

If you disable connmand, you'll most likely break the network connection.
Try below:

I performed the suggestion from deHakkelaar and it fixed the issue. Thank you!

1 Like

This topic was automatically closed 21 days after the last reply. New replies are no longer allowed.