TCP/IP Basics

Static NAT

English

Overview

A NAT method that permanently maps one private IP address to the same single global IP address.

Details

Unlike NAPT (PAT), where multiple internal hosts share a single global IP, static NAT maintains a fixed one-to-one mapping, making it useful when you want external clients to reach a specific internal server directly (such as a public-facing web server).

More Networking terms