Network manager is always editing /etc/resolv.conf
, resulting in a network outage.
I already tried this https://askubuntu.com/a/623956/856647 with no luck.
I'm on Lubuntu 20.04
# Generated by NetworkManager
search home
nameserver 127.0.0.53 <------ I always have to change for 127.0.0.1
I don't know why it started to do this, I can't remember messing with network manager recently.
any idea ? thanks for your help
127.0.0.53
is used to invokesystemd-dnsmasq
. Readman dnsmasq systemd-dnsmasq
. Manage/etc/resolv.conf
viadnsmasq
, not by hand. – waltinator Sep 13 '21 at 19:36nm-tray
(see https://manual.lubuntu.me/lts/3/3.1/3.1.5/nm-tray.html) but sections in the manual exist for VPNs and special circumstances. – guiverc Sep 13 '21 at 22:19/run/systemd/resolve/
folder then added the symlink betweend/run/systemd/resolve/resolv.conf
and/etc/resolv.conf
. Internet is back, but when i restart the computer, I have no internet because/run/systemd/resolve/
is erased by something and I don't know why. I never touched thos file, i wonder what is messing with that. – ramsey_lewis Sep 16 '21 at 14:44