How to find my computer's IP address?

If you're running a Windows machine, you may be able to find the private IP address of your computer by following one of the following two methods.
1. Using DOS command prompt.
Open a DOS command prompt by typing cmd in the Cortana Search Box, or Right-Mouse click on the Start menu and choose "Command Prompt".
C:> ipconfig

Windows IP Configuration

Ethernet adapter Local Area Connection:

   Connection-specific DNS Suffix  . :
   Link-local IPv6 Address . . . . . : fe80::5444:7049:604e:51e5%11
   IPv4 Address. . . . . . . . . . . : 10.0.10.3
   Subnet Mask . . . . . . . . . . . : 255.255.255.0
   Default Gateway . . . . . . . . . : 10.0.10.1

C:>

2. If you do not have access to the DOS command prompt, you may use Windows Network and Sharing Center Wizard.
On Windows 7, click Start -> Control Panel, and then "View network status and tasks. On Windows 10, you may type "Network and Sharing Center" on the Cortana search box.

Network and Sharing Center

Local Area Connection Status

Network Connection Details

On a Mac or Linux machine, you may open a Terminal session and enter ifconfig command to find your private IP address.

Komentar