You are not logged in.

#1 2008-12-17 11:56:56

Xi0N
Member
From: Bilbao - Spain
Registered: 2007-11-29
Posts: 832
Website

Guess a device's IP by knowing the MAC address

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

#2 2008-12-17 12:01:33

n8schicht
Member
From: Südbaden
Registered: 2006-12-27
Posts: 138
Website

Re: Guess a device's IP by knowing the MAC address

No way...

Offline

#3 2008-12-17 12:23:14

string
Member
Registered: 2008-11-03
Posts: 286

Re: Guess a device's IP by knowing the MAC address

How about sweeping your network's IP range(s) and see which machine corresponds to the given MAC?

Offline

#4 2008-12-17 12:33:12

ornitorrincos
Forum Fellow
From: Bilbao, spain
Registered: 2006-11-20
Posts: 198

Re: Guess a device's IP by knowing the MAC address

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

#5 2008-12-17 13:26:21

catwell
Member
From: Bretagne, France
Registered: 2008-02-20
Posts: 207
Website

Re: Guess a device's IP by knowing the MAC address

Take a look at rarp and arping. You can't use those with a standard Arch kernel though.

Offline

Board footer

Powered by FluxBB