What's causing this? How can I solve this so that a "ping ipv6.google.com" just works?
Microsoft Windows [Version 6.0.6001]
Copyright (c) 2006 Microsoft Corporation. All rights reserved.
C:\>nslookup ipv6.google.com
Server: UnKnown
Address: 192.168.1.254
Non-authoritative answer:
Name: ipv6.l.google.com
Address: 2001:4860:0:1001::68
Aliases: ipv6.google.com
C:\>ping ipv6.google.com
Ping request could not find host ipv6.google.com. Please check the name and try again.
C:\>ping 2001:4860:0:1001::68
Pinging 2001:4860:0:1001::68 from 2001:0:d5c7:a2d6:2c9c:d8d7:ad55:e84b with 32 bytes of data:
Reply from 2001:4860:0:1001::68: time=284ms
Reply from 2001:4860:0:1001::68: time=194ms
Reply from 2001:4860:0:1001::68: time=76ms
Reply from 2001:4860:0:1001::68: time=184ms
Ping statistics for 2001:4860:0:1001::68:
Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
Minimum = 76ms, Maximum = 284ms, Average = 184ms
C:\>