Lab 3‐1: ARP observation - Lillian-Griffiths/NET-150 GitHub Wiki

In this lab, I learned about ARP, and inspected the packets in Wireshark to determine how it works.

Useful commands: ip -s -s neigh flush all

  • This flushes the dns cache

Issues I ran into: arp -d didn't work. Instead, I used ip -s -s neigh flush all. This worked.