A NAT64 implementation for Linux
github.com
A NAT64 implementation for Linux
1–6 of 6 posts
Re: A NAT64 implementation for Linux
#2The first (that I know of) NAT64 implementation was in OpenBSD 5.1 release and there's support in the default firewall/packet filter (pf). I think FreeBSD has this code working as well, but I'm not sure, and I'm too lazy to check.
Here are some OpenBSD 5.1 release NAT64 details:
http://www.h-online.com/open/news/item/NAT64-OpenBSD-5-1-wil...
The following talk on NAT64 is a bit old (2010) but good
Re: A NAT64 implementation for Linux
#3Re: A NAT64 implementation for Linux
#4If you're considering NAT64, look at Dual Stack Lite since it's more compatible.
Re: A NAT64 implementation for Linux
#5This looks interesting. Thanks for submitting it. The first (that I know of) NAT64 implementation was in OpenBSD 5.1 release and there's support in the default firewall/packet filter (pf). I think FreeBSD has this code working as well, but I'm not sure, and I'm too lazy to check. Here are some OpenBSD 5.1 release NAT64 details: http://www.h-online.com/open/news/item/NAT64-OpenBSD-5-1-wil... The following talk on NAT6…
[1] http://www.mail-archive.com/misc@openbsd.org/msg107255.html
Re: A NAT64 implementation for Linux
#6If you're considering NAT64, look at Dual Stack Lite since it's more compatible.
I haven't read RFC6333 yet, so I don't grasp Dual Stack Lite, but could you provide some details on why you feel it's "more compatible"? Thanks!
[1] Doesn't do DNS over IPv6, so can't operate in a IPv6-only environment.