articles:general:computing:linux:arp

ARP

ARP cache is used by machines to communicate to another machine

USER
arp -n

ROOT
arp -d 192.168.0.15

USER
ping 192.168.0.15

do as root

ROOT
ip -s -s neigh flush all

https://youtu.be/sYZAUpYA7GE

  • Last modified: 2024/07/24 06:52