Spyke

Replies

ask

Comment on

What's something you've lost patience with?

Folks who don't respect the silence in an environment created for silence. Examples are loud conversations in the silent coach on the train, or similar in the medical waiting room. There are people who just don't understand that noise pollution is a problem and dismiss it as antiquated thinking.

linux

Comment on

Oddness with systemd-resolved

Reply in thread

I had the same problem as you as I was starting with this as well on debian trixie. What finally worked was this.

I think you should

  • disable the systemd-resolved stub listener. This is done by setting DNSStubListener=no
  • change /etc/resolve.conf to point to run/systemd/resolve/resolv.conf instead of the stub.

This should remove the 127.0.0.53 naneserver and put the real one in it.

From the man pages

systemd-resolved maintains the /run/systemd/resolve/resolv.conf file for compatibility with traditional Linux programs. This file may be symlinked from /etc/resolv.conf and is always kept up-to-date, containing information about all known DNS servers. Note the file format's limitations: it does not know a concept of per-interface DNS servers and hence only contains system-wide DNS server definitions. Note that /run/systemd/resolve/resolv.conf should not be used directly by applications, but only through a symlink from /etc/resolv.conf.

My 2 cents

You reached the end