Linux DNS settings is a total mess

I recently tried to enable system-wide DNS over https on Fedora. To do so I had to to some research and found out how comfusing it is for the average user (and even experienced users) to change the settings. In fact there are multiple backends messing with system DNS at the same time.

Most major Linux distributions use systemd-resolved for DNS but there is no utility for changing its configuration.

The average user would still try to change DNS settings by editing /etc/relov.conf (which is overwritten and will not survive reboots) or changing settings in Network Manager.

Based on documentation of systemd-resolved, the standard way of adding custom DNS servers is putting so-called ‘drop-in’ files in /etc/systemd/resolved.conf.d directory, especially when you want to use DNS-over-TLS or DNS-over-https.

Modern browsers use their buit-in DNS settings which adds to the confusion.

I think this is one area that Linux needs more work and more standardization.

How do you think it should be fixed?

WindowsEnjoyer,

The average user would still try to change DNS settings by editing /etc/relov.conf (which is overwritten and will not survive reboots) or changing settings in Network Manager.

No. The average user would use NetworkManager GUI integrated into DE.

mfat,

Network Manager doesn’t support DOH.

NanoooK,

The average user barely know what is DNS, so DoH…

netchami,

Android supports DoT, and it can be easily configured by the user. They call it ‘Private DNS’ though, in order to not confuse users with terminology like ‘DNS-over-TLS’. Also most browsers support DoH, Chromium just calls it ‘Secure DNS’, again, in order not to confuse users. NetworkManager could definitely implement DNSCrypt, DoT and DoH, maybe even DoQ and just call it ‘Encrypted DNS’ and add a toggle to choose the protocol.

Molecular0079,

changing settings in Network Manager.

What’s wrong with this method? I feel like this is the main one and it works well for me. Even if you were using systemd-resolved, I believe it still works.

jollyrogue,

This is the answer for desktop Linux. Have NM create the drop in for systemd-resolved when the settings are changed. This is NM’s job.

mfat,

1.It doesn’t support DoH 2.It’s set per connection, not system-wide. If you connect to another wifi network you have to set dns again.

timbuck2themoon,

Do any modern OS’s set DNS system wide?

I don’t disagree there should be an option because I see maybe why they wouldn’t do that.

lo_fi,

Yeah, it’s pretty easy on macos using configuration profiles

michaelmrose,

All of them?

timbuck2themoon,

Oh never mind. I’m thinking per adapter, not per connection. You’re right.

bobs_monkey,

I typically leave my DNS config to my router and PiHole. I run a VPN server to my home network so I have the same setup no matter where I am. I’ll agree, it used to be that /etc/resolv.conf was the go to, but systemd had been interesting to say the least.

I also found this if it helps you any.

redd,
@redd@discuss.tchncs.de avatar

Problems:

  • you need an additional solution for Wifi captives portals, at least there is a gap in your solution for this situation
  • intercontinental travelling might not be fun
bobs_monkey,

Iirc, Unifi gear does captive portals, but good points all around.

ScottE,

Most major Linux distributions use systemd-resolved for DNS but there is no utility for changing its configuration.

Nor should there be. That’s what the configuration files are for, and the utility to edit them is the editor of your choice.

hottari,

I don’t think systemd-resolved has support for DNS-over-HTTPS yet but it has support for DNS over TLS which I have used issue free for years now.

All the browsers will use your system configured DNS if you do not touch the browser’s DNS settings.

DNS is not broken on Linux, your configuration is.

library_napper,
@library_napper@monyet.cc avatar

Your suggested solution would leak DNS for everything except thr browser. That’s a broken implementation

hottari,

Your suggested solution would leak DNS for everything except thr browser

How so?

lemmyvore,

All the browsers will use your system configured DNS if you do not touch the browser’s DNS settings.

Not necessarily. Firefox ships with its own DoH enabled out of the box, which uses Cloudflare servers.

