View Single Post
SubCore's Avatar
Posts: 850 | Thanked: 626 times | Joined on Sep 2009 @ Vienna, Austria
#42
Originally Posted by maya View Post
yes, I tried with the Google DNS and OpenDNS too.
but what is the correct way? some guide?
to change your DNS, you have to edit "/etc/resolv.conf"

Code:
cat /etc/resolv.conf
shows you it's current content, there should be exactly one line = "nameserver 127.0.0.1"
this is the default setting.

to use a different nameserver, you can again use echo in an xterm as root:
Code:
echo "nameserver 8.8.8.8" > /etc/resolv.conf
__________________
"What we perceive is not nature itself, but nature exposed to our method of questioning."
-- Werner Karl Heisenberg