Skip to content

Instantly share code, notes, and snippets.

@wannadrunk
Created December 1, 2016 07:00
Show Gist options
  • Save wannadrunk/c93eb939e9963056c9a60f60d654b7be to your computer and use it in GitHub Desktop.
Save wannadrunk/c93eb939e9963056c9a60f60d654b7be to your computer and use it in GitHub Desktop.
How to get to know the IP address from the MAC address on Linux command
# arp -n | grep b8:27 | awk '{print $1,$3}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment