Configure IPV6 in a windows system

Source: Internet
Author: User

As IPV4 addresses are expected to run out in 1012, all major telecom operators have begun to test their networks using IPV6 addresses. A project in our company is also testing the IPV6 network environment. We need to test the networks and servers where IPV6 addresses are deployed in different versions of windows. The following describes how to configure IP addresses for different versions of windows in our group.

1
Set IPV6A for windows 2003 server/XP, enable network properties, and check whether the IPV6 protocol is enabled.
Operation: Right-click "Network Neighbor"-properties-right-click "Local Connection"-properties-General page, and click "Use the following items for this connection" to check if "microsoft
"TCP/IP version 6" (as shown in the following figure ). If yes, the IPV6 protocol has been started. If not, you need to install the IPV6 protocol.

B. Install the IPV6 protocol
Operation: on the general page, click "Install"> "select network component type"> "protocol"> "add"> "network protocol" microsoft TCP/IP version 6 (as shown in the following figure) -Click "OK ". (Remote connection may interrupt the network. We recommend that you perform the above operations on site)

C. Check whether IPV6 has taken effect.
After the IPV6 protocol is enabled, if it is accessed from a pure ipv6 network environment or an ipv4/ipv6 Dual-stack environment, and the address is automatically obtained (default ), by default, the host generates a local IPV6 address starting with fe80. Check as follows:
Start-run-cmd-ipconfig-check whether an IPV6 address starting with Fe80 exists in the local connection section of the output result. The cut chart is as follows:

D. manually set IPV6 IP addresses, gateways (routes), and DNS
Operation: Start-run-cmd-netsh
Enter the system network parameter setting environment ――
Inter ipv6 add address "Local Connection" 2009: 2009: 168 (the IPV6 IP address you need to set)
Inter ipv6 add route
"Local Connection" 2009: 2009: 1 (the IPV6 gateway you need to set)
Inter ipv6 add DNS "Local Connection" 2009: 2009: 1 (you need to set the IPV6 DNS address)
After the setting is complete, quit will exit.

 

E. Network Testing
For network testing, it is best to use a local host to PING another host on the network, such as my ping
2009: 2009: 166
Operation: Start-run-cmd-ping
2009: 2009: 166. View test results.


2 windows 2000 A. Download tp00006-001205.exe and unzip it to your local computer.
Tpipv6-001205.exe is:
Aspx? FamilyID = 27b1e6a6-bbdd-43c9-af57-dae19795a088 & DisplayLang = en "> http://www.microsoft.com/downloads/details.aspx? FamilyID = 27b1e6a6-bbdd-43c9-af57-dae19795a088 & DisplayLang = en
B. Install the tpipv6 file.
View the SP version number of windows 2000. The NTServicePackVersion value of the hotfix. ini file is different in different installation directories. The NTServicePackVersion value of SP1 is 256. (default); the value of NTServicePackVersion of SP2 needs to be modified to 512, the value of NTServicePackVersion of SP3 needs to be modified to 768, and the value of NTServicePackVersion of SP4 needs to be modified to 1024.
The procedure is as follows:
1) decompress the Installation File
The operation is: start-run-cmd-in the command line interface to enter the directory after file decompression (such as d: TPIPV6-001205) to execute the setup-x command, decompress the file to the current folder of the TPipv6-001205, such as (d: TPIPV6-001205 ).

 

2) modify the NTServicePackVersion Value
A. Open the hotfix. ini file in the d: TPIPV6-001205 directory with notepad (see figure 1 ).
Operation: Right-click hotfix. ini-open mode-select notepad in the open mode interface-OK. The cut chart is as follows:

B. Modify the NTServicePackVersion value.
In the hotfix opened in text mode. in the ini document, in the first VERSION section, change NTServicePackVersion = 256 to the corresponding value based on the sp version (I changed it to 1024 here), save and exit. The cut chart is as follows:

3) run the hotfix.exe file in Directory d: tp00006-001205. Click OK to restart the system automatically.

 

C. Install the IPV6 protocol
Operation: right-click "Network Neighbor"-properties-right-click "Local Connection"-properties-click "Install" on the general page-on the "select network component type" Page select protocol> Add> network protocol> Microsoft Ipv6 protocal (as shown in the following figure) -Click "OK ".

 

D. Check whether IPV6 has taken effect.
After the IPV6 protocol is enabled, if it is accessed from a pure ipv6 network environment or an ipv4/ipv6 Dual-stack environment, and the address is automatically obtained (default ), by default, the host generates a local IPV6 address starting with fe80. Check as follows:
Start-run-cmd-ipv6 if-check whether an IPV6 address starting with Fe80 exists in the local connection section of the output result, note the interfac number of the local connection. The correct result is as follows:
Interface 4 (site 1): Local Connection

Uses Neighbor Discovery

Link-level address: 00-0f-ea-0f-35-49

Preferred address fe80 ::20f: eaff: fe0f: 3549, infinite/infinite

Multicast address ff02: 1, 1 refs, not reportable

Multicast address ff02: 1: ff0f: 3549, 1 refs, last reporter

Link MTU 1500 (true link MTU 1500)

Current hop limit 128

Reachable time 28500 ms (base 30000 ms)

Retransmission interval 1000 ms

DAD transmits 1

E. manually set IPV6 IP addresses, gateways (routes), and DNS
Operation: Start-run-cmd ――
Ipv6
-P adu 4/2009: 2009: 168 (the IPV6 IP address you need to set)
Ipv6-p rtu:/0 4/2009: 2009: 1 (the IPV6 gateway you need to set)
After the setting is complete, quit will exit.

F. Network Testing
For network testing, it is best to use a local host to PING another host on the network, such as my ping6
2009: 2009: 166
Operation: Start-run-cmd-ping6
2009: 2009: 166. View test results.

G. manually delete IPV6 addresses and gateways (routes)
If the IP address, gateway, and DNS are no longer required or are incorrectly configured, you can delete the previously set network attributes. The procedure is as follows:
Start-run-cmd ―
Ipv6
Adu 4/2009: 2009: 168 life 0 (the IPV6 IP address you need to set)
Ipv6 rtu:/0 4/2009: 2009: 1 life 0 (the IPV6 gateway you need to set)
After the setting is complete, quit will exit.
(The-p parameter is not supported in 2000. Therefore, manual IPV6 Address Configuration fails after restart)
3
Windows VISTA

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.