About Linux FAQ

Browse More FAQs:

How To Ping IPv6 Address Using Windows Vista / Xp or Windows Server 2008 / 2003 Server

Posted by Vivek Gite [Last updated: October 7, 2008]

Q. How do I ping IPv6 enabled address using Windows XP or Vista or Windows ME?

A. Only following Windows product support IPv6 via ping.exe:
=> Windows Vista
=> Windows Server 2008
=> Windows XP with SP1 or later
=> Windows Server 2003

WARNING! You must have IPv6 tunnel installed or native IPv6 transport from your ISP to use IPv6 over the Internet. You can always use IPv6 inside your LAN/WAN if you have IPv6 enabled networking gear such as routers and other equipments.

Ping IPv6 using DNS host name

Open command prompt and type the following command
ping -6 {host.name}
ping -6 ipv6.google.com

Where ipv6.google.com is a name that can be resolved to an IPv6 address through entries in the local hosts file, or through AAAA resource records that are present in your Domain Name System (DNS) infrastructure. When you identify the target host by name rather than IPv6 address, it is necessary to include the -6 parameter.

To ping using an IPv6 address, the Ping.exe syntax is the following:
ping IPv6Address [%ZoneID]
ping 2001:4860:0:2001::68

2001:4860:0:2001::68 is gloable IPv6 address. To ping to the link-local address fe80::260:97ff:fe02:6ea5 using zone ID 4 (the interface index of an installed Ethernet adapter), use the following command:
ping fe80::260:97ff:fe02:6ea5%4

E-mail    Print    Can't find an answer to your question? Contact us

Related Other Helpful FAQs:

Leave a Reply

We encourage your comments, and suggestions. But please stay on topic, be polite, and avoid spam. Thank you very much for stopping by our site!

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>

Tags: , , , , , , , , , , , ,

Copyright © 2006-2008 nixCraft. All rights reserved - TOS/Disclaimer - Privacy policy - Powered by Open source software.