answersLogoWhite

0


Best Answer

The syntax is built in already in DOS.

To see a syntax of your command, just add /help

ex: ipconfig /help and hit enter

First, you must run an ipconfig command from the command prompt. This is done by going to Start -> Run and typing cmd, then clicking OK. Then in the black command prompt window you will type ipconfig with one of several options. If you just type ipconfig and hit enter then it will show you the basic information of your network adapters. This information will include your IP Address, Subnet Mask, and Default Gateway. For most people, this information will be enough. If you want all of the information regarding your network adapters type ipconfig /all. This will also give you your MAC Address, DNS servers, and whether your adapter receives it's address via DHCP.

There are also other options you can use to try and repair a connection. The first is ipconfig /renew. If you type it just as is, it will try to get a new IP address for all network adapters that are using DHCP. Alternately, you can type ipconfig /renew ADAPTERNAME and it will just renew the IP address on the selected adapter. The next option is ipconfig /release CONNECTIONNAME. This will release the IP address that the selected connection is using. This will only work if that adapter is using DHCP and will leave the adapter without an address.

The command can also be used to try and repair and DNS issues. You can use ipconfig /flushdns to purge all of your cached up DNS records. This can help if a site has had it's IP address changed in the recent past. Eventually this record will be updated, but this command can force an immediate update for all records. If you just want to see what DNS records have been registerd use the ipconfig /displaydns command.

There are also some functions that can be used for displaying or modifying the class id's, but I have never seen a need to use these.
First, you must run an ipconfig command from the command prompt. This is done by going to Start -> Run and typing cmd, then clicking OK. Then in the black command prompt window you will type ipconfig with one of several options. If you just type ipconfig and hit enter then it will show you the basic information of your network adapters. This information will include your IP Address, Subnet Mask, and Default Gateway. For most people, this information will be enough. If you want all of the information regarding your network adapters type ipconfig /all. This will also give you your MAC Address, DNS servers, and whether your adapter receives it's address via DHCP.

There are also other options you can use to try and repair a connection. The first is ipconfig /renew. If you type it just as is, it will try to get a new IP address for all network adapters that are using DHCP. Alternately, you can type ipconfig /renew ADAPTERNAME and it will just renew the IP address on the selected adapter. The next option is ipconfig /release CONNECTIONNAME. This will release the IP address that the selected connection is using. This will only work if that adapter is using DHCP and will leave the adapter without an address.

The command can also be used to try and repair and DNS issues. You can use ipconfig /flushdns to purge all of your cached up DNS records. This can help if a site has had it's IP address changed in the recent past. Eventually this record will be updated, but this command can force an immediate update for all records. If you just want to see what DNS records have been registerd use the ipconfig /displaydns command.

There are also some functions that can be used for displaying or modifying the class id's, but I have never seen a need to use these.

User Avatar

Wiki User

8y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

13y ago

ipconfig can only be run in command

Start, Run, enter "cmd"

to see a list of all commands with Syntax, enter

ipconfig /?

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is correct syntax to the IPCONFIG command?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

The correct syntax to the IPCONFIG command?

Start -> Run type CMD and hit enter. a black DOS Command prompt will appear. type IPCONFIG and hit enter.


Which of the following commands reveals the default gateway address for all the hosts to which a router is connected?

Using The ipconfig Command in Command Prompt.SyntaxC:\Users\\ipconfigMain syntax - ipconfigThe proper syntax is IPCONFIG /allThe slash-all shows everything.Do a IPCONFIG /? for all the commands used.ipconfig


What is IP config?

A Command run in the command prompt that will show the current information on all network connections to other devices, (Excluding USB, I394, etc.) including the ip addresses and M.A.C Addresses. Syntax: ( Under Command Prompt ) C:\Users\<USER>\ipconfig Main Syntax - ipconfig


What is the correct usage of the IPCONFIG command to help troubleshoot a home network?

Use the IPCONFIG command to determine the IP address, Subnet Mask and the Default gateway address of the local device.


What command used to down the ip address in the command prompt?

assuming that by down you mean get... ipconfig if you want all ip settings then ipconfig /all command ipconfig If you mean to disable or turn off the ip to disconnect from the internet then ipconfig /release


What is the correct syntax to test other IP addresses?

PING 192.168.0.10 [ from the command prompt ]


What is the command line to use IPConfig to release the Current IP address?

ipconfig /release


What is full command line used IPConfig to release the Current IP address?

ipconfig /release is the full command line.


The correct syntax for the PING command?

From the command line prompt, type "PING 127.0.0.1" (current IP address) and press ENTER


What command do you use to view IP address information?

For Unix/linux, use the 'ifconfig' command. For Windows, use 'ipconfig'


What command can display tcpip configuration and refresh the ip address?

On Windows the command is IPCONFIG. That displays the configuration, though IPCONFIG /ALL displays everything. To do a DHCPREFRESH, type IPCONFIG /RENEW.


How can you show your ip address and subnet mask by using Dos command ipconfig?

Just go to command prompt. Type in "ipconfig"