|
When ping fails: Use ARP |
 vote
 |
|
When ICMP packets are blocked by a firewall, ping fails. Here's how to use ARP as an alternative to ping.
If traditional ICMP-based pings are no longer reliable unless you know in advance that there is no firewall blocking ICMP echo requests, what other options exist? One option is an Address Resolution Protocol (ARP) based ping using the arping utility.
To know why ARP pings are virtually guaranteed to work while ICMP pings may not, one should understand the importance of ARP in networking. ARP is used by hosts on a network to resolve IP addresses into Media Access Control (MAC) addresses, which can be interpreted as a network interface's unique serial number. Hosts on an Ethernet network use MAC addresses rather than IP addresses to communicate.
| | |
| |
|
| | read more | mail this link | score:8896 | -Ray, December 23, 2005 |
| |
|
More Sysadmin articles... |
|
|