System not able to resolve certain host.

Stormbox

Verified User
Joined
Jul 1, 2004
Messages
26
hi,
my server seem not able to resolve host like hotmail or yahoo

check my server, everything is running fine.
any one can please help me ..
thanks
 
this is what in the resolv.conf

nameserver 127.0.0.1
nameserver 202.x.x.x
nameserver 202.x.x.x
 
when i try to ping

[root@ns1 etc]# ping www.hotmail.com
ping: unknown host www.hotmail.com
[root@ns1 etc]# ping www.yahoo.com
ping: unknown host www.yahoo.com
[root@ns1 etc]# ping www.directadmin.com
ping: unknown host www.directadmin.com

it give me all unknown host..

and when i send email

A message that you sent could not be delivered to one or more of its recipients. This is a permanent error. The following address(es) failed:

[email protected]
host lookup did not complete: retry timeout exceeded
 
Does your resolv.conf file really contain those x characters?

It shouldn't; it should contain valid IP#s of two nameservers your upstream provider has given you for recursive DNS lookups.

If it doesn't, but you've shown the x characters because you don't want us to see the real nameserver IP#s, well then, if you can't help me help you by giving me real nameservers to test, then I can't possibly help you.

Jeff
 
here they are..


nameserver 127.0.0.1
nameserver 202.172.248.46
nameserver 202.172.248.4
 
Stormbox said:
nameserver 127.0.0.1
nameserver 202.172.248.46
nameserver 202.172.248.4
127.0.0.1 is your system. Is the bind daemon running on your server?

To check run (as any user, while logged in as shell) the following command (note the $ sign means you can be logged in as any user; you do NOT type the $ sign nor the space after it):

$ ps waux | grep named

and let us know the output.

Are those two other IP#s, 202.172.248.46 and 202.172.248.4, running on your server, or on some other server?

I can't reach either of those two IP#s, and it looks as if they're not live at all.

With none of the IP#s in resolv.conf able to resolve your DNS queuries, your system can't contact the outside world.

Jeff
 
forget it. my server is changing to another rack.
it is down at the moment.


once up, will try again.

thanks for the help.
 
Last edited:
I got same problem. It says my IP is the server under IP Management. How to resolve this? delete this under IP management? what to do?
 
Back
Top