I added the two host overrides for nat64 prefix discovery: ipv4only arpa AAAA (IPv6 address) 64:ff9b::192.0.0.170 nat64 prefix discovery ipv4only arpa AAAA (IPv6 address) 64:ff9b::192.0.0.171 nat64 prefix discovery
My traceroute result (via root shell):>> traceroute6 64:ff9b::8.8.8.8traceroute6 to 64:ff9b::8.8.8.8 (64:ff9b::808:808) from OneOfMyStaticIPv6Subnet:dd0f::6464, 64 hops max, 28 byte packets 1 OneOfMyStaticIPv6Subnet-dd0f--4646.dynamic6.isp.ropa.net 0.175 ms 0.131 ms 0.070 ms 2 * * * 3 * *^C
Do I actually have to assign and enable the nat64 interface and assign the ip4/ipv6 addresses used in the tayga config?
Quote from: Grashopper on November 04, 2024, 09:16:20 pmMy traceroute result (via root shell):>> traceroute6 64:ff9b::8.8.8.8traceroute6 to 64:ff9b::8.8.8.8 (64:ff9b::808:808) from OneOfMyStaticIPv6Subnet:dd0f::6464, 64 hops max, 28 byte packets 1 OneOfMyStaticIPv6Subnet-dd0f--4646.dynamic6.isp.ropa.net 0.175 ms 0.131 ms 0.070 ms 2 * * * 3 * *^CThe 2nd hop should be the IPv4 NAT64 Interface Address, translated to IPv6. But in your case, this is an RFC1918 address (192.168.239.255) and you're also using the well-known NAT64 prefix (64:ff9b::/96). Under these circumstances, Tayga will refuse to perform a translation.Just for verification, you could temporarily use a different NAT64 prefix, like 2001:db8:64:ff9b::/96. You should then see a response from the 2nd hop (2001:db8:64:ff9b::192.168.239.255).
The 3rd hop should be OPNsense's upstream IPv4 gateway. If you perform a traceroute 8.8.8.8, does this gateway actually respond?
The default interface for me was wireguard
>> traceroute6 2001:db8:64:ff9b::8.8.8.8traceroute6 to 2001:db8:64:ff9b::8.8.8.8 (2001:db8:64:ff9b::808:808) from MyIP6Subnet:dd0f::6464, 64 hops max, 28 byte packets 1 MyIP6Subnet-dd0f--4646.dynamic6.isp.ropa.net 0.139 ms 0.107 ms 0.062 ms 2 2001:db8:64:ff9b::c0a8:efff 0.084 ms 0.099 ms 0.069 ms 3 2001:db8:64:ff9b::1fdc:4201 46.116 ms 4.677 ms 5.398 ms 4 2001:db8:64:ff9b::c32a:f445 4.283 ms 4.029 ms 3.945 ms 5 * * * 6 2001:db8:64:ff9b::808:808 4.284 ms 4.235 ms 4.240 ms works - yipie