Linux: Get IP / IPv6 (internal/external) on Command Line/Shell
This is quick tip, howto get internal IP address and external IP address on Linux Shell / Command Line. This guide also show, howto make useful Bash functions to get IP addresses quickly.
Note: All functions could be named as you wish and to make functions permanent, add functions to ~/.bashrc or /etc/bashrc. Also all awk commands should work also with gawk and nawk.
[inttf_post_ad1]
1. Get Internal IP Address(es) on Linux Shell / Command Line
1.1 Get IP and IPv6 Address by...