How to specify additional search domains for resolver in 16.04 GUI network settings when using DHCP?

11,009

In Ubuntu GNOME 16.04, you are correct that the ability to edit or add additional search domains is unavailable, but this is only true for the 'default' network editing system that you see. This 'newer' one was put in place, according to Jeremy Bicha in the #ubuntu-gnome IRC chat channel on Freenode, because the default editor in Settings should be easier to use for most end-users:

jbicha: sorry it's hidden by default because most people don't need two network GUIs and the one in the Settings app should be easier to use for most people

And of course you can't see search domains in the default editor:

enter image description here

However, the original network editing GUI is still available. Just run nm-connection-editor. This will launch the same, good-old Network Manager editing window that you expect to see. That has the ability to do search domains. (Thanks to the #ubuntu-gnome IRC channel on Freenode for this!)

enter image description here

This procedure/answer also works in 18.04 and 20.04 as well (tested myself).

Share:
11,009

Related videos on Youtube

Alexander Skwar
Author by

Alexander Skwar

Updated on September 18, 2022

Comments

  • Alexander Skwar
    Alexander Skwar over 1 year

    With Gnome Ubuntu 14.04, it was possible to specify additional search domains for the resolv.conf, when editing a network connection, like so:

    Network Settings dialog in Gnome Ubuntu 14.04

    But where do I find this field for the "additional search domains" in Ubuntu 16.04?

    Is the only "real" way to modify /etc/resolvconf/resolv.conf.d/base or /etc/resolvconf/resolv.conf.d/head? Is there no GUI way to do this?

  • Thomas Ward
    Thomas Ward about 6 years
    Note that the only reason I went to the IRC channel for help there is because at my workplace there's a single Ubuntu GNOME system that needs to query Windows AD based DNS servers, and that's in the middle of a domain changeover, so I needed search domains updated as well.
  • Sebastian Stark
    Sebastian Stark about 6 years
    The same thing seems to apply to 18.04
  • Hinz
    Hinz about 5 years
    It's really annoying that the Windows-like policy of hiding important things because "they might confuse most users" is increasingly poisoning the Linux world. At least give us an easy to reach advanced mode that is available without having to dig the web.