14
submitted 1 year ago by Megaf@lemmy.ml to c/debian@lemmy.ml

Hi everyone, so I'm having this weird issue. No matter the DNS and IP settings I use in NetworkManager, it will always generate the same resolv.conf.

resolv.conf

# Generated by NetworkManager
nameserver ::1

IPv6 is disabled by the way.

you are viewing a single comment's thread
view the rest of the comments
[-] ozoned@beehaw.org 2 points 1 year ago

Your /etc/resolv.conf is generated by your NetworkManager, which you know. Seeing the settings of NM can be confusing, and I had to try to remind myself. You can manually set these in NM or as someone else stated, systemd-resolved might be doing this as well. If you're changing this inside of NM and you're still seeing that, then something is changing it, again systemd-resolved is the most likely culprit but there are other applications that do DNS caching such as unbound, dnsmasq, etc.

You can try seeing NM with the nmcli command such as the following:

$ nmcli connection show Wired\ connection\ 1

Note that "Wired\ connection\ 1" is the name of my connection, but yours might vary. If you hit TAB though a few times it should give you options.

You'd then look for an option like ipv6.dns and if it's not set you'll see "--".

However that "nameserver ::1" is just indicating the ipv6 loopback so on an ipv6 address your NM is saying look for something listening locally.

If you don't like looking at nmcli you could also check nm-connection-editor command:

$ nm-connection-editor

And that opens a GUI for editting connections.

There's also nmtui for NM's terminal user interface.

[-] ozoned@beehaw.org 2 points 1 year ago

If you're getting DHCP, it could also be the DHCP server that's giving you this address. In a standard house you'll not set a specific IP address, but your router will give you one, and normally your home computers will also use your router for DNS. So potentially your router is setting this, but that'd be a misconfigured router really, because your router shouldn't be telling your computer to look at local loopback for DNS requests.

[-] Megaf@lemmy.ml 1 points 1 year ago

Hi there, so,

  • all connections are configured with ignore for ipv6.
  • all connections had DNS set to "manual"/(ignore dhcp), and they are set to 208.67.222.222.
  • systemd-resolved is not installed in the system.

Thanks!

this post was submitted on 01 Sep 2023
14 points (93.8% liked)

Debian operating system

2637 readers
1 users here now

Debian is a free operating system (OS) for your computer. An operating system is the set of basic programs and utilities that make your computer run. Debian provides more than a pure OS: it comes with over 59000 packages, precompiled software bundled up in a nice format for easy installation on your machine.

founded 4 years ago
MODERATORS