hottari, (edited )

Then Firefox is broken in this context. It should respect the user’s system DNS settings.

Edit: You are wrong. The correct answer is somewhere along the lines of borderline confusing and you don’t have to worry about it if everything is working. In my case, it used my DNS provider set by systemd-resolved and not cloudflare but YMMV.

This is what the default menu for Firefox DNS settings say:


<span style="color:#323232;">Enable secure DNS using:
</span><span style="color:#323232;">...
</span><span style="color:#323232;">Firefox decides when to use secure DNS to protect your privacy.
</span><span style="color:#323232;">Use secure DNS in regions where it’s available
</span><span style="color:#323232;">Use your default DNS resolver if there is a problem with the secure DNS provider
</span><span style="color:#323232;">Use a local provider, if possible
</span><span style="color:#323232;">....
</span><span style="color:#323232;">Turn off when VPN, parental control, or enterprise policies are active
</span><span style="color:#323232;">Turn off when a network tells Firefox it shouldn’t use secure DNS
</span>
lemmyvore,

Firefox DoH has been enabled by default for the US for a couple of years now.

hottari,

The US is not the world!

And neither Firefox nor its broken? DNS implementation have anything to do with the topic(Linux DNS)…

lemmyvore,

You said all browsers would follow your system DNS, I just explained that’s not always the case.

And there is actually a common problem with devices on the LAN that use DoH. You can block their access to the specific DNS servers they use, or block their access to the internet altogether, but you can’t force them to use your DNS settings.

hottari,

You said all browsers would follow your system DNS, I just explained that’s not always the case.

Both Firefox & Chrome follow my system DNS at default settings. Just because Firefox forcefully enrolled US users to Cloudflare’s DOH doesn’t mean that DNS is broken for every one else.

And there is actually a common problem with devices on the LAN that use DoH. You can block their access to the specific DNS servers they use, or block their access to the internet altogether, but you can’t force them to use your DNS settings.

Again. Has nothing to do with the topic i.e Linux DNS. Applications can use their own custom DOH/DOQ resolvers to bypass system DNS, this has no bearing on the brokeness or not of systemd-resolved or any other system DNS resolver.

samsy,

I don’t touch my fedora DNS settings because my openwrt router handles DoT for the entire network.

mojo,

DoT and DoH are really the most important when you’re not at home.

Frederic,

I enabled a OpenVPN server on my router and my laptop and phone are always connected to it

mojo,

So do you just not leave the house then, I think you misread my comment or something

LinuxSBC,

Do you know what a VPN is?

redd,
@redd@discuss.tchncs.de avatar

That doesn’t help outside of home. When we are in an untrusted network then the DNS mess makes us vulnerable for spoofing attacks.

krolden,
@krolden@lemmy.ml avatar

Wireguard to home or a vps running a pihole. Block all dns other than over wireguard.

veronicaandrews,

Doesn’t this solution mess with captive portals?

krolden,
@krolden@lemmy.ml avatar

Ive never had an issue. You could always just disable it to load the captive portal then turn it back on after you’re connected.

samsy,
  1. Wireguard
  2. I run my own DoT/DoH server and able to connect it from everywhere. This makes option 1 mostly obsolete.

PS. And yes, I fucking love to solve captchas. No, I am not a Robot.

plenipotentprotogod,

Slightly off topic, but as long as we’re ranting about DNS…

Proxmox handles DNS for each container as a setting in the hypervisor. It’s not a bad way of simplifying things, but if, hypothetically, you didn’t know about that, then you could find yourself in a situation where you spend an entire afternoon trying every single one of the million different ways to edit DNS in Linux and getting increasingly frustrated because the IP gets overwritten every time you restart the container no matter what you do, until eventually you figure out that the solution is just like three clicks and a text entry box in the Proxmox GUI!

…Hypothetically, of course.

krolden,
@krolden@lemmy.ml avatar
FrostyCaveman,

