0% found this document useful (0 votes)
122 views9 pages

NAT (Network Address Translation) : Natting Means "Translation of Private IP Address Into Public IP Address "

NAT (Network Address Translation) allows private IP addresses to communicate publicly by translating them to public IP addresses. There are three main types: Dynamic NAT maps many private IPs to many public IPs but is expensive; Static NAT maps a single private IP to a public IP to allow external access to servers; PAT maps many private IPs to one public IP to save public IPs but some applications may not support it. Configuring NAT involves defining private/public IP pools, mapping the private to public pool, and applying NAT on interfaces.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
122 views9 pages

NAT (Network Address Translation) : Natting Means "Translation of Private IP Address Into Public IP Address "

NAT (Network Address Translation) allows private IP addresses to communicate publicly by translating them to public IP addresses. There are three main types: Dynamic NAT maps many private IPs to many public IPs but is expensive; Static NAT maps a single private IP to a public IP to allow external access to servers; PAT maps many private IPs to one public IP to save public IPs but some applications may not support it. Configuring NAT involves defining private/public IP pools, mapping the private to public pool, and applying NAT on interfaces.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PPT, PDF, TXT or read online on Scribd
You are on page 1/ 9

NAT (Network Address

Translation)
Natting means "Translation of
private IP address into public IP
address ".
In order to communicate with internet
we must have public IP address.


Types of NAT:-

1. Dynamic NAT
2. Static NAT
3. PAT
Dynamic NAT:-
Many privates IP addresses is mapped to many
of IP addresses. One to one Mapping.
Advantage is it provides only security.
Disadvantages are we need to buy many public
IP which is equal to private IP.(Expensive)
It provides only one way access.
From inside to outside access is allowed.
Outside to inside access is not allowed.

Static NAT:-
One single private IP address is mapped to single
public IP address.
It gives access to the servers from outside.
One to one mapping
It gives two way accesses.
Users from inside can access outside.
Outside users can also access inside.

PAT (Port Address Translation)
Many private ip's is mapped to one single public
IP address.
Advantage is both save the public IP address and
security.
Disadvantage is some applications will not
support by PAT.
Also provides only one way access.
From inside to outside.
Outside to inside not allowed.


Steps to configure NAT:-
1. Define private IP address range in global
config mode using "access list"
2. Define public IP address pool in global config
mode using "ip nat pool"
3. Map private IP range with public pool in
global config mode using
ip nat inside source"
4. Apply Nat the interface mode using "ip nat
inside" and "ip nat outside".

Dynamic NAT:-Example

STEP 1:-
Define private IP address
Router(config)#access-list 1 permit 10.0.0.0 0.255.255.255

STEP 2:-
Define public IP address
Router(config)#ip nat pool p1 200.1.1.1 200.1.1.100 netmask 255.255.255.0

STEP 3:-
Map private pool with public IP address
Router(config)#ip nat inside source list 1 pool p1

STEP 4:-
Apply Nat in the interface
int e0=>ip nat inside
int s0=>ip nat outside
PAT Example

STEP 1:-
Define private IP address
router(config)#access-list 1 permit 10.0.0.0 0.255.255.255

STEP 2:-
Define public IP address
router(config)#ip nat pool p1 200.1.1.101 200.1.1.101 netmask 255.255.255.255

STEP 3:-
Map private pool with public IP address or interface
router(config)#ip nat inside source list 1 pool p1 overload
OR
router(config)#ip nat inside source list 1 interface s0 overload.

STEP 4:-
Apply Nat in the interface
int e0=>ip nat inside
int s0=>ip nat outside
Static Nat Example

STEP 1:-
Map private pool with public IP address or interface

router(config)#ip nat inside source static 10.1.1.1 200.1.1.101

STEP 2:-
Apply Nat in the interface

int e0=>ip nat inside
int s0=>ip nat outside

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy