<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>gHacks Technology News &#124; Latest Tech News, Software And Tutorials &#187; ipconfig</title> <atom:link href="http://www.ghacks.net/tag/ipconfig/feed/" rel="self" type="application/rss+xml" /><link>http://www.ghacks.net</link> <description>A technology news blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description> <lastBuildDate>Sat, 11 Feb 2012 09:52:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/> <item><title>Network Troubleshooting Basics: Some Simple Steps</title><link>http://www.ghacks.net/2011/05/30/network-troubleshooting-basics-some-simple-steps/</link> <comments>http://www.ghacks.net/2011/05/30/network-troubleshooting-basics-some-simple-steps/#comments</comments> <pubDate>Mon, 30 May 2011 10:38:13 +0000</pubDate> <dc:creator>Ryan D. Lang</dc:creator> <category><![CDATA[Networks]]></category> <category><![CDATA[troubleshooting]]></category> <category><![CDATA[ipconfig]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network troubleshooting]]></category> <category><![CDATA[ping]]></category> <category><![CDATA[tracert]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=45744</guid> <description><![CDATA[This article is the fourth and final part of a series on the basics of network troubleshooting. The tools covered in the previous articles (ping, ipconfig, tracert and pathping) will be combined into a troubleshooting method. This guide will teach you valuable steps in finding where a problem is on a network connection. One of [...]]]></description> <content:encoded><![CDATA[<p>This article is the fourth and final part of a series on the basics of network troubleshooting.  The tools covered in the previous articles (<a
href="http://www.ghacks.net/2011/05/12/network-troubleshooting-basics-the-ping-command/">ping</a>, <a
href="http://www.ghacks.net/2011/05/17/network-troubleshooting-basics-the-ipconfig-command/">ipconfig</a>, <a
href="http://www.ghacks.net/2011/05/24/network-troubleshooting-basics-tracert-pathping/">tracert and pathping</a>) will be combined into a troubleshooting method.  This guide will teach you valuable steps in finding where a problem is on a network connection.</p><p>One of my networking classes included the basics of troubleshooting a network connection.  It included basic command line tools that really were very easy to use and understand.  Most of the students thought they were fun to use.</p><p>Knowing these commands before having to deal with the frustration of a network connection problem is not a bad idea.  A working connection shows you what is supposed to happen.  If you see something different, you will know something is up.  When problems strike, at the least you can get an idea of what is going on.</p><p><strong>Step 0: Check the Cords &#038; Power</strong></p><p>The first thing you should always do is check to make sure everything is plugged in: your computer, router, device, etc.  Many laptops have a button to turn off the wireless connection; the icon looks like a signal tower.  When in doubt, read the manual (which you can often download from the manufacturer&#8217;s website).  Bear in mind, we all forget this step at some point, so do not feel too silly when it happens to you.</p><p><strong>Step 1: Ping Yourself</strong></p><p>You want to test that your machine is working properly.  To do this, you want to ping yourself.  You use the loop-back address (127.0.0.1) to do this.  Pinging the loop-back address tests to make sure software on your computer is working properly.  Typically, if something is not working at this stage, you may just need to restart your computer.</p><p>ping<br
/> http://www.ghacks.net/2011/05/12/network-troubleshooting-basics-the-ping-command/</p><p><strong>Step 2: Ping Your Router (AKA: the Default Gateway)</strong></p><p>The next step would be to ping your router.  You can find your router&#8217;s IP address with ipconfig as well (it should be on the bottom of the unit and listed in the manual too).  Remember that <a
href="http://www.ghacks.net/2011/05/17/network-troubleshooting-basics-the-ipconfig-command/">ipconfig</a> lists your router as the &#8220;Default Gateway.&#8221;  It is very likely to be <a
href="http://www.ghacks.net/2011/04/29/why-your-home-router-is-192-168-1-1/">192.168.1.1</a> or a similar number.</p><p>This is done to test if your router is responding.  If it is not, and you have already checked to make sure it is on, then it may need to be turned off and turned on.  Every once in a while it may need a refresh.  If the problem continues, contact you ISP for assistance to see if they can help.</p><p>Note: Routers, like anything else in the IT world, will someday fail.  There is a chance that this has happened.  Your ISP help desk should be able to help you determine this.  If the router is one of theirs, they will likely send you out a new one.</p><p><strong>Step 3: Ping Yourself with Your IP Address</strong></p><p>We want to test to make sure everything is working correctly between your router and your computer.  To do this, ping your IP address.  It is listed in the ipconfig command at the same time the router IP number is.  If this works, you can be pretty confident that a problem is outside your home (or maybe small office) network.</p><p><strong>Step 4: Ping and Tracert Outside Your Network</strong></p><p>From here, you want to test something outside your network.  In a medium or larger network setting, a server on another branch of the network will do.  For a home network, the Internet is often your only option.  Since chances are the problem is that one or more websites are (or seem) down, this is a logical thing to check.</p><p>You can use a few different tools.  First try the ping command because it is the fastest.  It will only tell you if the site is working or not.  For more detailed information, use <a
href="http://www.ghacks.net/tag/tracert/">tracert</a> and pathping.  They can give a better idea of what is going on.  For instance,  if you can reach your router, but no further, the node that connects you to the Internet may be down: an ISP issue.  If you can reach only a couple (one or two) steps past your router, then it still is probably an ISP issue.  Your Internet is down.  If you can reach a lot further, the site may be having issues (see <a
href="http://www.ghacks.net/2011/02/17/is-facebook-down-find-out-right-now/">is Facebook down</a>, ways to <a
href="http://www.ghacks.net/2008/03/16/ways-to-check-if-a-website-is-really-down/">check if a website is really down</a>, for pointers)  There even is a chance that other sites, either from the same proximity or even hosting service, are having the same problem.  If it is an e-commerce site, there may be a number to call, but there probably is not much to do besides wait.  At least you know where the problem is.</p><p><strong>Parting Thought</strong></p><p>On a parting note, one other benefit of trying these commands out on a nice day like today is that it creates a positive mental association with the tools.  That might change with enough problems, but they are worthy of a good first impression.  Having the skills to deal with a problem ahead of time is always a good idea.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/30/network-troubleshooting-basics-some-simple-steps/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Network Troubleshooting Basics: The Ipconfig Command</title><link>http://www.ghacks.net/2011/05/17/network-troubleshooting-basics-the-ipconfig-command/</link> <comments>http://www.ghacks.net/2011/05/17/network-troubleshooting-basics-the-ipconfig-command/#comments</comments> <pubDate>Tue, 17 May 2011 07:40:11 +0000</pubDate> <dc:creator>Ryan D. Lang</dc:creator> <category><![CDATA[Linux]]></category> <category><![CDATA[Mac]]></category> <category><![CDATA[troubleshooting]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[flush dns]]></category> <category><![CDATA[ifconfig]]></category> <category><![CDATA[IP address]]></category> <category><![CDATA[ipconfig]]></category> <category><![CDATA[network troubleshooting]]></category> <category><![CDATA[router]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=45207</guid> <description><![CDATA[This article is the second in a series of the basics of network troubleshooting. Last time, the ping command was demonstrated. Now the ipconfig command will be covered (the Linux/Mac ifconfig &#038; route commands will be touched on too). While this is a basic tutorial, there are some advanced tips and topics included. The Ipconfig [...]]]></description> <content:encoded><![CDATA[<p>This article is the second in a series of the basics of network troubleshooting.  Last time, the <a
href="http://www.ghacks.net/2011/05/12/network-troubleshooting-basics-the-ping-command/">ping command</a> was demonstrated.  Now the ipconfig command will be covered (the Linux/Mac ifconfig &#038; route commands will be touched on too). While this is a basic tutorial, there are some advanced tips and topics included.</p><p><strong>The Ipconfig Command Basics</strong></p><p>The <a
href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/ipconfig.mspx?mfr=true">ipconfig</a> command gets its name from the acronym IP (<a
href="http://www.ghacks.net/2010/04/19/how-do-i-find-my-ip-address/">Internet Protocol</a>) and a shortened term for configure.  Understanding this served as a mnemonic device for me when I was first learning networking.  It is used to display and configure your connection to the Internet.  This tutorial will focus on the display and what that means.</p><p><strong>Deciphering the Information</strong></p><p>To get to ipconfig, we have to get to the command line.</p><ul><li>Click Start, click Run, type in &#8220;cmd&#8221; &#038; hit enter.</li><li>Type in ipconfig &#038; hit enter. (you can use <strong>ipconfig /all</strong> for detailed information)</li></ul><p>You will get a screen that looks like this.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/ipconfig-windows.jpg" alt="ipconfig windows" title="ipconfig windows" width="435" height="211" class="alignnone size-full wp-image-45208" /></p><p>To find your router&#8217;s IP number, look next to &#8220;Default Gateway&#8221; (listed last).  For a mnemonic, think of the router as your gateway to the Internet or another network.  To find your computers&#8217; IP number, look next to &#8220;IP Address&#8221;.  Do not worry about the other information like the subnet mask.</p><p>In this case, the computer number is 192.168.1.4 while 192.168.1.1 is the router number.  It is common for 192.168.1.1 or 192.168.0.1 to be the router&#8217;s IP address.  There are a few reasons for this, which were covered in a <a
href="http://www.ghacks.net/2011/04/29/why-your-home-router-is-192-168-1-1/">previous article</a>.</p><p><strong>Ping Your Router (Default Gate)</strong></p><p>We are using the ipconfig command so that we can get the IP number of the router.  As discussed at the end of  the last article on the ping command, we want to ping our router.  If we can ping it, then it should be working properly.</p><p>To do this, type in <strong>ping</strong> and the router (default gateway) number as shown.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/ping-router.png" alt="ping router" title="ping router" width="437" height="235" class="alignnone size-full wp-image-45209" /></p><p><strong>Some Possible Problems</strong></p><p>Consider a case where the connection to the Internet seems down.  If you cannot ping the router, or the ipconfig command says the default gateway is 0.0.0.0, then the problem may be in the router.  The first thing to check is whether the router is on and everything is plugged in.  The next thing to try would be to either restart the computer or to try and ping the router from another computer.  From here, you may want to call your ISP&#8217;s help line and let them know what you have tried.  An experienced user may restart the router; I have found that mine needs this from time to time.  For a beginner, it is better to get some help.  You will learn from the experience.</p><p>There is a possibility that your router may be failing.  That has happened to me once before.  Fortunately, a friend helped me troubleshoot the device, so stay in touch with networking pals.  The culprit may likely have been heat from a lack of proper ventilation.  Be sure your router has proper air flow.  While they may run warm, if they are hot to the touch, it may be bad for the device (check your manual or consult your manufacturer).</p><p><strong>ipconfig Command Line Options</strong></p><p>Ipconfig has several command line options that you can utilize. You can display all of them with the command <strong>ipconfig /?</strong>. Here is a short selection of the most common uses.</p><ul><li><em>ipconfig /release</em> &#8211; Releases all IPv4 addresses (requires DHCP)</li><li><em>ipconfig /renew</em> &#8211; Renews all IPv4 addresses (requires DHCP)</li><li><em>ipconfig /flushdns</em> &#8211; <a
href="http://www.ghacks.net/2011/03/13/how-to-flush-the-dns-cache-in-windows/">Flushes the DNS cache</a></li></ul><p><strong>Linux &#038; Mac Use Ifconfig &#038; Route -n</strong></p><p>For those running <a
href="http://www.ghacks.net/2010/04/20/how-do-i-find-my-network-information-in-linux/">Linux</a> or are on a Mac, the commands to use are <a
href="https://help.ubuntu.com/10.04/serverguide/C/network-configuration.html">ifconfig</a> and <a
href="http://manpages.ubuntu.com/manpages/hardy/man8/route.8.html">route -n</a>.  Is ifconfig identical to ipconfig?  No.  The ifconfig command will show you your computer&#8217;s IP number and other information.  You just type in the command, ifconfig, into the terminal to find out information about how your computer connects to the Internet.  To get your router&#8217;s IP number, you use the route command with a -n (netstat -r should work too).  Both are shown in the screen shots.  Make sure you use lowercase letter; the commands are case sensitive.  (Side Note: Linux also has a <a
href="http://linuxcommand.org/man_pages/iwconfig8.html">iwconfig</a> command for wireless specific tweaking (e.g. frequency).)</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/Screenshot-ifconfig.png" alt="ifconfig" title="ifconfig" width="519" height="156" class="alignnone size-full wp-image-45210" /></p><p><img
src="http://www.ghacks.net/wp-content/uploads/2011/05/Screenshot-route.png" alt="route" title="route" width="330" height="100" class="alignnone size-full wp-image-45211" /></p><p>Just a note about the Mac <a
href="http://developer.apple.com/library/mac/#documentation/Darwin/Reference/ManPages/man8/ifconfig.8.html">ifconfig</a> command.  We are using it to view network settings, which is fine.  In doing research for this article, I read that it is <a
href="http://en.wikipedia.org/wiki/Ifconfig">not advised</a> to use this to change settings.  From what I read, it works, but with possible complications.</p><h3>Closing</h3><p>We use ipconfig to find the router&#8217;s IP number.  Once you have that, you can ping the router to test if it is responsive.  The problem with the ping command is that, while it is fast, is doesn&#8217;t give you a lot of information.  For that, we use the tracert command, which will be covered next.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/05/17/network-troubleshooting-basics-the-ipconfig-command/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>How To Enable IPv6 On Windows XP</title><link>http://www.ghacks.net/2011/02/06/how-to-enable-ipv6-on-windows-xp/</link> <comments>http://www.ghacks.net/2011/02/06/how-to-enable-ipv6-on-windows-xp/#comments</comments> <pubDate>Sun, 06 Feb 2011 13:43:52 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ipconfig]]></category> <category><![CDATA[ipv6]]></category> <category><![CDATA[ipv6 protocol]]></category> <category><![CDATA[netsh]]></category> <category><![CDATA[windows-xp]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=39632</guid> <description><![CDATA[Most ISPs are in the process of enabling the IPv6 protocol which is then available for usage in addition to the currently used IPv4 protocol. Windows Vista and Windows 7 users do not need to enable or configure their operating system for IPv6 usage as it is enabled by default. The situation is different for [...]]]></description> <content:encoded><![CDATA[<p>Most ISPs are in the process of enabling the IPv6 protocol which is then available for usage in addition to the currently used IPv4 protocol. Windows Vista and Windows 7 users do not need to enable or configure their operating system for IPv6 usage as it is enabled by default. The situation is different for Windows XP users who need to install the IPv6 protocol to add support for it to the operating system.</p><p>It is probably a good idea to test if IPv6 is already available on the operating system. An easy option to find out is the ipconfig command which displays network information in a command line window. To run the command press Windows-R, type cmd and hit enter. This opens the Windows command prompt.  Now use the command <em>ipconfig</em> to find out if IPv6 is available on the computer. Please note that the following screenshot is showing ipconfig on Windows 7.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/02/ipv6-protocol.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/02/ipv6-protocol-550x402.jpg" alt="ipv6 protocol" title="ipv6 protocol" width="550" height="402" class="alignnone size-medium wp-image-39633" /></a></p><p>If you do not see an entry IPv6 Address in the listing it is not enabled and needs to be installed. The easiest way to install the IPv6 protocol under Windows XP is from the command prompt. Enter the following commands separately and press return after each of them:</p><ul><li>netsh</li><li>interface</li><li>ipv6</li><li>install</li></ul><p>This installs IPv6 under Windows XP. It is also possible to install the protocol under the network settings options of the Control Panel. Right-click on the appropriate network adapter and select Preferences from the selection. Now select Install on the screen and then Protocol from the available options. Locate Microsoft TCP/IP Version 6, a click on OK installs the selected protocol.</p><p><a
href="http://www.ghacks.net/wp-content/uploads/2011/02/install-ipv6-windows-xp.jpg"><img
src="http://www.ghacks.net/wp-content/uploads/2011/02/install-ipv6-windows-xp.jpg" alt="install ipv6 windows xp" title="install ipv6 windows xp" width="439" height="328" class="alignnone size-full wp-image-39634" /></a></p><blockquote><p>1. Open Network Connections<br
/> 2. Right-click any local area connection, and then click Properties.<br
/> 3. Click Install.<br
/> 4. In the Select Network Component Type dialog box, click Protocol, and then click Add.<br
/> 5. In the Select Network Protocol dialog box, click Microsoft TCP/IP version 6, and then click OK.<br
/> 6. Click Close to save changes to your network connection.</p></blockquote><p>You can check again with the ipconfig command to make sure that the IPv6 protocol was installed successfully on the operating system.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2011/02/06/how-to-enable-ipv6-on-windows-xp/feed/</wfw:commentRss> <slash:comments>21</slash:comments> </item> <item><title>Find Out Which Sites Users Have Accessed In Private Browsing Modes</title><link>http://www.ghacks.net/2010/10/03/find-out-which-sites-users-accessed-in-private-browsing-modes/</link> <comments>http://www.ghacks.net/2010/10/03/find-out-which-sites-users-accessed-in-private-browsing-modes/#comments</comments> <pubDate>Sun, 03 Oct 2010 14:43:16 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Security]]></category> <category><![CDATA[Tutorials Basic]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[dns cache]]></category> <category><![CDATA[flush dns]]></category> <category><![CDATA[ipconfig]]></category> <category><![CDATA[privacy]]></category> <category><![CDATA[private browsing]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=35509</guid> <description><![CDATA[Private browsing, a relative new feature that allows users to hide their web activities. The modes basically block storage of browsing session data in the browser or the computer&#8217;s hard drive. This for instance means that no data is written to the cache or the cookie storage. Users naturally feel safer using that mode, but [...]]]></description> <content:encoded><![CDATA[<p>Private browsing, a relative new feature that allows users to hide their web activities. The modes basically block storage of browsing session data in the browser or the computer&#8217;s hard drive. This for instance means that no data is written to the cache or the cookie storage.</p><p>Users naturally feel safer using that mode, but that should not be the case. Why? Because there are means to find out which sites have been accessed in private browsing mode.</p><p>You see, one feature of the Windows operating system is a DNS cache, that stores domain name and IP links. Without going into to much details, the DNS cache records information about every website that the user opens in a web browser in Windows.</p><p>Curious Windows users just need to list the contents of the DNS cache to find out what websites a user has been visiting in private browsing mode. It may require some additional comparisons to find the private browsing mode websites, but that requires just some manual work and can be neglected.</p><p>Here is how you can display the contents of the DNS cache:</p><ul><li>Open a command prompt in Windows. The easiest way to do that is to press Windows-R, type cmd and the enter key.</li><li>Now type the command ipconfig /displaydns in the command prompt and hit enter.</li><li>This displays all websites that have been stored in the DNS cache. Please note that this includes everything, which means websites in all web browsers, regardless of whether they have been opened automatically (e.g. by a script on the site) or manually by the user.</li></ul><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/10/display-dns-500x385.png" alt="display dns" title="display dns" width="500" height="385" class="alignnone size-medium wp-image-35510" /></p><p>Chance is the list is to large for the command line cache. You can use the command ipconfig /displaydns > dns.txt to save the output in the text document dns.txt. It is then possible to open the document in a text editor, to see all records. Opening it in a text editor has other advantages, like being able to search through the records.</p><p>Windows offers an option to flush the DNS cache so that all records are deleted from the cache. This is done with the command ipconfig /flushdns.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2010/10/flush-dns.png" alt="flush dns" title="flush dns" width="382" height="167" class="alignnone size-full wp-image-35511" /></p><p>Some programs (like CCleaner) offer options to delete the DNS Cache. It is also possible to write a simple batch file to delete it on shutdown. Let me know if you like an example script that does that.</p><p>Windows users who regularly work in private browsing mode should consider clearing their system&#8217;s DNS cache frequently to protect their privacy.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/10/03/find-out-which-sites-users-accessed-in-private-browsing-modes/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Display Network Information With Win IP Config</title><link>http://www.ghacks.net/2010/04/06/display-network-information-with-win-ip-config/</link> <comments>http://www.ghacks.net/2010/04/06/display-network-information-with-win-ip-config/#comments</comments> <pubDate>Tue, 06 Apr 2010 08:18:09 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[ipconfig]]></category> <category><![CDATA[network]]></category> <category><![CDATA[network adapter]]></category> <category><![CDATA[win ip config]]></category> <category><![CDATA[windows software]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=24200</guid> <description><![CDATA[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 [...]]]></description> <content:encoded><![CDATA[<p>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.</p><p>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.</p><p>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.</p><p><span
id="more-24200"></span><img
src="http://www.ghacks.net/wp-content/uploads/2010/04/win_ip_config-500x314.jpg" alt="win ip config" title="win ip config" width="500" height="314" class="alignnone size-medium wp-image-24201" /></p><p>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.</p><p>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.</p><p>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.</p><p>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.</p><p>The program <a
href="http://www.pkostov.com/wipcfg.html">can be</a> 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 <a
href="http://4sysops.com/archives/free-win-ip-config-gui-replaces-ipconfig-route-and-netstat/">4Sysops</a>)</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2010/04/06/display-network-information-with-win-ip-config/feed/</wfw:commentRss> <slash:comments>13</slash:comments> </item> <item><title>Could not flush the DNS Resolver Cache</title><link>http://www.ghacks.net/2009/06/28/could-not-flush-the-dns-resolver-cache/</link> <comments>http://www.ghacks.net/2009/06/28/could-not-flush-the-dns-resolver-cache/#comments</comments> <pubDate>Sun, 28 Jun 2009 19:55:08 +0000</pubDate> <dc:creator>Martin Brinkmann</dc:creator> <category><![CDATA[Software]]></category> <category><![CDATA[Windows]]></category> <category><![CDATA[dns]]></category> <category><![CDATA[dns client]]></category> <category><![CDATA[dns resolver cache]]></category> <category><![CDATA[flush dns]]></category> <category><![CDATA[ipconfig]]></category> <category><![CDATA[ipconfig flushdns]]></category> <category><![CDATA[windows dns]]></category> <guid
isPermaLink="false">http://www.ghacks.net/?p=13959</guid> <description><![CDATA[The DNS Client service is used by the Windows operating system to resolve and store domain name system names in order to speed up the process. There are a few possible pitfalls that users experience when using the DNS cache in the Windows operating system. It can for example mean that old DNS information are [...]]]></description> <content:encoded><![CDATA[<p><img
src="http://www.ghacks.net/wp-content/uploads/2009/04/microsoft_windows.jpg" alt="microsoft windows" title="microsoft windows" width="128" height="128" class="alignleft size-full wp-image-11907" />The DNS Client service is used by the Windows operating system to resolve and store domain name system names in order to speed up the process. There are a few possible pitfalls that users experience when using the DNS cache in the Windows operating system. It can for example mean that old DNS information are used which can lead to all kind of troubles. The <strong>ipconfig /flushdns</strong> command can be used to flush the dns cache in order to resolve the domain names anew.</p><p>Users who try to flush the dns cache might receive the error message &#8220;Windows IP Configuration Could not flush the DNS Resolver Cache: Function failed during execution&#8221; if the DNS Client service is deactivated.</p><p><span
id="more-13959"></span><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/could_not_flush_the_dns_resolver_cache-500x64.jpg" alt="could not flush the dns resolver cache" title="could not flush the dns resolver cache" width="500" height="64" class="alignnone size-medium wp-image-13960" /></p><p>The solution to fix this error message is to enable the DNS Client service again in the Services configuration menu. I&#8217;m not sure if it makes that much sense to flush the cache if the DNS Client is disabled as it should mean that Windows is not resolving and storing DNS at all. Experts who might to weight in are encouraged to do so.</p><p>You can start the service by typing [Windows R], [services.msc] [enter]. Locate the DNS Client service, right-click it and select properties from the menu.</p><p><img
src="http://www.ghacks.net/wp-content/uploads/2009/06/dns_client.jpg" alt="dns client" title="dns client" width="410" height="466" class="alignnone size-full wp-image-13963" /></p><p>You need to set the service to manual or automatic before you are able to start the service.</p> ]]></content:encoded> <wfw:commentRss>http://www.ghacks.net/2009/06/28/could-not-flush-the-dns-resolver-cache/feed/</wfw:commentRss> <slash:comments>5</slash:comments> </item> </channel> </rss>
