1

Я обнаружил, что ping google.com из моего окна Windows 7 перестал работать.

Ниже вывод - обратите внимание, что пинг IPv4 работает, а Yahoo работает. Мой локальный маршрутизатор виноват здесь?

C:\Users\Jeff>ping google.com

Pinging google.com [2001:4860:4007:801::1007] with 32 bytes of data:
Destination net unreachable.
Destination net unreachable.
Destination net unreachable.
Destination net unreachable.

Ping statistics for 2001:4860:4007:801::1007:
    Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

C:\Users\Jeff>ping -4 google.com

Pinging google.com [74.125.224.206] with 32 bytes of data:
Reply from 74.125.224.206: bytes=32 time=5ms TTL=55
Reply from 74.125.224.206: bytes=32 time=5ms TTL=55

Ping statistics for 74.125.224.206:
    Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 5ms, Maximum = 5ms, Average = 5ms
Control-C
^C
C:\Users\Jeff>ping yahoo.com

Pinging yahoo.com [98.139.183.24] with 32 bytes of data:
Reply from 98.139.183.24: bytes=32 time=98ms TTL=46
Reply from 98.139.183.24: bytes=32 time=86ms TTL=46

Ping statistics for 98.139.183.24:
    Packets: Sent = 2, Received = 2, Lost = 0 (0% loss),
Approximate round trip times in milli-seconds:
    Minimum = 86ms, Maximum = 98ms, Average = 92ms
Control-C

C:\Users\Jeff>ping -6 google.com

Pinging google.com [2001:4860:4007:801::1005] with 32 bytes of data:
Destination net unreachable.
Destination net unreachable.
Destination net unreachable.

C:\Users\Jeff>tracert google.com

Tracing route to google.com [2001:4860:4007:801::1008]
over a maximum of 30 hops:

  1  Destination net unreachable.

Trace complete.

1 ответ1

1

Кажется, что ваш компьютер считает, что у него есть подключение IPv6, но ваш локальный маршрутизатор не работает должным образом. Вы настраивали адреса IPv6 на сетевом интерфейсе вручную? В этом случае вам, вероятно, следует удалить эту фиксированную конфигурацию. Все остальное зависит от того, как ваш провайдер предоставляет вам IPv6, и от того, как / как ваш маршрутизатор его обрабатывает.

Всё ещё ищете ответ? Посмотрите другие вопросы с метками .