ip neigh del 192.168.1.5 dev eth0

Category: Local Network & Public Hosting

ip neigh del 192.168.1.5 dev eth0

Remove a single neighbor cache entry

This drops the cached mapping for one IP, forcing the next packet to that host to re-run ARP. It is the fix when a device changes network cards but the kernel keeps using the old MAC. The kernel repopulates the entry automatically the next time the host is contacted.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.