Wait, what? LOL didn’t know Proxmox had that!

Thanks, you’ve saved me from spending some afternoons. I don’t want to think about how much time I spent on DNS before this

_cnt0,

My two cents: Yes, it’s bad. The biggest hurdle to people not “intimately familiar” with their distro is A) what it’s using for DNS configuration and B) realizing that there are so many different ways in different distributions, and sometimes within one distribution, that you have to be very careful what googled results you follow. That many browsers do their own thing doesn’t help. I think the best way to solve it would be some desktop level abstraction like PackageKit where it doesn’t really matter what services does the resolving under the hood.

Hawke,

Xkcd “standards”

xkcd.com/927/

mfat,

Totally agree. There should be only one place for setting the system-wide DNS.

Lemmchen, (edited )

It’s very easy when not using systemd-resolved.

Laser,

In defense of systemd-resolved, it’s meant for static configurations. I absolutely love it for my stationary machines for its simplicity and tooling. However, for machines that might need to change settings at one point - say notebooks - I’d never consider it. Same for systemd-networkd.

Dirk,
@Dirk@lemmy.ml avatar

No software should EVER touch any DNS related configuration or file and no application should bring it’s own system for DNS request. Everything regarding DNS without any exception should be done by the application that sets up and handle the network connection.

Hawke,

No software should EVER touch any DNS related configuration

Uhh good luck with that. If it were stored on magnetic media I’d suggest “a magnet and a very steady hand” but that doesn’t work so much for SSDs.

SneakyThunder,

I just edit resolv.conf directly, and then do chattr +i /etc/resolv.conf to make it persistent

pascal,

Systemd likes to ruin all the easy stuff with overcomplicated bloated programms.

Mikelius,

This isn’t really a “Linux” problem. Calling it a Linux problem implies all distros do the same thing out of the box because it’s a part of the core system. Systemd has a file, /etc/systemd/resolved.conf which has one line DNS= that you can add the servers you want. It’s as simple as that. If you’re using Dnsmasq for DNS instead, you’d edit the Dnsmasq file. If you’re not using my of those (i.e. you removed systemd-resolved, Dnsmasq, etc) then you can just edit the /etc/reeolv.conf directly without worry of it being overwritten.

While many distros come with systemd out of the box, not all of them do. For example, I use Gentoo with rc and after editing my resolv.conf, never had to worry about it again unless I decided to install a custom DNS software on it later.

I read many replies to your post as “DNS software shouldn’t be allowed to change DNS settings” for the most part, and that doesn’t quite make sense to me. If it’s a problem, remove said software. Browsers are definitely annoying in the DNS front, I won’t disagree with that. Fortunately, they allow you to turn that off though.

veniasilente,

Most major Linux distributions use systemd-resolved for DNS but there is no utility for changing its configuration.

Because it’s systemd. You take it or you take it. Brought to you by the same people who brought PulseAudio and GNOME 3.

The average user would still try to change DNS settings by editing /etc/relov.conf (which is overwritten and will not survive reboots)

True, but at least by this point it is documented everywhere (at least on Arch and Debian) and if you want to play around with resolv.conf their go-to interface is to install resolvconf and edit only the base or head files.

How do you think it should be fixed?

IMO people should just install and learn to use dnsmasq / bind9. They’re there precisely to cover most cases (including forwarding local DNS queries to DoH, or having your own intranet, etc).

space,

You haven’t used Ubuntu Server… The resolv.conf is managed by the network manager (NetworkManager if I recall correctly). But if you configure the DNS in NM it won’t survive the reboot because there is another layer on top, cloudinit.

mfat,

This is terrible. At least they should deprecate that file.

lemmyvore,

