Posts Tagged OpenDNS with NetworkManager Gentoo dhclient.conf DNS
OpenDNS with NetworkManager
If you are like me, you roam around with Wi-Fi or your ISP’s DNS servers just really suck. NetworkManager has the habit of ignoring /etc/conf.d/net here and uses the crappy DNS servers. No more! To use OpenDNS simply add this to your /etc/dhcp/dhclient.conf
supersede domain-name “opendns.com”; prepend domain-name-servers 208.67.222.222, 208.67.220.220; Now OpenDNS should be working for any access point you connect to. Enjoy the freedom.
