On Sat, 2002-12-14 at 03:59, Shirad Salaheddine wrote:
> Hi,
> 
> I have recently installed Red Hat Advanced Server 2.1. In my Shell, I am
> typing the following:
>       ping machine1 ( where machine1 is a Windows based PC on the same
> network where the RH Advanced Server is installed)
> But it fails stating that it is an unkown host. But if I ping that machine
> by its IP, it works ... So as to conclude that my Advanced Server is failed
> to resolve node names. I have specified the primary DNS of our Name Server
> inthe network setting and i don't know why im having such results ...
> 
> Please advice,
> 
> Shirad Salaheddine

In your /etc/resolv.conf you have a "nameserver XXX.XXX.XXX.XXX" line
right?

Try "dig @XXX.XXX.XXX.XXX machine1 A" and see if you get an answer
if you do then at least you know that DNS is working...

You could also try "host machine1" to get a similar result, but 
by using the /etc/resolv.conf settings.

If these two things work, but ping still doesn't, then try:

        service nscd restart

I have had problems with nscd, so have disabled it on many 
systems.

-Ben.



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to