CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Aug 1999
    Posts
    3

    MAC Address from IP Address

    Please help...
    I would like a ping routine that returns not only the IP address of the pinged client, but also the client's MAC Address.
    Thanks in advance!
    -Alex


  2. #2
    Join Date
    May 1999
    Posts
    3,332

    Re: MAC Address from IP Address

    did you try the arp command in NT?
    It does an IP-to-MAC-address resolution using ARP = Address Resolution Protocol.
    Given an IP address it spits out the MAC address.


  3. #3
    Join Date
    Aug 1999
    Posts
    3

    Re: MAC Address from IP Address

    I wasn't specific enough in my original post. I need a ping routine in Visual Basic that will return both the IP and MAC of the client being pinged.
    -Alex


Posting Permissions

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





Click Here to Expand Forum to Full Width

Featured