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.
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.
10 Comments
dcat@lemmy.world · 6 pts · 3y
is
/etc/resolv.confa symlink?Megaf@lemmy.ml · 2 pts · 3y
I actually thought about that too, but it isn't.
ABluManOnLemmy@feddit.nl · 4 pts · 3y
I'm not sure but this might have to do with systemd-resolved. You may want to disable it, that might fix your problem
Megaf@lemmy.ml · 2 pts · 3y
Thought about that too, but I don't have resolvd nor systemd-resolv or systemd-resolve active. Nor do I have avahi running. Interesting isn't it?
ABluManOnLemmy@feddit.nl · 2 pts · 3y
Do you have any DNS server on port 53? If so, could you check which process or application it is?
Megaf@lemmy.ml · 1 pts · 3y
Nope :( Neither dnsmasq nor bind are installed. Nothing on port 53 either.
thelastknowngod@lemm.ee · 1 pts · 3y
This is it.
Megaf@lemmy.ml · 2 pts · 3y
I just found this file, now sure if it's related or not.
and
Edit: those are generated from the
/etc/resolv.confNM generates.TCB13@lemmy.world · 1 pts · 3y
Move to ---->
systemd-networkd😉 . Btw check your system isn't also running somethingsystemd-resolvedthat you probably will want to disable as you are using NM.Megaf@lemmy.ml · 1 pts · 3y
I don't have
systemd-resolvedinstalled.