Get hostname or IP from MAC address

imported_JFG

Senior member
Feb 16, 2005
207
0
0
basically I have the MAC address of a machine on the network. I want to find out what machine it is. Can I do something like NBTSTAT does for hostmane & IP address excelt use the MAC address to find out the hostname.

Thanks
 

n0cmonkey

Elite Member
Jun 10, 2001
42,936
1
0
If you've gotten traffic from it, or sent traffic to it you can look at the arp table on your machine. arp -a
 

spidey07

No Lifer
Aug 4, 2000
65,469
5
76
if it is on the same lan you could run a ping sweeper and then it would be in your arp tables.

Or, easiest way is to look at the arp table for the router/default gateway for that network.
 

Joemonkey

Diamond Member
Mar 3, 2001
8,859
4
0
if you are running DHCP you can look at the lease tables and get it that way
 

imported_JFG

Senior member
Feb 16, 2005
207
0
0
Some machines are set dynamically, this one isn't listed. I did find it through Altiris though.

Thanks
 

Rogue

Banned
Jan 28, 2000
5,774
0
0
Query the WINS database (if you're running a WINS server) for that MAC address.