resolv.conf doesn't work

nobaloney

NoBaloney Internet Svcs - In Memoriam †
Joined
Jun 16, 2003
Messages
24,989
Location
California
Has anyone come across this problem before?

Code:
[email protected] example.com
The above works.

But the below doesn't:
Code:
dig example.com
even though the following two lines (and nothing else) are in /etc/resolv.conf:
Code:
8.8.8.8
8.8.4.4
Any ideas?

Thanks.

Jeff
 
The /etc/resolv.conf file should read as follows:

Code:
nameserver 8.8.8.8
nameserver 8.8.4.4
 
It is local resolver /cache problem ,

try to set it as follows,
nameserver 4.2.2.1
nameserver 4.2.2.2

It is better to ask to the dc about the resolver IPS, most of them have there own resolvers.
 
My brain wasn't working properly on this. Thanks for the heads up.

Jeff
 
Back
Top