1

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

1 Answers1

0

Open /etc/NetworkManager/NetworkManager.conf in an editor as root.

Add the following to the [main] section:

dns=none
rc-manager=unmanaged

Restart NetworkManager.