You are not logged in.
I use gnome-shell and I have set up my ipv4 settings so that the IP address is automatically fetched (dhcp) but the DNS server is not automatic.
The content of /etc/resolv.conf, however, is this:
# Generated by dhcpcd from wlp8s0.dhcp
# /etc/resolv.conf.head can replace this line
nameserver 192.168.1.1
# /etc/resolv.conf.tail can replace this line
Everytime I have to edit the file by hand to change it to 8.8.8.8
Why is networkmanager not managing my DNS settings?
Last edited by wil93 (2015-08-27 19:55:12)
Offline
It says "Generated by dhcpcd". Did you manually compile networkmanager to reenable dhcpcd support, or are you running multiple network management services at the same time?
Offline
Oh, you're right. I had both dhcpcd and network manager running.
# systemctl stop dhcpcd
# systemctl disable dhcpcd
And now the content of /etc/resolv.conf is:
# Generated by NetworkManager
nameserver 8.8.8.8
nameserver 8.8.4.4
Thank you
Offline