Can’t, it’s hardcoded by too many programs out there. resolv.conf is still the place to get DNS configuration, but it was hijacked by various “helping” tools so you can’t edit it manually anymore. Why they couldn’t stick to adding /etc/resolv.d/*.conf files like to many other /etc/ stuff, I’ll never know.

JWBananas,
@JWBananas@startrek.website avatar

You basically just made the case for exactly why.

Programs should be using the system resolver, not parsing that file.

The system resolver should have predictable behavior. But if other programs are doing their own DNS resolution (or otherwise predicating their functionality) based directly on the contents of resolv.conf then their behavior will not always be consistent with the system resolver (or with how the sysadmin intended things to function).

And that can break things in subtle, unpredictable ways, which is always a headache.

Thus, on some modern systems, resolv.conf simply declares the local systemd-resolved instance (i.e. 127.0.0.1) and nothing else.

A single global resolv.conf file also will not let you configure different behavior based on interface or on network namespace. Want to ensure DNS lookups for specific apps occur only through your VPN-specific DNS servers but all other apps only use the normal system resolvers (i.e. no leaking from either side of the divide)? Want to also ensure DNS lookups for those specific apps fail when the VPN is down (again, as opposed to leaking)? systemd-resolved has your back.

And before anyone asks, yes, I am aware there are other, more crude and convoluted ways to do that with e.g. iptables (just like you can use crude, inconsistent init.d spaghetti scripts to manage services). It’s just one single real-world example.

A single global resolv.conf file also will not let you configure different behavior based on interface or on network namespace.

The point is to configure everything using consistent, predictable configuration files and syntax, and to ensure consistent, predictable behavior.

But if you ultimately still want resolv.conf.d back, then your distro of choice undoubtedly provides a way to do so.

lemmyvore,

Programs should be using the system resolver, not parsing that file.

What’s a “system resolver”? We’re talking about DNS servers. You’re either running one locally or not. Either way, you need a way for everybody to know what DNS servers to use, regardless of whether you run one on the machine. That’s where resolv.conf comes in.

And that can break things in subtle, unpredictable ways, which is always a headache.

Let’s see some examples.

A single global resolv.conf file also will not let you configure different behavior based on interface or on network namespace.

Good, because that has nothing to do with DNS, it’s a matter of routing. They’re orthogonal issues.

JWBananas,
@JWBananas@startrek.website avatar

Cloud-init is fairly well documented:

…readthedocs.io/…/network-config-format-v2.html#n…

But if you do not need it (and if you’re configuring DNS by hand, it doesn’t sound like you do), you can disable it entirely:

…readthedocs.io/…/disable_cloud_init.html

resolv.conf itself should be managed by systemd-resolved on any modern Ubuntu Server release. And that service will use the DNS settings provided by netplan.

With cloud-init disabled, you should have the freedom to create/edit configuration files in /etc/netplan and apply changes with netplan apply.

A10,

Very much agreed 👍 I realized when using the dnscrypt to set the DNS settings. There is resolv.conf which used to be the final authority regarding your DNS. Now I don’t know anymore

saltedpenguin,

it still is, just make it read only.

kittykabal,

not reliable, even if it should be. i've seen updates replace the file in a way that clears the read-only flag. same with other clever tricks like making it a symlink.

davefischer,

Yup. Tried that, doesn’t work.

gooeyglob,
@gooeyglob@lemmy.world avatar

chattr +i

;)

  • All
  • Subscribed
  • Moderated
  • Favorites
  • linux@lemmy.ml
  • tacticalgear
  • DreamBathrooms
  • mdbf
  • InstantRegret
  • ngwrru68w68
  • magazineikmin
  • thenastyranch
  • Durango
  • rosin
  • Youngstown
  • slotface
  • khanakhh
  • kavyap
  • ethstaker
  • JUstTest
  • cubers
  • cisconetworking
  • normalnudes
  • modclub
  • everett
  • osvaldo12
  • GTA5RPClips
  • Leos
  • anitta
  • tester
  • provamag3
  • megavids
  • lostlight
  • All magazines