Is it possible to check if host with secific MAC address are ‘alive’ ?
I do NOT want to use 3-rd layer ISO/OSI and ICMP ping message
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can do an
ARP Ping. This only works when you are physically on the same network segment. Read more about this on Wikipedia’s ARP Ping article.Note that there are two different implementations of
arping, one which can ping MAC addresses to resolve them to IP addresses and one that doesn’t. The implementation in the iproute2 package does not do what you want, but Thomas Habets implementatation does. This is also explained in the Wikipedia ARP Ping article