up vote 1 down vote favorite
share [g+] share [fb]

I can't connect to a server in my domain

C:\Users\evil>nslookup winserver
Server:  m0n0wall.local
Address:  192.168.123.254

Name:    winserver
Address:  192.168.123.246

this is ok, nslookup finds the server

however

C:\Users\evil>ping winserver
Ping request could not find host winserver. Please check the name and try again.

This is rather weird, any hints?

link|improve this question

50% accept rate
feedback

1 Answer

See my comments here. NSLOOKUP queries the DNS server directly, whereas ping uses name resolution as provided by the operating system.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.