Link to home
Start Free TrialLog in
Avatar of Ralphiep
Ralphiep

asked on

Simple Ping Question

I thought that if I pinged with an IP address, the alphabetic DNS name comes would come back.  I have tried many of the options and nothing seems to work.  Isn't goind directly to the black screen MS-DOS prompt the same as going the Start, Run, Command route?
                                 - Ralphiep
Avatar of carl_legere
carl_legere

nslookup ipaddress
ASKER CERTIFIED SOLUTION
Avatar of jabiii
jabiii
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
tracert and nslookup are cavetools but sometimes helpful
try tracert IP
tracert 4.2.2.1
If I understand you correctly, you want to ping an address and get the host name back?

try
Ping -a [address]

also good for info on machine is:
NBTSTAT -a [address]

these will only work with machines using netbios so if it's just a box with IP it will give you IP info only...
Liam
nbtstat -A [address]  


using a lowercase a is for doing the reverse.