DHCP => DNS server failure

Hello

I have activated DHCP server on Pi-hole and then the dashboard display “DNS Server failed”

In log :

2025-11-08 15:41:49.082 process is missing required capability NET_ADMIN
2025-11-08 15:41:49.083 FAILED to start up

  • Alpine 3.22.2
  • Proxmox LXC
  • One-Step Automated Install
  • Core version is v6.2.2 (Latest: v6.2.2)
    Web version is v6.3 (Latest: v6.3)
    FTL version is v6.3.3 (Latest: v6.3.3)

Debug Token:

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

What should I do ?

Thanks

Pi-hole needs NET_ADMIN capability to run as a DHCP server, but your OS doesn't have this capability enabled.

Please check this similar issue on Github:

This is a known issue and it will be fixed on the next release.

1 Like

Thanks for your answer.

I finaly managed to make it work. The container was unprivileged.

Changing it to privileged make the tricks.

I will test to restore it to unprivileged after the next release.

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