How Do I Determine My Computers IP Address
How Do I Determine My Computers IP Address
How Do I Determine My Computers IP Address
computer's IP address?
The easiest way to determine your computer's IP address is to visit WhatIsMyIP.com.
The site will display your IP address and other information about your system. If the
page does not appear, you may not have a working Internet connection and should try
one of the methods below.
Windows 8.x
1. Press Win-r.
2. Type cmd and press Enter.
ipconfig
ipconfig
The IP address (or IPv4 address) will be a series of numbers following the
pattern xxx.xxx.xxx.xxx (e.g., 156.56.27.32).
Mac OS X
1. From the Apple menu, select System Preferences.... In System Preferences,
from the View menu, select Network.
Unix-like OS
In many Unix-like operating systems (e.g., Ubuntu, RHEL, OS X, BSD), a shared
system administration utility known as ifconfig is available to configure, control, and
query TCP/IP network interface parameters from a command-line interface (CLI).
Typically, ifconfig can only be used under a superuser account in your terminal.
ifconfig
A list of all your network interfaces will appear. Following the heading of the interface
whose IP address you're searching for, you will see a "inet addr:" section containing
your IP address.