Question : Find IP address If I have MAC address

I've a MAC address " 0002449E1A7E " How I can find the IP Address of that machine.

Answer : Find IP address If I have MAC address

Or you could do a broadcast ping and check the arp results.

C:>ping 192.168.1.255 (the 255 is the broadcast address of your network) e.g. 172.23.200.255 (broadcast of 172.23.200 network)

This will show you the MAC address as Physical address, remove the - (hypen) to give you the format you want above.
C:>arp -a

  Internet Address      Physical Address      Type
  172.23.200.200        00-13-d3-18-26-bf     dynamic

Random Solutions  
 
programming4us programming4us