Re: Getting an IP address from a MAC address

From: Paul Cardon (paul_at_moquijo.com)
Date: 07/02/03

  • Next message: Tim Greer: "Re: Ten least secure programs"
    Date: Wed, 02 Jul 2003 13:34:00 -0400
    To: Steven_Paice@cityofperth.wa.gov.au
    
    

    Steven_Paice@cityofperth.wa.gov.au wrote:
    > Hi all,
    >
    > I was wondering if anyone knows of a tool which can determine an IP address
    > from a MAC address???
    > I have found plenty of tools which will work the other way, but nothing for
    > what I am after.

    One possible way to do this is to ping the broadcast address of the
    network that you are on. Then look at your arp cache with 'arp -a'
    (works on both Windows and *nix). As long as the number of hosts
    responding to the ping don't exceed the size of your ARP cache, the IP
    address you are looking for should be in the cache.

    -paul

    ---------------------------------------------------------------------------
    Evaluating SSL VPNs' Consider NEOTERIS, chosen as leader by top analysts!
    The Gartner Group just put Neoteris in the top of its Magic Quadrant,
    while InStat has confirmed Neoteris as the leader in marketshare.
         
    Find out why, and see how you can get plug-n-play secure remote access in
    about an hour, with no client, server changes, or ongoing maintenance.
              
    Visit us at: http://www.neoteris.com/promos/sf-6-9.htm
    ----------------------------------------------------------------------------


  • Next message: Tim Greer: "Re: Ten least secure programs"

    Relevant Pages

    • Re: Getting an IP address from a MAC address
      ... Have you considered using arp and simply checking your arp tables? ... If you are on the same net, you can do a single ping to the broadcast to get ... Where <mac> is the MAC addr you are looking for. ... > Evaluating SSL VPNs' Consider NEOTERIS, chosen as leader by top analysts! ...
      (Security-Basics)
    • Re: Getting an IP address from a MAC address
      ... you have to take into account that your knowledge about MAC ... If you are on the same net, you can do a single ping to the broadcast to ... > Evaluating SSL VPNs' Consider NEOTERIS, chosen as leader by top analysts! ... and see how you can get plug-n-play secure remote access in ...
      (Security-Basics)
    • Re: [misc-sec] Re: Getting an IP address from a MAC address
      ... ARPing 1.05, by Thomas Habets ... > responding to the ping don't exceed the size of your ARP cache, ... > Evaluating SSL VPNs' Consider NEOTERIS, chosen as leader by top analysts! ...
      (Security-Basics)
    • Re: How to find MAC addresses on network?
      ... After responding to ping, it is in the arp cache. ... should give its MAC address, which is easier than looking at the tcpdump output. ... printer as it's been assigned using DHCP. ...
      (Ubuntu)
    • Re: checking if a MAC address exist in a LAN and which is the attached IP address
      ... > on the LAN? ... > MAC address? ... You could try 'ping -b BROADCASTADDRESS' and after that have a look at ... your ARP cache 'arp -a'. ...
      (comp.os.linux.networking)