ip vs host
-
Thursday, February 04, 2010 2:51 PMHi;
Running XP Pro SP2. How can I find out the host name associated with an IP? I ping an IP and I only get Reply from IP address without any host name.
Thx...- Moved by Max Wang_Chinasoft Wednesday, April 27, 2011 11:53 PM forum consolidation (From:Networking)
All Replies
-
Tuesday, February 23, 2010 9:51 PMI didn't get any response from the microsoft's networking folks or other!!
-
Tuesday, February 23, 2010 10:13 PMHello Jaz,
Use NSLOOKUP
at the CMD promt type NSLOOKUP
Then:
> IPADDRESS
NSLOOKUP will return the FQDN. From there you will see the host name
Cheers,
MiguelMiguel Fra / Falcon ITS
Computer & Network Support, Miami, FL -
Monday, March 22, 2010 2:36 PM
do Dns and Wins work correctly? if they are, it is easy to get the assoication between IP and host.
-
Monday, March 22, 2010 4:27 PMyes Yi ... and thanks...
-
Saturday, May 08, 2010 10:02 AM
So if you ping IP you get response only from IP and it does not resolve the name.
But if you do
c:\>ping -a [ipaddress]
It attempts a DNS reverse lookup query to check the PTR record for the IP address and it its able to reson it give you the name.
other places to look for the already resolve Name- IP association is using
ipconfig/displaydns -This is for DNS
nbtstat-c - This is for nebios.
nslookup has already been discussed
- Proposed As Answer by kapil Thacker [MSFT] Saturday, May 08, 2010 10:03 AM