This document provides an introduction to Network Address Translation (NAT) and describes a simple simulation configured to allow hosts from a private network to access a server through its public IP address. NAT is designed to separate private IP addresses from public IP addresses. The simulation involves configuring two routers, with one router using static NAT with Port Address Translation (PAT) to allow a server to be accessed via its public IP, and the other router using dynamic NAT and PAT to allow multiple private IPs to access the network. This demonstrates how NAT can translate private network addresses to access resources externally using public IP addresses.