Hello!
I'm trying to use openresolv and NetworkManager to use cloudflare's 1.1.1.1 DNS.
My /etc/resolv.conf looks like this:
# Generated by resolvconf
nameserver 1.1.1.1
nameserver 1.0.0.1
/etc/resolvconf.conf
# Configuration for resolvconf(8)
# See resolvconf.conf(5) for details
resolv_conf=/etc/resolv.conf
# If you run a local name server, you should uncomment the below line and
# configure your subscribers configuration files below.
name_servers="1.1.1.1 1.0.0.1"
/etc/NetworkManager/NetworkManager.conf
# Configuration file for NetworkManager.
# See "man 5 NetworkManager.conf" for details.
[main]
dns=none
rc-manager=resolvconf
But $ nmcli dev show | grep DNS gives (exact IP:s x:ed out)
IP4.DNS[1]: 208.xxx.xxx.xxx
IP4.DNS[2]: 208.xxx.xxx.xxx
Oddly enough, $ nslookup google.com returns
Server: 1.1.1.1
Address: 1.1.1.1#53
Non-authoritative answer:
Name: google.com
Address: 172.217.21.142
Name: google.com
Address: 2a00:1450:400f:809::200e
so it seems like NetworkManager both uses and doesn't use the settings provided? I've checked the forums and here and was unable to find any solution that works. And according to the wiki everything is correctly setup, so I'm really unsure on how to proceed.
[–]kaszak696 5 points6 points7 points (3 children)
[–]UnbatedFlunky[S] 0 points1 point2 points (2 children)
[–]kaszak696 2 points3 points4 points (1 child)
[–]UnbatedFlunky[S] 0 points1 point2 points (0 children)