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

  • Thread starter Thread starter Sanal Kisi
  • Start date Start date
You just open Command Prompt (Run>cmd ) and tell it :
nbtstat -a <hostname>
or
nbtstat -A <hostip>
 
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.
 
Back
Top