I followed the instructions here: https://github.com/opnsense/docs/blob/master/source/manual/how-tos/tayga.rst, and configured Tayga, the normalizer, the inbound allow all for the tayga interface, and outbound NAT firewall rules.
I have a /60 from my ISP, let's say it's 1111:2222:3333:2010::/60
My setup is as such:
IPV4 Address: 192.168.240.1
IPv4 NAT64 Interface Address: 192.168.239.255
IPv6 Address: ---
IPv6 NAT64 Interface Address: 1111:2222:3333:2010::6464
IPv6 Prefix: 1111:2222:3333:201f::/96
IPv4 Pool: 192.168.240.0/20
Custom Routing: False
If I traceroute to 1111:2222:3333:201f:1.1.1.1, I get the following:
So it looks like it's doing all the right things to generate the right IPs, but it's not sending things out. I have been racking my brain for 2 days on this. I even followed this video: https://youtu.be/WZSdpY_VgyY?si=9A_WJJJp1J-IdZnW, and followed to a tee (minus the ipv6 address he uses), and I got the same result.
Any help would be greatly appreciated. TIA!
-Travis
I have a /60 from my ISP, let's say it's 1111:2222:3333:2010::/60
My setup is as such:
IPV4 Address: 192.168.240.1
IPv4 NAT64 Interface Address: 192.168.239.255
IPv6 Address: ---
IPv6 NAT64 Interface Address: 1111:2222:3333:2010::6464
IPv6 Prefix: 1111:2222:3333:201f::/96
IPv4 Pool: 192.168.240.0/20
Custom Routing: False
If I traceroute to 1111:2222:3333:201f:1.1.1.1, I get the following:
Code Select
traceroute6 to 1111:2222:3333:201f::1.1.1.1 (1111:2222:3333:201f::101:101) from 1111:2222:333:2010::6464, 64 hops max, 28 byte packets
1 1111:2222:3333:201f::c0a8:f001 0.148 ms 0.083 ms 0.033 ms
2 1111:2222:3333:201f::c0a8:efff 0.066 ms 0.209 ms 0.135 ms
3 * * *
4 * * *
5 * * *
So it looks like it's doing all the right things to generate the right IPs, but it's not sending things out. I have been racking my brain for 2 days on this. I even followed this video: https://youtu.be/WZSdpY_VgyY?si=9A_WJJJp1J-IdZnW, and followed to a tee (minus the ipv6 address he uses), and I got the same result.
Any help would be greatly appreciated. TIA!
-Travis