View Single Post
Old December 22nd, 2007   #5
webdr
Just Give Me the Beans!
 
webdr's Avatar
 
Join Date: Aug 2006
Location: Arkansas
Beans: 67
Ubuntu 7.10 Gutsy Gibbon
Send a message via AIM to webdr Send a message via MSN to webdr Send a message via Yahoo to webdr Send a message via Skype™ to webdr
Re: DNS Resolution in 7.10

Your Problem:
DNS resolution via local router DNS relay has proven to be a common failure point in my experience.

Try this...
open a terminal.
run this command
Code:
sudo gedit /etc/dhcp3/dhclient.conf
search for this line... #prepend domain-name-servers 127.0.0.1; insert the following line
after that line.
Code:
 prepend domain-name-servers 208.67.222.222,208.67.220.220;
Save the file, disconnect and reconnect, then retest.

What this does...
It hardsets your machine to use OpenDNS nameservers.. you may swap 208.67.xxx.xxx with the IP's of your chosen nameservers, although I think you'll find the OpenDNS servers to be much more efficient.

So, no matter what DNS is handed to you by DHCP, your machine will always behave and use just the DNS servers you tell it to.


-Mark Williams
__________________
1$ £1ƒ3 $0 Ð34r, 0r p34(3 $0 $w337, 4$ 70 b3 pµr(h4$3Ð 47 7h3 pr1(3 0ƒ (h41n$ 4nÐ $£4v3r¥? ƒ0rb1Ð 17, 4£m19h7¥ 90Ð! 1 |{n0w n07 wh47 (0µr$3 07h3r$ m4¥ 74|{3; bµ7 4$ ƒ0r m3, 91v3 m3 £1b3r7¥ 0r 91v3 m3 Ð347h! - Patrick Henry March 23rd, 1775
webdr is offline   Reply With Quote