风雨中的背影 發表於 2014-8-19 11:40:21

winxp和2003手工配置IPv6的方法

<p>首先需要安装支持IPv6的协议&ldquo;Microsoft&nbsp; TCP/IP版本 6&rdquo;,安装方法可以参考这篇文章:<a target="_blank" href="https://www.jb51.net/os/windows/Win2003/206798.html">https://www.jb51.net/os/windows/Win2003/206798.html</a>然后在命令提示符下输入:<br />C:\&gt;netsh <br />  netsh&gt;interface ipv6&nbsp;<br />netsh interface ipv6&gt;add address &quot;本地连接&quot; 2001:da8:2004:2002::*&nbsp;&nbsp; (配置固定IPv6地址)<br />netsh interface ipv6&gt;add route ::/0 &quot;本地连接&quot; 2001:da8:2004:2002::1(配置默认路由网关)<br />netsh interface ipv6&gt;add dns &quot;本地连接&quot; 2001:da8:2004:1000:202:116:160:33&nbsp;(配置IPv6的DNS服务器,也可不配置,使用IPv4的DNS)<br /><br />手工配置隧道自动获得V6地址:<br />如:隧道点IP:isatap.scau.edu.cn&nbsp; (192.168.253.49)&nbsp;&nbsp;&nbsp;&nbsp; 隧道方式:isatap<br />C:\&gt;netsh <br />netsh interface ipv6 isatap&gt;set router&nbsp;isatap.scau.edu.cn (取消则在后面加 disabled)<br />然后 ipconfig后应该看到一个2001:da8:2004:2001为前缀的v6地址,hostid为5efe:x.x.x.x,其中x.x.x.x为你的真实的IPV4地址。</p>
<p><img name="normal" alt="" width="641" height="597" oldid="34099" oldsrc="https://img.jbzj.com/file_images/article/201408/201408191145127.jpg" uploadpic="U020080528356667248466.JPG" src="https://img.jbzj.com/file_images/article/201408/201408191145127.jpg" />&nbsp;<br /><br /><img name="normal" alt="" width="641" height="519" oldid="34100" oldsrc="https://img.jbzj.com/file_images/article/201408/201408191145128.jpg" uploadpic="U020080528356861923944.JPG" src="https://img.jbzj.com/file_images/article/201408/201408191145128.jpg" /></p>
頁: [1]
查看完整版本: winxp和2003手工配置IPv6的方法