<?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>Computer Support &#187; IPv6</title>
	<atom:link href="http://www.xiitec.com/blog/tag/ipv6/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.xiitec.com/blog</link>
	<description></description>
	<lastBuildDate>Wed, 30 Dec 2009 08:40:28 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Installing the IPv6 Stack</title>
		<link>http://www.xiitec.com/blog/2008/02/15/installing-the-ipv6-stack/</link>
		<comments>http://www.xiitec.com/blog/2008/02/15/installing-the-ipv6-stack/#comments</comments>
		<pubDate>Fri, 15 Feb 2008 23:46:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[IPv6]]></category>

		<guid isPermaLink="false">http://www.xiitec.com/blog/?p=138</guid>
		<description><![CDATA[Windows Server 2003 provides native support for IPv6, but  Windows 2000 does not. To install the IPv6 stack for Windows 2000, you need to  first download it from here.

Run the executable and extract the files to a folder on your  server. Then install the protocol stack by running setup.exe. If you are [...]]]></description>
			<content:encoded><![CDATA[<p>Windows Server 2003 provides native support for IPv6, but  Windows 2000 does not. To install the IPv6 stack for Windows 2000, you need to  first download it from <a href="http://www.microsoft.com/downloads/details.aspx?FamilyId=27B1E6A6-BBDD-43C9-AF57-DAE19795A088&amp;displaylang=en" target="_blank">here</a>.</p>
<p><span id="more-138"></span></p>
<p>Run the executable and extract the files to a folder on your  server. Then install the protocol stack by running <em>setup.exe</em>. If you are  running Service Pack 2 or later (and hopefully you are), you have to perform  some additional steps to get the installation to work. By default if you run the  setup program it will complain about the system not being at Service Pack 1.  Follow the directions on the following site to fix the problem: <a href="http://msdn.microsoft.com/downloads/sdks/platform/tpipv6/faq.asp" class="docLink" target="_blank">http://msdn.microsoft.com/downloads/sdks/platform/tpipv6/faq.asp</a>.</p>
<p>Once you have the stack installed, you should follow the steps  outlined in the graphical user interface instructions to configure it for a  particular network connection (which also applies to Windows Server 2003).</p>
<p><strong>Using a graphical user interface</strong></p>
<p style="font-weight: bold">&nbsp;</p>
<ol>
<li>Open the Control Panel.</li>
<li>From the <span class="docEmphBold">Network Connections</span>  applet, double-click the connection you want to install IPv6 for.</li>
<li>Click the <span class="docEmphBold">Properties</span>  button.</li>
<li>Click the <span class="docEmphBold">Install</span>  button.</li>
<li>Select <span class="docEmphBold">Protocol</span> and click the  <span class="docEmphBold">Add</span> button.</li>
<li>Select <span class="docEmphBold">Microsoft TCP/IP version  6</span> and click <span class="docEmphBold">OK</span>.</li>
<li>Click <span class="docEmphBold">Close</span>.</li>
</ol>
<p><strong>Using a command-line interface</strong></p>
<p>The following command installs the IPv6 stack. It must be run  directly on the target server:</p>
<pre>&gt; netsh interface ipv6 install</pre>
<p>If you need to run the command remotely, you can use the  <em>psexec</em> command:</p>
<pre>&gt; psexec \\server01 netsh interface ipv6 install</pre>
<p><strong>Using VBScript</strong></p>
<p>There is no scripting interface to install the stack, but you  can shell out and run the <em>netsh</em> command as in the following example:</p>
<pre>' This code installs the IPv6 on the computer the script is run from.strCommand = "netsh interface ipv6 install"

set objWshShell = WScript.CreateObject("WScript.Shell")

intRC = objWshShell.Run(strCommand, 0, TRUE)

if intRC &lt;&gt; 0 then

WScript.Echo "Error returned from running the command: " &amp; intRC

else

WScript.Echo "Command executed successfully"

end if</pre>
<p>IPv6 is the next generation TCP/IP protocol suite intended to  replace IPv4. Adoption of IPv6 has been slow, but seems to be steadily gaining  momentum. Fortunately, Windows Server 2003 provides better support for IPv6 than  it did Windows 2000. For a good overview of IPv6 and how to configure the  Windows client, see the following FAQ: <a href="http://msdn.microsoft.com/downloads/sdks/platform/tpipv6/faq.asp" class="docLink" target="_blank">http://msdn.microsoft.com/downloads/sdks/platform/tpipv6/faq.asp</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.xiitec.com/blog/2008/02/15/installing-the-ipv6-stack/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

