<?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>Owen Consulting - IT &#38; Web support for Small Businesses &#187; Protocol Stack</title>
	<atom:link href="http://www.owenwebs.com/index.php/tag/protocol-stack/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.owenwebs.com</link>
	<description>Music, Technology, Rants and Funnies - Randomness at its best!</description>
	<lastBuildDate>Sun, 20 Jun 2010 02:58:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Repair TCP/IP Stack in Windows Vista</title>
		<link>http://www.owenwebs.com/2009/07/02/repair-tcpip-stack-in-windows-vista/</link>
		<comments>http://www.owenwebs.com/2009/07/02/repair-tcpip-stack-in-windows-vista/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 22:16:29 +0000</pubDate>
		<dc:creator>Robert Owen</dc:creator>
				<category><![CDATA[MicroSoft]]></category>
		<category><![CDATA[Support]]></category>
		<category><![CDATA[Vista Quest]]></category>
		<category><![CDATA[Communications Protocol]]></category>
		<category><![CDATA[Drive Corruption]]></category>
		<category><![CDATA[Internet Protocol]]></category>
		<category><![CDATA[Internet Protocol Network]]></category>
		<category><![CDATA[Ip Layer]]></category>
		<category><![CDATA[Netsh]]></category>
		<category><![CDATA[Network Architectures]]></category>
		<category><![CDATA[Network Resource]]></category>
		<category><![CDATA[Network Transmission]]></category>
		<category><![CDATA[Networking Services]]></category>
		<category><![CDATA[Osi Model]]></category>
		<category><![CDATA[Pearl Type]]></category>
		<category><![CDATA[Protocol Internet]]></category>
		<category><![CDATA[Protocol Network]]></category>
		<category><![CDATA[Protocol Stack]]></category>
		<category><![CDATA[Sna]]></category>
		<category><![CDATA[Spinning Wheel]]></category>
		<category><![CDATA[Stacks]]></category>
		<category><![CDATA[Tcp Ip Stack]]></category>
		<category><![CDATA[Tcp Stack]]></category>
		<category><![CDATA[Transmission Control Protocol]]></category>
		<category><![CDATA[User Access Control]]></category>
		<category><![CDATA[Wheel Of Death]]></category>
		<category><![CDATA[Windows Xp Server]]></category>

		<guid isPermaLink="false">http://www.owenwebs.com/?p=867</guid>
		<description><![CDATA[You had a virus, drive corruption, or some other OS altering situation.  But, being the hero you are, you resolved it and your PC is up and running again.  That is, until you try to access the internet or some other network resource.  The computer sits there trying to access that web page but nothing [...]]]></description>
			<content:encoded><![CDATA[<!-- wp-jquery-lightbox, a WordPress plugin by ulfben --> <p><img class="alignleft size-full wp-image-868" style="margin: 5px;" title="virus" src="http://www.owenwebs.com/wp-content/uploads/2009/07/virus.png" alt="virus" width="150" height="135" />You had a virus, drive corruption, or some other OS altering situation.  But, being the hero you are, you resolved it and your PC is up and running again.  That is, until you try to access the internet or some other network resource.  The computer sits there trying to access that web page but nothing is happening&#8230; (Much like a MAC and its &#8220;<a href="http://en.wikipedia.org/wiki/Spinning_wait_cursor" target="_blank">spinning wheel of death</a>&#8220;).  First you check your network connection&#8230; Then check to see if you have obtained an IP address and other credentials.  All good.  What gives?</p>
<p>One possibility is that you have  a corrupt TCP/IP stack.  What is the TCP/IP stack?  First, TCP/IP  is an important part of the operating system that allows it to communicate across a network.  (Transmission Control Protocol /Internet Protocol)  Network architectures are designed in layers, such as TCP/IP, OSI and SNA, and are called &#8220;stacks.&#8221; (See <a href="http://encyclopedia2.thefreedictionary.com/TCP/IP">TCP/IP</a>, <a href="http://encyclopedia2.thefreedictionary.com/OSI%20model">OSI model</a> and <a href="http://encyclopedia2.thefreedictionary.com/protocol%20stack">protocol stack</a>)</p>
<p>What can causes a corrupt TCP/IP stack?  Drive corruption can cause this, or sometimes a virus can re-write your TCP/IP stack to suit it&#8217;s purposes &#8211; Bend it to it&#8217;s will, so to speak.  So when you remove said virus your TCP/IP layer is rendered unusable to the operating system (corrupted).</p>
<p>To fix this issue we use the  NetShell utility.  The NetShell utility (netsh) is a command-line scripting interface for the configuring and monitoring of Windows XP, Server 2003 and Windows Vista networking services.  This will reinstall and reset the TCP/IP stack (Internet Protocol) to its original state.  To do this in Windows XP or Server 2003 we  used the following command:</p>
<p><strong><em>netsh int ip reset [ log_file_name ]</em></strong></p>
<p>Example:<br />
 <code>netsh int ip reset resetlog.txt</code></p>
<p>The above command will reset the TCP/IP stack and write a log file called <em>resetlog.txt,</em> recording it&#8217;s actions.</p>
<p>
Windows Vista, adds a little hitch to the process because of the UAC (User Access Control).</p>
<p>To reset the Stack in Windows Vista there are a few more steps:</p>
<ol>
<li>Click the Start Pearl.</li>
<li>Type <em><strong>Cmd </strong></em>in the  Search box.</li>
<li>Press<em><strong> </strong></em>the<em><strong> Ctrl-Shift-Enter</strong></em> (this is a shortcut that will run the Command Prompt as Administrator. )</li>
<li>Type <em><strong>netsh int ip reset</strong></em> at the Command Prompt then press the Enter key.</li>
<li>You will then have to restart the computer to complete the reset.</li>
</ol>
<p>The command will remove all user configured settings on TCP/IP stack and return it to original default state.  After the reboot completes, your network and internet browsing and use should return.</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px;"><ins style="border: medium none; margin: 0pt; padding: 0pt; display: inline-table; height: 250px; position: relative; visibility: visible; width: 300px;"><ins style="border: medium none; margin: 0pt; padding: 0pt; display: block; height: 250px; position: relative; visibility: visible; width: 300px;"></ins></ins></p>
<p><br class="spacer_" /></p>
<p><br class="spacer_" /></p>
<p>If you facing network connection issue, or more accurately unable to access or connect to <a id="KonaLink0" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.mydigitallife.info/2007/06/19/reinstall-and-reset-tcpip-internet-protocol-in-windows-vista-2003-and-xp/#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 13px; position: static;"><span class="kLink" style="border-bottom: 1px solid blue; color: blue ! important; font-family: &quot;Trebuchet MS&quot;,&quot;Bitstream Vera Sans&quot;,Verdana,Arial,&quot;Lucida Sans&quot;,&quot;Lucida Sans Unicode&quot;,Helvetica,sans-serif; font-weight: 400; font-size: 13px; position: static; background-color: transparent;">Internet</span></span><span id="preLoadWrap0" style="position: relative;"> </span></a></p>
<div id="preLoadLayer0" style="position: absolute; z-index: 4000; top: -32px; left: -18px; display: none;"><a id="KonaLink0" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.mydigitallife.info/2007/06/19/reinstall-and-reset-tcpip-internet-protocol-in-windows-vista-2003-and-xp/#" target="undefined"><img style="border: 0px none ;" src="http://kona.kontera.com/javascript/lib/imgs/grey_loader.gif" alt="" /></a></div>
<p>or network problem in Windows Vista, Windows 2003 and Windows XP, and <a href="http://www.mydigitallife.info/2007/06/18/repair-and-reset-windows-vista-tcpip-winsock-catalog-corruption/">repair WinSock settings</a> plus <a href="http://www.mydigitallife.info/2007/06/11/vista-ie7-no-connection-to-the-internet-is-currently-available-error/">workaround for Vista IE7 strange no connection problem</a> do not save your from Internet woes, you can try to reinstall and reset TCP/IP stack or Internet Protocol, one of the core component of the <a id="KonaLink2" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.mydigitallife.info/2007/06/19/reinstall-and-reset-tcpip-internet-protocol-in-windows-vista-2003-and-xp/#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 13px; position: static;"><span class="kLink" style="border-bottom: 1px solid blue; color: blue ! important; font-family: &quot;Trebuchet MS&quot;,&quot;Bitstream Vera Sans&quot;,Verdana,Arial,&quot;Lucida Sans&quot;,&quot;Lucida Sans Unicode&quot;,Helvetica,sans-serif; font-weight: 400; font-size: 13px; position: static; background-color: transparent;">operating </span><span class="kLink" style="border-bottom: 1px solid blue; color: blue ! important; font-family: &quot;Trebuchet MS&quot;,&quot;Bitstream Vera Sans&quot;,Verdana,Arial,&quot;Lucida Sans&quot;,&quot;Lucida Sans Unicode&quot;,Helvetica,sans-serif; font-weight: 400; font-size: 13px; position: static; background-color: transparent;">system</span></span></a></p>
<div id="preLoadLayer2" style="position: absolute; z-index: 4000; top: -32px; left: -18px; display: none;"><a id="KonaLink2" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.mydigitallife.info/2007/06/19/reinstall-and-reset-tcpip-internet-protocol-in-windows-vista-2003-and-xp/#" target="undefined"><img style="border: 0px none ;" src="http://kona.kontera.com/javascript/lib/imgs/grey_loader.gif" alt="" /></a></div>
<p>, which cannot be uninstalled.</p>
<p>Again, with a corrupt TCP/IP stack, the same woes may happen – unable to establish a connection to the server, unable to load a web page, unable to browse and surf the Internet, even though network connection to broadband <a id="KonaLink3" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.mydigitallife.info/2007/06/19/reinstall-and-reset-tcpip-internet-protocol-in-windows-vista-2003-and-xp/#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 13px; position: static;"><span class="kLink" style="border-bottom: 1px solid blue; color: blue ! important; font-family: &quot;Trebuchet MS&quot;,&quot;Bitstream Vera Sans&quot;,Verdana,Arial,&quot;Lucida Sans&quot;,&quot;Lucida Sans Unicode&quot;,Helvetica,sans-serif; font-weight: 400; font-size: 13px; position: static; background-color: transparent;">router</span></span></a></p>
<div id="preLoadLayer3" style="position: absolute; z-index: 4000; top: -32px; left: -18px; display: none;"><a id="KonaLink3" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.mydigitallife.info/2007/06/19/reinstall-and-reset-tcpip-internet-protocol-in-windows-vista-2003-and-xp/#" target="undefined"><img style="border: 0px none ;" src="http://kona.kontera.com/javascript/lib/imgs/grey_loader.gif" alt="" /></a></div>
<p>or wireless router appear to be OK.</p>
<p>When all means run out, try to reinstall the IP stack with NetShell utility. NetShell utility (netsh) is a command-line scripting interface for the configuring and monitoring of <a id="KonaLink1" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.mydigitallife.info/2007/06/19/reinstall-and-reset-tcpip-internet-protocol-in-windows-vista-2003-and-xp/#" target="undefined"><span style="color: blue ! important; font-weight: 400; font-size: 13px; position: static;"><span class="kLink" style="border-bottom: 1px solid blue; color: blue ! important; font-family: &quot;Trebuchet MS&quot;,&quot;Bitstream Vera Sans&quot;,Verdana,Arial,&quot;Lucida Sans&quot;,&quot;Lucida Sans Unicode&quot;,Helvetica,sans-serif; font-weight: 400; font-size: 13px; position: static; background-color: transparent;">Windows </span><span class="kLink" style="border-bottom: 1px solid blue; color: blue ! important; font-family: &quot;Trebuchet MS&quot;,&quot;Bitstream Vera Sans&quot;,Verdana,Arial,&quot;Lucida Sans&quot;,&quot;Lucida Sans Unicode&quot;,Helvetica,sans-serif; font-weight: 400; font-size: 13px; position: static; background-color: transparent;">XP</span></span></a></p>
<div id="preLoadLayer1" style="position: absolute; z-index: 4000; top: -32px; left: -18px; display: none;"><a id="KonaLink1" class="kLink" style="text-decoration: underline ! important; position: static;" href="http://www.mydigitallife.info/2007/06/19/reinstall-and-reset-tcpip-internet-protocol-in-windows-vista-2003-and-xp/#" target="undefined"><img style="border: 0px none ;" src="http://kona.kontera.com/javascript/lib/imgs/grey_loader.gif" alt="" /></a></div>
<p>, 2003 and Vista networking service.</p>
<p>To reinstall and reset the TCP/IP stack (Internet Protocol) to its original state as same as when the operating system was installed in <strong>Windows XP and Windows 2003</strong>, simply use the following command in command prompt shell. A log file name must be specified where actions taken by netsh will be recorded on newly created or appended if already existed file..</p>
<p><strong>netsh int ip reset [ log_file_name ]</strong></p>
<p>Example:</p>
<p><strong>netsh int ip reset resetlog.txt</strong></p>
<p>For Windows Vista, things work a little different due to introduction of UAC (Guide: <a href="http://www.mydigitallife.info/2006/12/19/turn-off-or-disable-user-account-control-uac-in-windows-vista/">Disable UAC</a>). Use this guide to perform a reinstalling of TCP/IP protocol in Vista:</p>
<ol>
<li>Click on Start button.</li>
<li>Type <strong>Cmd</strong> in the Start Search text box.</li>
<li>Press <strong>Ctrl-Shift-Enter</strong> keyboard shortcut to run Command Prompt as Administrator. Allow elevation request.</li>
<li>Type <strong>netsh int ip reset</strong> in the Command Prompt shell, and then press the Enter key.</li>
<li>Restart the computer.</li>
</ol>
<p>The command will remove all user configured settings on TCP/IP stack and return it to original default state by rewriting pertinent registry keys that are used by the Internet Protocol (TCP/IP) stack to achieve the same result as the removal and the reinstallation of the protocol</p>
</div>
<p style='text-align:left'>&copy; 2009, <a href='http://www.owenwebs.com'>Robert Owen</a>. All rights reserved. </p>

<p><strong>Possibly Related Posts:</strong></p>
<ul>
<li><a href="http://www.owenwebs.com/2010/06/19/create-a-shortcut-to-open-in-your-alternate-browser/">Create a Shortcut to open in your Alternate Browser</a></li>
<li><a href="http://www.owenwebs.com/2010/05/05/my-latest-upgrade/">My Latest Upgrade</a></li>
<li><a href="http://www.owenwebs.com/2010/02/16/scammers-they-really-need-to-try-something-new/">Scammers: They really need to try something new</a></li>
<li><a href="http://www.owenwebs.com/2010/01/07/warranty-schmarranty/">Warranty Schmarranty</a></li>
<li><a href="http://www.owenwebs.com/2009/12/07/windows-7-telnet-client/">Windows 7 Telnet Client</a></li>
</ul><br />
]]></content:encoded>
			<wfw:commentRss>http://www.owenwebs.com/2009/07/02/repair-tcpip-stack-in-windows-vista/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
	</channel>
</rss>
