How can i find the IP of Machine with Mac address.

Asked By 0 points N/A Posted on -
qa-featured

Hi,

I have a MAC address.

How we can find the IP Address of that machine.

Its in my LAN and need to trace the IP or machine name just lost record of this system

Thank you
 

SHARE
Best Answer by sohag_cse
Answered By 0 points N/A #82425

How can i find the IP of Machine with Mac address.

qa-featured

Since you already got the MAC address, there’s a simple way in getting the IP address using that MAC address.

We will be using the ARP command to map the physical MAC address with the IP address.

Here are the simple steps.

Click Start>Run>then type cmd and OK. A DOS prompt window will open. Then type “arp” in the command prompt and Enter. It will then give you a list of options you can use for the arp command.

This time type “ar -a” on the command prompt window and enter. This will give you the list of MAC addresses with its associated IP addresses. MAC address is shown under the Physical Address column while IP address is under the Internet Address column.

Since you got the MAC address, you can just scroll down on the list to find the IP address associated with it.

Just to give you the overview of the results, it should look like this:

 192.168.1.3 -a3-56-b5-ff-23 static –first column is theIP address, second is the MAC address and third is the type of assigned IP.

Answered By 0 points N/A #82427

How can i find the IP of Machine with Mac address.

qa-featured

Hi ,

Actually there is no formula or program to convert mac to ip. You can try running arp in cmd.exe on windows to see ip/mac information. May be arp -a can list some network ip's with the mac address.
 
You can also try some I.P scanners from Google or download sections of sites like radmin.com answer such sites list both IP + mac addresses.
 
Hope this may help you.
 
Thanks.
 

 

Best Answer
Best Answer
Answered By 0 points N/A #82429

How can i find the IP of Machine with Mac address.

qa-featured

Click Start > Run > type cmd > it will open DOS mode then type ipconfig /all > it will tell you all the details about your IP and mac  see the attachment

Answered By 5 points N/A #82430

How can i find the IP of Machine with Mac address.

qa-featured

Hi,

1. Log in to Telnet

 

  • Click START, click the RUN application from the start menu, type 192.168.1.1 in the dialog box then press enter
  • Type wimax in the LOGIN line & wimax820 in the PASSWORD then press ENTER
  • To view a commands in telnet utility of the device, type (?) question mark.

2. Logging in to the Web-Based Utility (user)

  • Enter http://www.radmin.com/facebook/ipscanner.php in the address bar of your browser ( explorer/Mozilla ) then press enter
  • Enter ( user ) user name & Password

3. Logging in to the Web-Based Utility (admin)

  • Open your browser (Mozilla or Explorer)
  • http://www.radmin.com/facebook/ipscanner.php Enter ( user ) for username name & Password
  • Click Tab on your browser then enter http://www.radmin.com/facebook/ipscanner.php/html/wimax/security.asp
    copy the password, back to the browser windows, enter http://www.radmin.com/facebook/ipscanner.php
  • Enter admin in the user name and paste the password in the password box

4. Changing the MAC address & Serial Number of the Device

  • Log in the telnet utility
  • Considering your Device MAC address is 64:16:F0:C5:93:F8, just change the 5th (93) or 6th (F8) part of Mac address
  • to change MAC type setallmacaddr 64:16:F0:C5:71:F2
     
Answered By 5 points N/A #82431

How can i find the IP of Machine with Mac address.

qa-featured

Hi,

follow the below:

$ arp | grep <MAC address you want>

But be aware that if the machine is remote, the MAC address you see isn't necessarily the MAC address of the remote. MAC addresses are changed by the routers between you and the remote machine.

Thanks,

Anilkumar.

Related Questions