In this session we are going to discuss about how to configure static NAT
What is NAT and How NAT Works || [TAMIL]
• What is NAT and How NAT Works || [TAMIL]
How to Configure Static NAT || [CONFIGURATION]
• How to Configure Static NAT || [CONFIGURAT...
How to Configure Dynamic NAT || [ CONFIGURATION ]
• How to Configure Dynamic NAT || [ CONFIGUR...
PAT CONFIGURATION — IP NATTING - LAB || CCNA
• PAT CONFIGURATION — IP NATTING - LAB || CCNA
Source NAT:
Whenever our Source IP changes it is considered to be as Source NAT.
Our Device IP Address is 192.168.1.1 trying to reach the PUBLIC Server IP 2.2.2.2
FWD TRAFFIC:
=========
SRC: 192.168.1.1 || Dest: 2.2.2.2
After crossing the Firewall (After NAT Source IP changes)
SRC: 100.100.100.10 || Dest: 2.2.2.2
REVERSE TRAFFIC:
==============================
SRC: 2.2.2.2 || DEST: 100.100.100.10
After crossing the Firewall (After NAT -- You can notice the destination IP might change but if you look closely you can see that the IP that changes is our Source IP.This is also said to be source NAT)
SRC: 2.2.2.2 || DEST: 192.168.1.1
***********************************
Topics Covered:
1. What is Source NAT?
2. What is Static NAT?
3. How to Configure Static NAT in ASA?
4. Use of Static NAT?