General discussion

  • Creator
    Topic
  • #2342916

    How to ping a mac address

    Locked

    by bigbadwolf ·

    How does one ping the mac address of an ethernet device such as a NIC in a PC?

All Comments

  • Author
    Replies
    • #3719131

      Maybe not PING, but…

      by bill_w ·

      In reply to How to ping a mac address

      By definition, ping is used to get a response from an IP node, either by ip address or name. However, if you know the IP address, the command “nbtstat -A ip-address” will return the MAC address of the node.

    • #3719127

      arp

      by darpaicq ·

      In reply to How to ping a mac address

      You can’t really ‘ping’ a MAC address. But, if you know the MAC address of a device and if TCP/IP is running on the device and you don’t know the IP address of the device you can ping it. Use ‘arp -s ipaddr macaddr’ to assign an ip address to the device (as far as your machine is concerned). Then you can ping the device using the ipaddr that you entered.

      • #3719114

        thank you

        by bigbadwolf ·

        In reply to arp

        Thank you everyone who has replied. I very much appreciate it.

Viewing 1 reply thread