Skip to content

Instantly share code, notes, and snippets.

@pufferbatterie
Last active August 1, 2023 10:43
Show Gist options
  • Select an option

  • Save pufferbatterie/867fc2a2d37962c37cf66b93ed7ce5e2 to your computer and use it in GitHub Desktop.

Select an option

Save pufferbatterie/867fc2a2d37962c37cf66b93ed7ce5e2 to your computer and use it in GitHub Desktop.
making (all) arp entries static until reboot
cat /proc/net/arp | grep '00:14' | awk '{print "arp -s "$1" "$4}'
# generates commands like "arp -s 172.30.100.8 00:14:2d:62:d0:19"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment