You are using IPv4 from 18.188.68.115
Step By Step
Configuration
Get Connected
IPv6 Services
FAQs
Links
About the IPv6 Day
Login
If you wish to contribute to this website, and you're able to translate the different pages, please fill in below. If possible, please, do the same with all the pages, so the users of the new language have a complete view of the web site. Your translation will be reviewed by the site administrators before publication.
This is the original text for En.Configuration-WindowsXP-SP1OrLater
In order to check that IPv6 works in your PC, run in a console window:
ping6 -n 5 ::1
If the result is the following (or similar):
Pinging ::1
from ::1 with 32 bytes of data:
Reply from ::1: bytes=32 time<1ms
Ping statistics for ::1:
Packets: Sent = 5, Received = 5, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 0ms, Maximum = 0ms, Average = 0ms
It means that IPv6 is installed correctly. Basically you need to be able to read "5 Received".
However, if the system does not recognize the command introduced (and/or returns any kind of error), follow the instructions in the next section.
In "My network places" select properties and on the network card click again on Properties -> Install -> Protocol -> IPv6.
You can also do it from the command line with the instruction netsh interface ipv6 install.
netsh interface ipv6 install
Now, that you have installed IPv6, follow the instructions at the top of this page to make sure that it is working correctly.
In IPv6, each interface can have multiple addresses assigned to network and tunneling interfaces intended for different purposes. For this reason, RFC3484 provides a standardized method to choose source and destination IPv6 addresses with which to attempt connections.
Indeed this RFC defines two algorithms:
1) A destination address selection algorithm to sort the list of possible destination addresses in order of preference.
2) A source address selection algorithm to choose the best source address to use with a destination address.
This is implemented by the Operating System so applications do not need to include their own address selection algorithms, reducing the development burden on IPv6-capable applications. However, the algorithm can be overridden by applications if either the source or destination address is used rather its full qualified domain name (FQDN).
In Windows XP, 2003 and Vista, to have administrative control over the precedence of the source and/or destination addresses, the local prefix policy table can be managed with the netsh command as follows:
netsh interface ipv6 show prefixpolicy
netsh interface ipv6 add prefixpolicy
netsh interface ipv6 set prefixpolicy
netsh interface ipv6 delete prefixpolicy
Example
C:>netsh interface ipv6 show prefixpolicy
The above prefix policy table shows the following:
1) If native IPv6 is available on the host, any IPv6 destination has more precedence than any IPv4 destination:
2) If 6to4 is available on the host, any IPv6 destination has more precedence than any IPv4 destination:
3) If Teredo is available on the host, any IPv4 destination has more precedence than any IPv6 destination:
Changing the address selection precedence
If you want to change the precedence of one prefix, for example Teredo prefix over IPv4 addresses according to the above prefix policy table you should use:
C:>netsh interface ipv6 set prefixpolicy prefix=2001::/32 precedence=15 label=5
You should fill in the following fields to proceed:
Language
Write here the translation of En.Configuration-WindowsXP-SP1OrLater page you are going to add. Do not worry about the format, plain text is fine.
Email
If you don't provide a valid email address, the translation will not be approved
The IPv6 Day is Organized and Supported by:
webmaster