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:
MAC - Other PC MAC
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:
Post a Comment