Open main menu

Changes

327 bytes added ,  10:32, 21 July 2016
add RedHat example
|}
== External ==
If you're looking for your external IP address instead, simply google "what is my ip?"
If == Older ==On older systems youmight need to use <code>ifconfig</code>, and specify the <code>/sbin</code> path because it're looking s not in the standard path for your external IP address instead, simply google regular users on RedHat.<source lang="what is my ip?bash">/sbin/ifconfig | grep 'inet addr:' | grep -v '127.0.0.1' | cut -d: -f2 | sort -n | awk '{print $1}'</source>
[[Category:System Administration]]
4,558

edits