You are not logged in.
Is there anyway to know the IP address a device has in my LAN by only knowing it's mac address?
Thanks
Last edited by Xi0N (2008-12-17 11:57:12)
Offline
How about sweeping your network's IP range(s) and see which machine corresponds to the given MAC?
Offline
if you and them are in the same subnet you could do
nmap -sP 192.168.1.0/24
and get all the ips that are up on the network, and then
arp ip
to get the mac addresses
edit: fixed some nonsensical typos
Last edited by ornitorrincos (2008-12-17 14:08:14)
-$: file /dev/zero
/dev/zero: symbolic link to '/dev/brain'
Offline
Take a look at rarp and arping. You can't use those with a standard Arch kernel though.
Offline