[CentOS] find IP address of device on network based on MAC address

John R Pierce pierce at hogranch.com
Sat Dec 15 00:04:36 UTC 2007


Jerry Geis wrote:
> I have a device on my network that is not DHCP and I dont know the IP 
> address of it
> and it has not method of finding it or changing it unless you know the 
> IP address (setable by browser).
>
> Is there a way on linux, based on MAC address, to get the IP of the unit?


$ nmap -n -sP -PI 192.168.0.1-254 && arp -an | grep -v incomplete





More information about the CentOS mailing list