this post was submitted on 01 Sep 2023
10 points (91.7% liked)

Debian operating system

2678 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
 

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
[–] Megaf@lemmy.ml 1 points 1 year ago* (last edited 1 year ago)

I just found this file, now sure if it's related or not.

$: cat /run/NetworkManager/resolv.conf
# Generated by NetworkManager
nameserver ::1

and

$: cat /run/NetworkManager/no-stub-resolv.conf
# Generated by NetworkManager
nameserver ::1

Edit: those are generated from the /etc/resolv.conf NM generates.