Module 2 - Session 3
Module 2 - Session 3
Security Management
Winter 2020-21
Dr. Selva Rani B
Module-2
Security Device Management
Dr. Selva Rani B
Session-3
Network Address Translation
Introduction
• NAT : Network Address Translation
• a way to map multiple local private addresses
to a public one before transferring the
Dr. Selva Rani B
information
• a method of remapping an IP address space
into another by modifying network address
information in the IP header of packets while
they are in transit across a traffic routing
device
Dr. Selva Rani B
NAT
Dr. Selva Rani B
NAT-An Example
NAT
• Organizations that want multiple devices to employ a
single IP address use NAT
• Types :
Dr. Selva Rani B
• Static NAT
• Dynamic NAT
• PAT
Static NAT
• With static NAT, routers or firewalls translate one private IP
address to a single public IP address
• Each private IP address is mapped to a single public IP address
• Static NAT is not often used because it requires one public IP
Dr. Selva Rani B
Static NAT
Dynamic NAT
• Does the mapping of a local address to a global address
happens dynamically
• Router dynamically picks an address from the global address
pool that is not currently assigned
Dr. Selva Rani B
• configure an ACL that has a list of the inside source addresses that
will be translated
• configure a pool of global IP addresses
ip nat pool NAME FIRST_IP_ADDRESS LAST_IP_ADDRESS netmask
SUBNET_MASK
• enable dynamic NAT
Dr. Selva Rani B
Dynamic NAT
PAT (Port Address Translation)
• a single public IP address is used for all internal private IP
addresses
• a different port is assigned to each private IP address
Dr. Selva Rani B
• configure an ACL that has a list of the inside source addresses that
should be translated
• Enable PAT
ip nat inside source list ACL_NUMBER interface TYPE overload