"Error in NTP server" messages

Is Pi-hole V6 now running an NTP server? I'm seeing this error:

Cannot bind to IPv4 address 0.0.0.0:123 (Address already in use), IPv4 NTP server not available

and the same for IPv6.

I couldn't find anything in pi-hole settings about NTP server settings.
I'm running ntpd on this box. Do I need to disable that?

Pihole v6 defaults to running an ntp server. It is not as feature-rich as ntpd or chrony. Many devices only use sntp, so don't gain any particular benefit from the features available from these.

As you encountered, if something else is already serving ntp pihole detects this and steps back, so leaving ntpd in place is not harmful.

If you want to leave ntpd in place but stop the warning messages then you can disable the pihole NTP server via the webui.

Go to settings, enable expert mode, all settings, timeserver tab.
From there you can disable ntp.ipv4.active and ntp.ipv6.active.

4 Likes

Ahh, Expert Mode in settings was the piece I was missing. Thank you!

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