jorhett
Regular Contributor
I've been chasing down an IPv6 issue with my provider. At this point they've fixed their routing, and all traffic over IPv6 appears to be working... except IPv6 traceroute
All other traffic seems to be working fine
I'm not certain that it's a local problem, but I'm struggling to prove this. Anyone got any local commands I can run to prove that the traceroute outbound packet or reply isn't being dropped by the Asus?
Code:
$ traceroute6 -n gitlab.jorhett.com
traceroute6 to foobar.jorhett.com (2001:1969:a109:8::8) from 2204:29c0:8121:8f8f:ac8f:e7fa:6a30:1f5f, 64 hops max, 28 byte packets
1 2204:29c0:8121:8f8f::1 3.650 ms 1.657 ms 1.628 ms
2 * * *
3 * * *
All other traffic seems to be working fine
Code:
$ dig +short @2606:4700:4700::1111 foobar.jorhett.com aaaa
2001:1969:a109:8::8
$ curl -6 https://foobar.jorhett.com
<html><body>It works!</body></html>
I'm not certain that it's a local problem, but I'm struggling to prove this. Anyone got any local commands I can run to prove that the traceroute outbound packet or reply isn't being dropped by the Asus?