Anonymous

What does ipconfig/registerdns do?

1

1 Answers

Sara Lewis Profile
Sara Lewis answered

ipconfig (internet protocol configuration) is a console application which will bring up all of your network settings in Microsoft Windows. 

The "command line" is used in Command Prompt, which you can access by typing "cmd" into the "run" window from the start menu.

The information this displays is" 

  • IP Address 
  • Subnet Mask and 
  • Default Gateway (as pictured below)

If you want more detailed information you can type "ipconfig/all" into command prompt, and this will give you more in depth information about your network set up.

On a Mac you can access this same information through "Terminal" by typing "ipconfig-a".

Adding /registerdns to the ipconfig command allows you to renew your DNS client. This could be used if you are experiencing problems registering a DNS name as it refreshes all of the DNS information on the network.

To learn a bit more about the applications of DNS, you can also check the following Blurtit question:

//technology.blurtit.com/109231/what-are-the-applications-of-dns  

Answer Question

Anonymous