1
Tutorials and FAQs / Re: OPNsense aarch64 firmware repository
« on: Today at 03:25:51 pm »
OPNsense 24.7.9 aarch64 packages and sets released. Includes hotfix 24.7.9_1.
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
The default interface for me was wireguard
>> traceroute6 2001:db8:64:ff9b::8.8.8.8
traceroute6 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
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.8
traceroute6 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?