Broadband Related > ISPs

Prefix delegation IPv6 for Sky network

<< < (2/7) > >>

hushcoden:
And one last thing: once enabled IPv6 in the router why I can't ping an IPv6 address ???

I open a command prompt window, and if I try ping -4 google.com I get

--- Code: ---Pinging google.com [216.58.206.142] with 32 bytes of data:
Reply from 216.58.206.142: bytes=32 time=21ms TTL=57
Reply from 216.58.206.142: bytes=32 time=23ms TTL=57
Reply from 216.58.206.142: bytes=32 time=21ms TTL=57
Reply from 216.58.206.142: bytes=32 time=22ms TTL=57

Ping statistics for 216.58.206.142:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 21ms, Maximum = 23ms, Average = 21ms
--- End code ---

But if I try ping -6 google.com then I can't

--- Code: ---Pinging google.com [2a00:1450:4009:811::200e] with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 2a00:1450:4009:811::200e:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
--- End code ---

Weaver:
I get
    2a00:1450:4009:802::200e
for google.com, and I can successfully ping it, because I have an ISP and kit that supports IPv6. And no firewall rules that block this.

Weaver:
What happens if you traceroute to it?

Display your routing table too.

skyeci:
I have sky obviously and mine works fine with sky's ipv6 no problem.



Windows PowerShell
Copyright (C) Microsoft Corporation. All rights reserved.

PS C:\WINDOWS\system32> ping -6 google.com

Pinging google.com [2a00:1450:4009:801::200e] with 32 bytes of data:
Reply from 2a00:1450:4009:801::200e: time=9ms
Reply from 2a00:1450:4009:801::200e: time=9ms
Reply from 2a00:1450:4009:801::200e: time=10ms
Reply from 2a00:1450:4009:801::200e: time=9ms

Ping statistics for 2a00:1450:4009:801::200e:
    Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 9ms, Maximum = 10ms, Average = 9ms
PS C:\WINDOWS\system32>

Weaver:
How do we check your firewalling state, from outside?

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version