How do I find the mac address of an host on my LAN with WindowsXP ?

D

drailean@

You just open Command Prompt (Run>cmd ) and tell it :
nbtstat -a <hostname>
or
nbtstat -A <hostip>
 
M

Marc Reynolds [MSFT]

That works or you can do

ping <host name or IP address>
arp -a

--

Thanks,
Marc Reynolds
Microsoft Technical Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top