Networking, Programming and Graphics - Tutorials
ONLINEHOWTO.net Tutorials Category

Check my IP address from Windows

Type: Code Networking, Programming and Graphics - Tutorials
Networking, Programming and Graphics - Tutorials
Level: Beginner Networking, Programming and Graphics - Tutorials 
Networking, Programming and Graphics - Tutorials
Date: 2007-Mar-16
Networking, Programming and Graphics - Tutorials
Visited: 7603 times
Networking, Programming and Graphics - Tutorials
Rating: Networking, Programming and Graphics - Tutorials
Networking, Programming and Graphics - Tutorials
Published: Ivory Morhuld

This tutorial will show you how to check what is your IP address from Windows in DOS window.

First go to Start -> Run and type: cmd
Press Enter or click OK
Now in DOS window type on your prompt ipconfig like shown below and look what is the digits right from 'IP Address'.

In our example this is 192.168.11.2 for Wireless Network Connection and 192.168.11.3 for Ethernet Adapter Lan
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\user>ipconfig

Windows IP Configuration


Ethernet adapter Wireless Network Connection:

        Connection-specific DNS Suffix  . :
        [b]IP Address. . . . . . . . . . . . : 192.168.11.2[/b]
        Subnet Mask . . . . . . . . . . . : 255.255.255.
        Default Gateway . . . . . . . . . : 192.168.11.1

Ethernet adapter Lan:

        Connection-specific DNS Suffix  . :
        [b]IP Address. . . . . . . . . . . . : 192.168.11.3[/b]
        Subnet Mask . . . . . . . . . . . : 255.255.255.
        Default Gateway . . . . . . . . . : 192.168.11.1

C:\Documents and Settings\user>
If you want to see all option wich offer ipconfig type:

ipconfig /?
Microsoft Windows XP [Version 5.1.2600]
(C) Copyright 1985-2001 Microsoft Corp.

C:\Documents and Settings\imarh>ipconfig /?

USAGE:
    ipconfig [/? | /all | /renew [adapter] | /release [adapter] |
              /flushdns | /displaydns | /registerdns |
              /showclassid adapter |
              /setclassid adapter [classid] ]

where
    adapter         Connection name
                   (wildcard characters * and ? allowed, see examples)

    Options:
       /?           Display this help message
       /all         Display full configuration information.
       /release     Release the IP address for the specified adapter.
       /renew       Renew the IP address for the specified adapter.
       /flushdns    Purges the DNS Resolver cache.
       /registerdns Refreshes all DHCP leases and re-registers DNS names
       /displaydns  Display the contents of the DNS Resolver Cache.
       /showclassid Displays all the dhcp class IDs allowed for adapter.
       /setclassid  Modifies the dhcp class id.

The default is to display only the IP address, subnet mask and
default gateway for each adapter bound to TCP/IP.

For Release and Renew, if no adapter name is specified, then the IP address
leases for all adapters bound to TCP/IP will be released or renewed.

For Setclassid, if no ClassId is specified, then the ClassId is removed.

Examples:
    > ipconfig                   ... Show information.
    > ipconfig /all              ... Show detailed information
    > ipconfig /renew            ... renew all adapters
    > ipconfig /renew EL*        ... renew any connection that has its
                                     name starting with EL
    > ipconfig /release *Con*    ... release all matching connections,
                                     eg. "Local Area Connection 1" or
                                         "Local Area Connection 2"

C:\Documents and Settings\imarh>
Rate this tutorial:                    
Post Comment

Need a specific tutorial? Do not hesitate and submit a request!
Your e-mail: