I couldn't ping the gateway:
C:\Users\miche>ping fe80::ead1:1bff:fe86:6939%9
Esecuzione di Ping fe80::ead1:1bff:fe86:6939%9 con 32 byte di dati:
Host di destinazione non raggiungibile.
Host di destinazione non raggiungibile.
Host di destinazione non raggiungibile.
Host di destinazione non raggiungibile.
Statistiche Ping per fe80::ead1:1bff:fe86:6939%9:
Pacchetti: Trasmessi = 4, Ricevuti = 0,
Persi = 4 (100% persi),
But if I remove the % sign the ping works:
C:\Users\miche>ping fe80::ead1:1bff:fe86:6939
Esecuzione di Ping fe80::ead1:1bff:fe86:6939 con 32 byte di dati:
Risposta da fe80::ead1:1bff:fe86:6939: durata=2ms
Risposta da fe80::ead1:1bff:fe86:6939: durata=2ms
Risposta da fe80::ead1:1bff:fe86:6939: durata=1ms
Risposta da fe80::ead1:1bff:fe86:6939: durata=5ms
Statistiche Ping per fe80::ead1:1bff:fe86:6939:
Pacchetti: Trasmessi = 4, Ricevuti = 4,
Persi = 0 (0% persi),
Tempo approssimativo percorsi andata/ritorno in millisecondi:
Minimo = 1ms, Massimo = 5ms, Medio = 2ms
I am not able to reach the gateway. I really don't know what to do. I just found a workaround creating a tunnel, but I think that is not the right way to fix the situation as my Ipv6 has to work normally. Here is what i did to fix the problem:
1) covert IPv4 (public) to IPv6 from
https://www.ipaddressguide.com/ipv4-to-ipv6 2) create tunnel address starting from 2001:b07 (ISP prefix) and adding the previous conversion with ::1 at the end
3) cmd with admin rights
4) following commandsi:
netsh
interface
ipv6
add v6v4tunnel interface= private localaddress= 192.168.1.115 remoteaddress= 81.208.50.214
add address interface= private address= 2001:b07......::1
add route ::/0 private
I really think that this tunnel is a big resource consuming one.
Any other idea?
Thanks a lot,
Michele