Command-line utility Ipconfig
If you don't know your IP address, you can use a command-line utility ipconfig
For Windows XP
1. To open a command prompt, click Start, then Programs or All Programs, select Accessories, and then click Command Prompt.
2. Type ipconfig [/all]
Syntax: ipconfig [/all]
ipconfig /all : Displays the full TCP/IP configuration for all adapters. Without this parameter, ipconfig displays only the IP address, subnet mask, and default gateway values for each adapter. Adapters can represent physical interfaces, such as installed network adapters, or logical interfaces, such as dial-up connections.
For Windows Vista
1. Switch to Windows Vista Classic Start menu. Right-click the Start button, select Properties, open the Start menu folder, select 'Classic Start menu' and click OK.
2. To open a command prompt, click Start, then Run, then in the Open field enter cmd and click OK.
3. Type ipconfig [/all]
Syntax: ipconfig [/all]
ipconfig /all : Displays the full TCP/IP configuration for all adapters. Without this parameter, ipconfig displays only the IP address, subnet mask, and default gateway values for each adapter. Adapters can represent physical interfaces, such as installed network adapters, or logical interfaces, such as dial-up connections.
|