Network Address Translation - Traversal


NAT-T is a technique used to help data packets move through network devices that use NAT. NAT is like a translator that changes the addresses in data packets as they move through a network. However, this can cause issues for certain types of data traffic, like IPsec VPNs, which rely on specific address information to work correctly.

NAT-T solves this problem by wrapping the data packets in another layer, using a common format that NAT devices can handle more easily. This allows the packets to pass through the NAT devices without losing important information, ensuring that secure communications like VPNs can function properly even when NAT is involved.

<aside> <img src="/icons/preview_purple.svg" alt="/icons/preview_purple.svg" width="40px" /> Helpful Video

https://www.youtube.com/watch?v=sbL8f2GSq3w

</aside>

NAT-T (NAT Traversal) Cheat Sheet for CISSP