How to Configure Static NAT on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions

Subscribers:
12,800
Published on ● Video Link: https://www.youtube.com/watch?v=ohvGuTPQ1SM



Category:
Guide
Duration: 13:52
10,195 views
78


This video shows you how to configure Static NAT on Cisco Router using the Packet Tracer software.

✅ S U B S C R I B E ► http://goo.gl/8d0iG9
✅ Article ► https://www.sysnettechsolutions.com/en/configure-static-nat-in-cisco-packet-tracer/

To configure #Static #NAT:

Step 1: If you have not installed #PacketTracer before, please refer to the following videos to install Packet Tracer on Windows, Linux, and macOS.

Windows ➦ https://www.youtube.com/watch?v=pNLhTixgCXg
Linux / Debian ➦ https://www.youtube.com/watch?v=aMnumAyFxCQ
macOS ➦ https://www.youtube.com/watch?v=cXaqjFukSAI

Step 2: After installing it, add two Cisco Routers, one Cisco Switch, and two computers to the Packet Tracer workspace.

Step 3: Specify local and WAN IP addresses.

Step 4: Configure the 192.168.1.0/24 network for the local network and the 10.0.0.1/30 network for the WAN.

Step 5: Assign IP addresses to the computers on the local network.

Step 6: Assign IP addresses to the GigabitEthernet interfaces of Router0 and Router1 and turn the ports on.

Step 7: Test the connection by pinging Router1 over PC0 and PC1.

Step 8: Next, configure the interface as follows because the Gig0/1 interface of Router0 is in the IP NAT INSIDE field.

R1# conf t
R1(config)# interface gig0/1
R1(config-if)# ip nat inside
R1(config-if)# exit
R1(config)# interface gig0/0
R1(config-if)# ip nat outside

Step 9: After you have defined the Router's IP NAT regions, execute the following command to configure Static NAT in Router0 global configuration mode.

R1# conf t
R1(config)# ip nat inside source static 192.168.10.10 10.0.0.1

Step 10: If you ping Router1 over PC0, you can see that the network connection is established.

Step 11: Now, ping to Router1 from PC1 and check that PC1 cannot reach Router1.

Step 12: Since we have not configured Static NAT for PC1, PC1 will not be able to reach Router1.

Step 13: Execute the following commands in user mode to verify and control Static NAT.

➦ show ip nat translation
➦ show ip nat statistics
➦ clear ip nat statistics
➦ debug ip nat

Step 14: Don't forget to subscribe to our YouTube channel for more videos on Cisco Networking training with Packet Tracer!


What is Static NAT?

Static NAT creates a fixed translation of real address(es) to mapped address(es). With dynamic NAT and PAT, each host uses a different address or port for each subsequent translation. Because the mapped address is the same for each consecutive connection with static NAT, and a persistent translation rule exists, static NAT allows hosts on the destination network to initiate traffic to a translated host (if an access list exists that allows it).

The main difference between dynamic NAT and a range of addresses for static NAT is that static NAT allows a remote host to initiate a connection to a translated host (if an access list exists that allows it), while dynamic NAT does not. You also need an equal number of mapped addresses as real addresses with static NAT.


──────BEST PRODUCT FOR CISCO TRAINING───────

✅ Buy ► http://bit.ly/CiscoNetworkingDummies


───────────────RELATED VIDEOS───────────────

➊ How to Configure RIP Routing
https://www.youtube.com/watch?v=x3Oz4Y4j9GM

➋ How to Configure Static Routing
https://www.youtube.com/watch?v=H75sduHNruk

➌ How to Connect Two Networks in Packet Tracer
https://www.youtube.com/watch?v=ujcIlNG6fdM

➍ How to Configure RIP Version 2
https://www.youtube.com/watch?v=RwiKhrLkHgw

➎ How to Configure EIGRP
https://www.youtube.com/watch?v=vhVmum82qjE


───────────────FOLLOW US───────────────────

✔ Facebook
https://www.facebook.com/SysnettechSolutions/

✔ Twitter
https://twitter.com/SysnettechS/

✔ Pinterest
https://www.pinterest.com/SysnettechS/

✔ Instagram
https://www.instagram.com/sysnettech_solutions/

✔ LinkedIn
https://linkedin.com/in/tolqabaqci/

███████████████████████████████████████████




Other Videos By SYSNETTECH Solutions


2017-05-22How to Install Ubuntu 17.04 on VMware Workstation 12 | SYSNETTECH Solutions
2017-05-22How to Duplicate Virtual Machine in VMware Workstation using Sysprep | SYSNETTECH Solutions
2017-05-16How to Install GNS3 2.0.1 | SYSNETTECH Solutions
2017-05-15How to Configure VLAN on Layer 2 Switch in GNS3 | L2 Switch VLAN Routing | SYSNETTECH Solutions
2017-05-14How to Clone Virtual Machine in VMware Pro | SYSNETTECH Solutions
2017-05-12How to Configure Trunk Port in Cisco Packet Tracer | 802.1Q and Trunking | SYSNETTECH Solutions
2017-05-11What is Access Port in Switch? | Cisco Access Port Configuration | SYSNETTECHSolutions
2017-05-10What is Native Vlan and How Does it Work? | Native Vlan (Vlan1) in Switch | SYSNETTECH Solutions
2017-05-02How to Configure PAT (NAT Overload) on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-05-01How to Configure Dynamic NAT on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-05-01How to Configure Static NAT on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-28How to Configure Inter VLAN Routing on Cisco Switch in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-27How to Create and Configure VLAN on Cisco Switch in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-26How to Configure SSH on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-23How to Configure Cisco Router using Console Cable in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-23How to Create Desktop Shortcut for Cisco Packet Tracer in Ubuntu 16.10 | SYSNETTECH Solutions
2017-04-22How to Configure Telnet on Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-21How to Configure DHCP on Cisco Router in Cisco Packet Tracer | SYSNETTECHSolutions
2017-04-20How to Connect Two Networks using Cisco Router in Cisco Packet Tracer | SYSNETTECH Solutions
2017-04-19How to Install GNS3 1.5.4 on Windows 10 | SYSNETTECH Solutions
2017-04-18How to Install Cisco L2/L3 IOU on GNS3 VM | SYSNETTECH Solutions



Tags:
How to Configure Static NAT in Cisco Packet Tracer
How to Configure Static NAT on Cisco Router in Cisco Packet Tracer
How to Configure Static NAT
How to Configure Static NAT on Cisco Router
Static NAT
What is Static NAT
Basic Static NAT Configuration
Understanding Static NAT
How to Configure Static NAT in Packet Tracer
Static NAT Packet Tracer
Static NAT on Cisco Router
Static NAT Configuration
Static NAT Config
Static NAT Example
Cisco
NAT