Combobulate Company Logo

Ubuntu 26.04 Server DHCP Client Domain Search List

Posted on June 08, 2026

Problem Description

I found that a fresh install of Ubuntu 26.04 server, by default, no longer uses the domain search list (DHCP Option 119) supplied by DHCP. This prevents the use of hostnames and forces the use of an FQDN (Fully Qualified Domain Name). For example, rather than ping perforce you have to ping perforce.combobulate.test
While it is possible to use the FQDN for all communications, it can be tedious to always enter it in. It is also possible to set the search domain on the OS as well, but that removes the dynamic capability of updates through DHCP. Plus, all of this worked fine on a fresh install of Ubuntu 24.04 server without issue.

Troubleshooting Steps

Congratulations, you, in theory, have a working DHCP Domain Search List on Ubuntu 26.04.