Created
December 1, 2016 07:00
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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