Last active
February 3, 2016 07:08
-
-
Save meyju/407dd4f9c6b3cad3209c to your computer and use it in GitHub Desktop.
Showing all IPv4 and IPv6 adresses on a server
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
ip -o a|grep -v mtu|cut -d' ' -f2,7 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment