CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2004
    Posts
    1

    Question Get remote IP's having MAC address

    How can I get a remote IP, assigned by DHCP, having MAC address.

    Thank you
    Last edited by beatfree; March 7th, 2004 at 07:10 PM.

  2. #2
    Join Date
    Nov 2005
    Posts
    21

    Re: Get remote IP's having MAC address

    I assume you mean getting the IP of a computer where you already know its MAC address.

    I dont know what program there is do do so, but look into ARP and RARP protocols . (just google "RARP" and "ARP").

    either way, you will have to broadcast to the network.

    If you are in windows, use the command
    Code:
    arp -a
    to display a table of known IP to their MAC.

    It is also really easy to change the MAC adress just to let you know.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



HTML5 Development Center

Click Here to Expand Forum to Full Width