Close
    Search Search

    How and when to use ipconfig on Windows

    How and when to use ipconfig on Windows

    O ipconfig (short for IP Configuration) is a basic but popular command-line network utility Windows used to display a computer's TCP/IP network configuration. If you are familiar with Linux, this tool is similar to ifconfig.

    This tool is often used to troubleshoot network connectivity. With ipconfig, you can identify the categories of network adapters on your computer, the IP address of the computer, the IP addresses of servers DNS (Domain Name System) that are being used and much more.



    O Winipcfg.exe was included as part of the standard Windows installation, until Windows ME. When Windows XP came out, the winipcfg has been replaced by two methods that do the same thing.

    Ipconfig.exe, which uses the traditional command line application displaying information via a text interface. The other has a graphical user interface (GUI) form that makes it more user-friendly and can display individual information for each network connection.

    How and when to use ipconfig on Windows

    No prompt command, type ipconfig to run the utility with default options. The standard command output contains the IP address, netmask, and gateway for all physical and virtual network adapters.

    1. From the Start menu and type the command in the box.
    2. Right-click Command Prompt and click Run as administrator.
    3. When a User Account Control window appears, click Continue.
    4. At the C:> prompt, type ipconfig. Then press Enter.
    5. Your IP address, subnet mask and default gateway will be returned to you.
    Keyboard Shortcuts for Windows 10 Command Prompt


    ipconfig

    If your IP address is 192.168.xx, 10.xxx ou 172.16.xx, you will receive an internal IP address from a router or other device. The IP address the world sees is that of the router.


    If you are getting an address 169.254.xx, this is a Windows address which usually means your network connection is not working properly.

    ipconfig /?

    The ipconfig command supports several command-line switches. The command ipconfig /? displays the set of available options.

    Ipconfig / all

    If you want more detailed information about your network connection, type ipconfig / all at the Windows command prompt. Here you can get the same information as ipconfig with the addition of your MAC address (hardware), server addresses DNS e DHCP, IP lease information, etc.

    If you are having problems with your Internet connection, it can be fixed by releasing and renewing your IP address.

    1. type it ipconfig / release no prompt and press enter.
    2. Then, type ipconfig / renew and press enter again.

    If your connection is correct, a valid IP address, subnet mask and default gateway will be generated after a few seconds.

    ipconfig /allcompartments

    Displays all bins and their settings.

    ipconfig / release

    This option terminates all active TCP/IP connections on all network adapters and frees up these IP addresses for use by other applications.

    Ipconfig/release can be used with Windows specific connection names. In this case, the command only affects the specified connections, not all connections.


    The command accepts full connection names or wildcard name. Examples:

    ipconfig /release "Local Area Connection 1"
    ipconfig /release * Local *

    ipconfig /release6

    send a message DHCPRELEASE to the server DHCPv6, which flushes the current DHCP configuration and discards the address configuration IPv6 for all adapters or for a specific adapter if the adapter parameter is included.


    ipconfig / renew

    This option re-establishes TCP/IP connections on all network adapters. As with the /release option, the ipconfig / renew has an optional connection name specifier.

    Both /renew and /release options only work on clients configured for dynamic addressing (DHCP).

    ipconfig / renew6

    Renew the configuration of DHCPv6 for all adapters or for a specific adapter if the adapter parameter is included. This parameter is only available on computers with adapters configured to obtain an IPv6 address automatically.


    ipconfig / flushdns

    Sometimes you can change the DNS address, but the change does not take place right away. The command /flushdns serves to inform Windows that the address has been modified. This option re-establishes TCP/IP connections on all network adapters. Like /release, the ipconfig / renew has an optional connection name specifier.


    ipconfig / displaydns

    Displays the contents of the DNS client resolver cache. The DNS Client service uses this information to resolve frequently queried names quickly, before querying your configured DNS servers.

    ipconfig / registerdns

    Starts manual dynamic registration for DNS and IP addresses configured on a computer.

    ipconfig / setclassid

    Sets the DHCP class ID of a specific adapter. To set the DHCP class ID for all adapters, use (*).

    ipconfig / showclassid

    Displays the DHCP class ID of a specific adapter. To observe the DHCP ClassID for all adapters, use (*).

    So, did you like to know these ipconfig commands for Windows? Do you know other interesting commands? Share your opinion in the comments.

    add a comment of How and when to use ipconfig on Windows
    Comment sent successfully! We will review it in the next few hours.

    End of content

    No more pages to load