First let me explain a few things about MAC addresses. MAC stands for Media Access Control and in a sense the MAC address is a computer. IPs are translated to MAC address by a protocol called ARP (Address Resolution Protocol). Let The link for this article located at Iron Geek is no longer available. . Explore MAC addresses, their functions, and ARP's vital role in networking across multiple operating systems.. MAC Address Change, ARP Protocol, Linux Networking, Network Configuration, Security Feature. . Brittany Day
Today almost every organization employs firewalls for enhanced security. Firewalls can be set up in such a way that Internet Control Message Protocol (ICMP) requests are blocked, which means that traditional pings do not work. Setting a firewall to block ICMP requests is based on the theory that if a would-be hacker cannot "see" the target, he may not attack the host. . This makes system and network administration more difficult. A failed ping is no longer a valid test -- the user may have enabled a firewall that is blocking the ping, but the host may still be up. Before a network administrator can accurately determine if a host is down, the user needs to turn off all firewall applications -- or at least turn off any rules blocking ICMP -- which is probably asking too much of the average user. 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. The link for this article located at Linux.com is no longer available. . Explore the role of firewalls in the realm of system and network administration, particularly in their ability to restrict ping operations and provide alternatives to ARP.. Firewall Configuration, Network Administration, ICMP Alternatives. . Brittany Day
Get the latest Linux and open source security news straight to your inbox.