Terme informatique

NAT64

A translation mechanism that lets IPv6 clients communicate with IPv4 servers.

⌚ About 1 min read
View my favorites

NAT64 is a translation mechanism that lets IPv6 clients communicate with IPv4 servers.

What is NAT64?

NAT64 is a translation mechanism that lets IPv6 clients communicate with IPv4 servers. It is part of the practical vocabulary used by administrators, developers and IT teams. Understanding it helps identify where the technology sits in an architecture and what problem it is intended to solve.

What is it used for?

It is mainly used to IPv6-only networks that must reach services still available only over IPv4. In production, its usefulness depends on the surrounding configuration, compatibility requirements and operational constraints.

How to recognize it in practice

You may encounter NAT64 in product interfaces, configuration files, logs, API documentation, network diagrams or troubleshooting procedures. Always check the context before changing a setting based only on its name.

Points to watch

It is commonly paired with DNS64 and requires a carefully planned prefix. Test changes, document the previous state and keep a rollback path for production systems.

In short

NAT64 = a translation mechanism that lets IPv6 clients communicate with IPv4 servers. Its main value is to IPv6-only networks that must reach services still available only over IPv4.

♡ 0