
- #How to run ipconfig windows 10 full
- #How to run ipconfig windows 10 windows 10
- #How to run ipconfig windows 10 mac
This switch provides you with the same basic information as ipconfig described above, but with a lot more detail. This is accomplished by using the /all switch.

Ipconfig /all - Retrieve All TCP/IP Network InformationĪnother useful switch with ipconfig is to have it report all TCP/IP network details for all network adapters on a computer. While other network details can be retrieved by the ipconfig utility, for most network troubleshooting, this is what is typically needed. Please note that unless your computer is connected directly to the Internet (this is rare), the IP address reported by ipconfig will be your local network IP, not your public external IP address. In our screenshot example, it shows the following basic networking information about the computer from which ipconfig was ran. The output of your ipconfig result will differ depending on your network setup and the type of network adapters installed on your computer. The screenshot example below is the ipconfig output of a particular computer. To get basic network information from your computer, type the following in the command window then press Enter: ipconfig ipconfig - Retrieve Basic TCP/IP Network Information At the most basic, the ipconfig displays a computer's IP address, subnet mask and the default gateway (which is typically the IP address of your router or network firewall). There are a variety of switches (sub commands) available with the ipconfig utility that will either display certain information or perform certain network functions. Refreshes all DHCP leases and re-registers DNS names.ĭisplay the contents of the DNS Resolver Cache.ĭisplays all the DHCP class IDs allowed for adapter.ĭisplays all the IPv6 DHCP class IDs allowed for adapter. Renew the IPv6 address for the specified adapter. Renew the IPv4 address for the specified adapter.

Release the IPv6 address for the specified adapter. Release the IPv4 address for the specified adapter.
#How to run ipconfig windows 10 full
Ipconfig Syntax ipconfig ] ] ] ] ]>ĭisplay the full TCP/IP configuration information for all network adapters. Press the keyboard combination WinKey + R, then type cmd at the Run window that appears.Right-click on the Start icon and select Command Prompt.Search for cmd using the built-in Windows search tool.The three common ways to launch the Command Prompt window are: To use this utility, you will need to launch the Command Prompt window. If you are a help desk technician or a network professional, it is recommended that you understand the command-line method of retrieving a computer's network configuration, and it some cases, performing network functions. While most of the information provided by the ipconfig command-line utility can be found via a more user-friendly graphical interface, sometimes that interface may not be available and command prompt is your only available option. Additionally, this tool is used to refresh DHCP (Dynamic Host Configuration Protocol) and DNS (Domain Name System) settings This is often used to determine the local IP address, subnet mask, the gateway address, and other network configuration of a computer. If you are a Linux user, this utility is similar to ifconfig. The ipconfig is a Windows command-line utility used often to troubleshooting computer network issues.

#How to run ipconfig windows 10 mac
ipconfig /all | findstr /v 00-00-00 | findstr Physical - Display MAC Address of Only Physical Connected Network Adapters.ipconfig /renew - Get a New IPv4 Address for a Specific Network Adapter.ipconfig /renew6 - Get a New IPv6 Address for All Network Adapters.ipconfig /renew - Get a New IPv4 Address for All Network Adapters.ipconfig /release - Releases the IP Address of a Specific Network Adapter.ipconfig /release6 - Releases the IPv6 Address of All Network Adapters.ipconfig /release - Releases the IPv4 Address of All Network Adapters.ipconfig /all - Retrieves All TCP/IP Network Information (MAC address, adapter description, DHCP details).ipconfig - Retrieves Basic TCP/IP Network Information (IP, subnet mask, gateway).
#How to run ipconfig windows 10 windows 10
These commands shown here are tested on a comptuer with Windows 10 but most will work in other versions of Windows as well. With ipconfig, you can identify the types of network adapaters on your computer, the computer's IP address, the IP addresses of the DNS (Domain Name System) servers being used, and much more. This tool is often used for troubleshooting network connectivity issues. If you are familiar with Linux, this tool is similiar to ifconfig. The ipconfig (short for IP Configuration) is a basic, yet popular, Windows network command-line utility used to display the TCP/IP network configuration of a computer.
