
Hi Evon, On 10/23/12 10:13 AM, Evon Wangari wrote:
@ Odhiambo WASHINGTON, I was just asking an example where you know any host which can resolve to IPV6.
As of June 6 2012, many networks switched on IPv6 parmanently. A list of Websites, Networks and Vendors that support IPv6 is available at http://www.worldipv6launch.org/participants/ If IPv6 is enabled, it will default to IPv6 enabled services and on failure fall back to IPv4. So if you have IPv6 enabled and provided natively by your upstream provider then just ping6 any of the top big networks i.e Google, cisco, afrinic, etc ... and it should work. Michukis-MacBook-Pro:~ michuki$ ping6 www.afrinic.net PING6(56=40+8+8 bytes) 2001:43d0:2:6:9007:fb4c:fb1c:10ee --> 2001:42d0:0:410::136 16 bytes from 2001:42d0:0:410::136, icmp_seq=0 hlim=42 time=384.175 ms 16 bytes from 2001:42d0:0:410::136, icmp_seq=1 hlim=42 time=395.621 ms Michukis-MacBook-Pro:~ michuki$ ping6 www.cisco.com PING6(56=40+8+8 bytes) 2001:43d0:2:6:9007:fb4c:fb1c:10ee --> 2a02:26f0:32:2:9700::90 16 bytes from 2a02:26f0:32:2:9700::90, icmp_seq=0 hlim=47 time=210.434 ms 16 bytes from 2a02:26f0:32:2:9700::90, icmp_seq=1 hlim=238 time=213.024 ms 16 bytes from 2a02:26f0:32:2:9700::90, icmp_seq=2 hlim=238 time=210.651 ms Michukis-MacBook-Pro:~ michuki$ ping6 www.google.com PING6(56=40+8+8 bytes) 2001:43d0:2:6:9007:fb4c:fb1c:10ee --> 2a00:1450:4009:806::1013 16 bytes from 2a00:1450:4009:806::1013, icmp_seq=0 hlim=50 time=255.897 ms 16 bytes from 2a00:1450:4009:806::1013, icmp_seq=1 hlim=50 time=216.284 ms 16 bytes from 2a00:1450:4009:806::1013, icmp_seq=2 hlim=50 time=224.817 ms HTH, Michuki.