techxplore blog
06 Dec

Checking the Windows IP Settings

Performing different network operations is inevitable when working with computers. When the computers could not communicate using names; sometimes, it calls for the determination of the system’s dotted-decimal Internet Protocol (IP) address. If network problems are experienced like no network connectivity, the system’s IP address should be examined to verify if it’s correctly configured for network operations.

This implies verifying that Internet Service Providers (ISP’s) or Dynamic Host Control Protocol (DHCP) server assigned a valid IP address or not.

To determine a Windows XP computer’s IP address, a command ipconfig can be used from the command prompt.

Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.
C:\\Documents and Settings\\system analyst>cd\\
C:\\>ipconfig
Windows IP Configuration
Ethernet adapter Local Area Connection:
Connection-specific DNS Suffix . : ait.ac.th
IP Address. . . . . . . . . . . . : 203.159.3.48
Subnet Mask . . . . . . . . . . . : 255.255.255.0
Default Gateway . . . . . . . . . : 203.159.3.126

If your computer has Windows 3.11 or Windows 9x, winipcfg command could be used.

Leave a Reply