What is Network Address Translation(NAT)?
Learn what NAT is, how it works, and common issues that can arise with NAT.
Need Help?
Try our AI Troubleshooting Assistant for personalized help.

On This Page
Related Networking Basics Guides
What Is NAT?
NAT (Network Address Translation) is a networking process that translates private IP addresses into a public IP address while data is traveling between a local network and the internet.
NAT allows multiple devices on a network to share a single public IP address. This helps conserve IPv4 addresses and adds a layer of separation between internal devices and the public internet.
Think of NAT like mail forwarding. A mail carrier knows the public address of an apartment building, but once the mail arrives, it must be delivered to the correct apartment inside. Similarly, NAT receives internet traffic sent to a public IP address and forwards it to the correct device on the local network.
For example, your network may contain:
Laptop → 192.168.1.10
Xbox → 192.168.1.20
Smart TV → 192.168.1.30
All of these devices can access the internet using the same public IP address assigned by your Internet Service Provider (ISP).
Example
Use this section as your baseline before working through the symptoms, commands, and fixes below.
Why NAT Is Important?
NAT helps:
Conserve public IPv4 addresses
Allow multiple devices to share one internet connection
Hide private IP addresses from the public internet
Simplify home and business networking
Key Takeaway
NAT translates private IP addresses into a public IP address, allowing multiple devices on a network to communicate with the internet while sharing the same public-facing address.