You are not logged in.
Hi,
I followed the resolv.conf of the Archlinux wiki to setup alternative DNS. Here is the content of my resolv.conf:
# # Generated by resolvconf
# nameserver 212.27.40.241
# nameserver 212.27.40.240
# added by djipey
nameserver 208.67.222.222
nameserver 208.67.220.220
And here is my /etc/NetworkManager/NetworkManager.conf:
[main]
plugins=keyfile
dns=none
## HTTP-based connectivity check
#[connectivity]
#uri=http://nmcheck.gnome.org/check_network_status.txt
#interval=100
I also write-protected resolv.conf with the command: chattr +i /etc/resolv.conf
However, when I access the settings tab of networkManager, I can see the following line:
DNS 212.27.40.241 212.27.40.240
Which seems to indicate the DNS in resolv.conf are not really used. It seems the DNS of ISP are used.
I'm worried about my privacy, and I really would like to use openDNS servers as DNS servers.
Do you have an idea about how to solve this issue ?
Offline
What happens when you enter your custom DNS entries in Network Manager itself, instead of resolv.conf?
Offline
Did you stop using resolvconf (maybe provided by openresolv)?
R00KIE
Tm90aGluZyB0byBzZWUgaGVyZSwgbW92ZSBhbG9uZy4K
Offline
Hi, thanks for your answer.
I tried to enter my custom DNS in network manager (on the Ethernet section, since I'm connected through ethernet). The line displayed changed, but I don't think the change is taken into account (even after connecting/disconnecting).
@Rookie, what do you mean ? I first tried to change my DNS in resolv.conf. That's what the wiki advises to do.
Offline