Below are the commands used to find your IP Address on different operating systems:
WINDOWS IP ADDRESS
Start a CMD window and type ipconfig or ipconfig /all (not case sensitive) and press ENTER
LINUX IP ADDRESS
Start a TERMINAL session and type ifconfig (is case sensitive) and press ENTER
SOLARIS IP ADDRESS
Start a TERMINAL session and type ifconfig -a (is case sensitive) and press ENTER
APPLE IP ADDRESS
Start a TERMINAL session and type ifconfig | grep “inet ” | grep -v 127.0.0.1 (is case sensitive) and press ENTER
INTERNET / EXTERNAL / PUBLIC IP ADDRESS
Launch and browser and surf to whatsmyip.org
SOURCES:
http://www.wikihow.com/Find-Your-IP-Address-on-a-Mac
http://virtual-machine.org/article/225/how-check-ip-address-solaris-11-using-command-line
http://stackoverflow.com/questions/702301/how-to-determine-the-ip-address-of-a-solaris-system
0 Comments