Static NAT

Static NAT is widely used in real networks because it creates a fixed one-to-one mapping between private and public IPs. In this lesson, you will clearly understand how to configure it and when this method is practical or limited.

  • Static NAT (Network Address Translation) is the first IP address translation method you'll discover.

    In your internal network, network devices use private IP addresses defined by RFC 1918.
    These addresses are only valid locally and cannot be routed over the Internet.

    Static NAT Cisco diagram showing a private IP 192.168.1.5 translated to a public IP for internet access

    Figure 1 – Static NAT lets a private IP communicate with the internet using a fixed public IP

    When a private host try to communicate with the outside world, it needs a public IP address to communicate with devices outside your internal network.

    Answer the question below