So it is using the dnsmasq DNS Resolving software by default. Thats why your local address 127.0.1.1 is in use here.
This seems not to work for you. So I suggest maybe trying not using dnsmasq.
You can do so by editing /etc/NetworkManager/NetworkManager.conf and commenting out (# is the character for comments) or remove the line
You can then restart the network-manager by executing
This should make dns/nameserver resolving work again and it should put the real nameserver in /etc/resolv.conf again.
Hope this works for you.
This seems not to work for you. So I suggest maybe trying not using dnsmasq.
You can do so by editing /etc/NetworkManager/NetworkManager.conf and commenting out (# is the character for comments) or remove the line
Code:
dns=dnsmasq
You can then restart the network-manager by executing
Code:
systemctl restart NetworkManager
This should make dns/nameserver resolving work again and it should put the real nameserver in /etc/resolv.conf again.
Hope this works for you.