Many administrators and users rely on the command line when they troubleshoot networking issues. Basic commands like ping, netstat, ipconfig or traceroute can provide them with valuable information about the state of the network and the connections.
Win IP Config is a program for Windows that makes some of these tools available in a graphical user interface. The interface uses tabs to divide the information and functionality, available are the tabs host info, IP info, interfaces, routes (filtered), netstat and report.
Win IP Config will for instance display in depth information about the network adapters including their gateway, IP, DHCP (DHCP server and lease time) or DNS.

The networking software will also display the current routes and an output of the netstat command in its tabs. Those information alone are valuable and quickly accessible.
Win IP Config provides access to controls in the header as well. Those can be used for instance to renew the IP address or add a new one, to add or delete routes or to display detailed IP statistics including header and address errors plus other problems related to that.
The report tab basically displays all the collected information in an easily readable format. It is possible to export the report as a text document for further processing.
Win IP Config is a handy program for users who prefer to work with a graphical user interface instead of the command line. It does not totally replace the command line as it does not provide access to commands like traceroute or ping.
The program can be downloaded from the developers website. It has not been updated in a while but worked without complications on our 64-bit Windows 7 Professional test system. (via 4Sysops)
Related Articles:
Display Information About Network AdaptersSimple IP Config , Configure Network Adapter Settings
Firefox Gui:Config, About:Config Interface
Sys Information, Windows System Information Tool
Computer Network Information Tool
Enjoyed the article?: Then sign-up for our free newsletter or RSS feed to kick off your day with the latest technology news and tips, or share the article with your friends and contacts on Facebook, Twitter or Google+ using the icons below.

Speaking of IPCONFIG – when I type this command (and others) into the Start–>Run box, the DOS window opens but then immediately closes.
Anyone know wy this is happening and how to fix it?
Running WinXP Pro SP3
@jojo
Try to type “ipconfig” command in Command Prompt, First go on Command Prompt by typing “cmd” in Run then use “ipconfig”
interesting info, thanks
@ahmad – Yes that of course works. But why do I have to be forced to do it this way? That is what I would like to find out.
if you preface it with cmd /k, as in cmd /k ipconfig the the dos window stays open. The program has no GUI interface and so cannot just open a popup window to display the results.
@TRim, Yes, the solution you suggest works.
However, I never had to do this in the past. SO the question is, what changed?
Maybe my WinXP install is getting tired and needs a refresh? I am not going to move to Win7 until SP1 is released.
Thanks Tim for sorting out Jojo problem.