Questions tagged [systemd-resolved]

Use this tag for questions that relate directly to systemd's version of resolved. Do not use this tag for dnsmasq or regular resolved.

systemd-resolved is a DNS resolver bundled with systemd at installation. It's primary focus (like any DNS resolver) is to provide hostname resolution for a system.

systemd-resolved, in particular, supports technologies such as LLMNR and DNSSEC. It also caches DNS queries as needed in order to increase the speed of future lookups.

To end users, there should be zero practical difference between systemd-resolved and the currently-existing dnsmasq. For administrators, it will slightly change configurations and system setups, but it can be replaced with dnsmasq if needed for legacy purposes.

systemd-resolved reads /etc/resolv.conf, and will optionally provide it. According to FreeDesktop's page on systemd-resolved, there are three operation modes for /etc/resolv.conf management, usually involving symlinks.

systemd-resolved is due to hit Ubuntu in version 17.04.

163 questions
14
votes
5 answers

Ubuntu 18.04 systemd-resolved error NXDOMAIN

I have installed Ubuntu 18.04 and the syslog is showing me the following error: systemd-resolved: Server returned error NXDOMAIN, mitigating potential DNS violation DVE-2018-0001, retrying transaction with reduced feature level UDP. What does this…
boluser
  • 141
7
votes
1 answer

After changing networks, DNS lookup fails to domains that were local

I recently upgraded from 16.04 to 17.10, and some domain names now fail to resolve in systemd-resolved, even though my home DNS server resolves the domain names just fine. My workplace domain is *.cs.bham.ac.uk (Computer Science inside a uni), and…
5
votes
2 answers

Stop resolvectl Changing DNS

I have a home network. DHCP lease works for every other system / appliance but Ubuntu 22 in that I lease out local DNS server with its local subnet / zones as primary DNS server 172.16.100.22. And DHCP lists secondary DNS server as 8.8.8.8 which…
5
votes
1 answer

How to configure 17.10 desktop's systemd-resolve dns via terminal?

I can do this via network setting's manual dns input field yet if I like to manage it via terminal (ssh), what may I do to accomplish this?
Aero Windwalker
  • 918
  • 1
  • 12
  • 21
0
votes
0 answers

resolved does not use my DNS server

Ubuntu 20.10 In my local network I have my DNS server (IP hole) addres of this server is 192.168.0.155 Until systemd-resolved.service is active my system do not use this server When resolved is disable and I will edit /etc/resolv.conf and put dns…