Combobulate Company Logo

Ubuntu 26.04 Server DHCP Client NTP

Posted on June 13, 2026

Problem Description

I found that a fresh install of Ubuntu 26.04 server, by default, does not use the NTP server information (DHCP Option 042) supplied by DHCP. This prevents the automatic configuration of NTP servers from a central location, forcing you to manually update the NTP time servers. Currently, the NTP server set in the DHCP scope is 10.190.64.1. We will uncover this for ourselves further into troubleshooting. But giving this bit of info up front makes the rest of the commands easier to follow.
While it is possible to set the NTP servers manually, this may pose a problem if you need to change the NTP servers for whatever reason. This can be handled through automation or IaC (Infrastructure as Code), or you can configure the server to actually use the dynamic information supplied by the DHCP server.

Troubleshooting Steps

Congratulations, you, in theory, have a working DHCP NTP server configuration on Ubuntu 26.04.