Não é possível fazer o ping para o endereço IPV6 do Windows 7 [duplicado]

2

O meu é o Windows 7, tanto no laptop (home) quanto no PC (office). Eu também testei isso verificado de uma escola no Win8 PC. Por que não consigo pingar nenhum endereço IPV6?

Eu desabilitei o Eset nod32 completamente, mas ainda assim:

>ping ipv6.google.com
Ping request could not find host ipv6.google.com. Please check the name and try again

Enquanto nslookup (Win7) está funcionando bem:

>nslookup ipv6.google.com
Server:  google-public-dns-a.google.com
Address:  8.8.8.8

Non-authoritative answer:
Name:    ipv6.l.google.com
Address:  2404:6800:4007:805::200e
Aliases:  ipv6.google.com

** IPCONFIG ** (Win8 PC)

>ipconfig /all

Windows IP Configuration

   Host Name . . . . . . . . . . . . : CID-7244
   Primary Dns Suffix  . . . . . . . : removed.ac.in
   Node Type . . . . . . . . . . . . : Hybrid
   IP Routing Enabled. . . . . . . . : No
   WINS Proxy Enabled. . . . . . . . : No
   DNS Suffix Search List. . . . . . : removed.ac.in

Ethernet adapter Ethernet:

   Connection-specific DNS Suffix  . : removed.ac.in
   Description . . . . . . . . . . . : Realtek PCIe GBE Family Controller
   Physical Address. . . . . . . . . : 78-45-C4-26-18-C7
   DHCP Enabled. . . . . . . . . . . : Yes
   Autoconfiguration Enabled . . . . : Yes
   IPv4 Address. . . . . . . . . . . : 10.10.1.56(Preferred)
   Subnet Mask . . . . . . . . . . . : 255.255.0.0
   Lease Obtained. . . . . . . . . . : Monday, August 17, 2015 8:11:07 AM
   Lease Expires . . . . . . . . . . : Friday, August 21, 2015 8:10:32 AM
   Default Gateway . . . . . . . . . : 10.10.0.1
   DHCP Server . . . . . . . . . . . : 10.1.1.18
   DNS Servers . . . . . . . . . . . : 10.1.1.16
                                       10.1.1.17
                                       10.1.1.19
                                       10.1.1.18
   NetBIOS over Tcpip. . . . . . . . : Enabled

Tunnel adapter isatap.removed.ac.in:

   Media State . . . . . . . . . . . : Media disconnected
   Connection-specific DNS Suffix  . : removed.ac.in
   Description . . . . . . . . . . . : Microsoft ISATAP Adapter #2
   Physical Address. . . . . . . . . : 00-00-00-00-00-00-00-E0
   DHCP Enabled. . . . . . . . . . . : No
   Autoconfiguration Enabled . . . . : Yes
    
por user5858 16.08.2015 / 07:46

1 resposta

-1

você precisa colocar a opção -6

ping -6 ipv6.google.com
    
por 16.08.2015 / 07:59