Ciao a tutti, ho una SIM WindTre che uso come backup per casa mia. Utilizzo l'APN myinternet.wind, che mi permette di ottenere un IP pubblico. Il problema che riscontro riguarda l'IPv6, l'indirizzo mi viene assegnato correttamente, ma sembra non essere instradato verso l'esterno.
Riesco a pingare il secondo hop del traceroute, ma non riesco a raggiungere Google:
lorenzo@U5GMax:~# traceroute6 google.com -i wwan0
traceroute to google.com (2a00:1450:4025:2405::71), 30 hops max, 72 byte packets
1 * * *
2 2a02:b000:2f15:800f::1 (2a02:b000:2f15:800f::1) 65.511 ms 45.903 ms 49.415 ms
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 * * *
9 * * *
10 * * *
lorenzo@U5GMax:~# ping6 2a02:b000:2f15:800f::1 -I 2a02:b125:8000:566:8ddb:f879:71e7:2afc
PING 2a02:b000:2f15:800f::1 (2a02:b000:2f15:800f::1) from 2a02:b125:8000:566:8ddb:f879:71e7:2afc: 56 data bytes
64 bytes from 2a02:b000:2f15:800f::1: seq=0 ttl=63 time=69.945 ms
64 bytes from 2a02:b000:2f15:800f::1: seq=1 ttl=63 time=49.285 ms
64 bytes from 2a02:b000:2f15:800f::1: seq=2 ttl=63 time=68.176 ms
64 bytes from 2a02:b000:2f15:800f::1: seq=3 ttl=63 time=67.994 ms
--- 2a02:b000:2f15:800f::1 ping statistics ---
4 packets transmitted, 4 packets received, 0% packet loss
round-trip min/avg/max = 49.285/63.850/69.945 ms
lorenzo@U5GMax:~# ping6 google.com -I 2a02:b125:8000:566:8ddb:f879:71e7:2afc
PING google.com (2a00:1450:4025:2405::8a) from 2a02:b125:8000:566:8ddb:f879:71e7:2afc: 56 data bytes
--- google.com ping statistics ---
3 packets transmitted, 0 packets received, 100% packet loss
È un problema noto?
Con gli altri APN l'IPv6 funziona correttamente, ma ovviamente in quel caso non ho un IPv4 pubblico. Sarebbe utile avere entrambi funzionanti contemporaneamente!