1
22.1 Legacy Series / Re: NAT64 (Tayga) + NAT-Outbound reply packets do not arrive (most of the time)
« on: April 04, 2022, 09:01:24 am »
Great, thank you for the documentation and the PR. Perhaps it is also worth mentioning that an ULA IPv6 address can be used. This is a working configuration:
Don't forget DNS64 configuration and firewall/nat rules as documented by Maurice.
Code: [Select]
IPv4 Address: 10.14.0.1 # from IPv4 Pool
IPv4 NAT64 Interface Address: 10.15.0.1 # not from IPv4 Pool
IPv6 Address: <GUA IPv6 address> # one of your "public" IPv6 adresses
IPv6 NAT64 Interface Address: fd00:14::1 # not used by other interfaces
IPv6 Prefix: 64:ff9b::/96 # well-known prefix
IPv4 Pool: 10.14.0.0/16
Don't forget DNS64 configuration and firewall/nat rules as documented by Maurice.