Winxp and 2003 manual configuration of IPv6 method

  

first need to install IPv6-supported protocol "Microsoft TCP /IP version 6", the installation method can refer to this article: http://www.jb51.net/os/windows /Win2003/206798.html Then at the command prompt type: C:\\>netsh netsh>interface ipv6 netsh interface ipv6>add address "local connection" 2001:da8:2004:2002::* (configure fixed IPv6 Address) netsh interface ipv6>add route:/0 "local connection" 2001:da8:2004:2002::1 (configure default routing gateway) netsh interface ipv6>add dns "local connection" 2001:da8: 2004:1000:202:116:160:33 (Configure the IPv6 DNS server, or configure it using IPv4 DNS) Manually configure the tunnel to automatically obtain the V6 address: For example: Tunnel Point IP: isatap.scau.edu.cn (192.168 .253.49) Tunnel mode: isatapC:\\>netsh netsh interface ipv6 isatap>set router isatap.scau.edu.cn (cancel after adding disabled) Then ipconfig should see a 2001:da8:2004:2001 prefix V6 address, hostid is 5efe:xxx x, where x.x.x.x is your real IPV4 address.


Copyright © Windows knowledge All Rights Reserved