Wednesday, July 10, 2013

Static ARP entries in Linux

Sometimes ARP between machines may not resolve. In that case we may need to add Static Routes manually.
Adding a Static ARP in Linux Machine:

#arp -s <IPAddr> <MAC>

Deleting a Static ARP in Linux Machine: 

#arp -d <IPAddr>

IPAddr - IP Address of the Host (Other PC) 
MAC - Other PC MAC

No comments: