Configuring NAT on a Cisco IOS Router | Very Basic Cisco Networking 101 - Part 1

Channel:
Subscribers:
6,570
Published on ● Video Link: https://www.youtube.com/watch?v=KYsHi9u_BmI



Duration: 30:57
199 views
8


This video outlines the steps for a very basic NAT configuration on a Cisco router. Written steps are as follows and assumes gi0/0 is the outside interface and gi0/1 is the inside interface. Modify accordingly for your specific setup:

ROUTER(config)# int gi0/0
ROUTER(config-if)# ip nat outside
ROUTER(config-if)# exit
ROUTER(config)# int gi0/1
ROUTER(config-if)# ip nat inside
ROUTER(config-if)# exit
ROUTER(config)# ip access-list extended NAT
ROUTER(config-ext-nacl)# permit ip any any
ROUTER(config-ext-nacl)# exit
ROUTER(config)# ip nat inside source list NAT int gi0/0 overload

Network Topology: http://download.rmtechcentral.com/Cisco/Topology/NAT_Topology.jpg

Did you find this content helpful? Let us know - https://www.rmtechcentral.com/contribute

Website: https://www.rmtechcentral.com
Contact: https://www.rmtechcentral.com/contact


Timeline:
0:00 - Introduction
13:50 - To The Point




Other Videos By Robert Mayer


2020-12-19IP Subnetting - Part 2 | Subnetting Based on Network Requirement
2020-12-17IP Subnetting - Part 1 | Subnetting Based on Host Requirement
2020-10-29MPLS, VRFs, and Multiprotocol BGP | Basic Configuration
2020-06-25Configuring Cisco Stateful Interchassis Redundancy | NAT & Zone Based Firewall State Synchronization
2020-06-18Configuring "Router on a Stick" | Cisco Networking
2020-06-12Configuring and Explaining HSRP + Interface Tracking | Network Redundancy
2020-06-07Configuring Zone Based Firewall on a Cisco IOS Router | Very Basic Cisco Networking 101 - Part 3
2020-05-30How MAC Addresses Are Managed Using NIC Teaming in Switch Independent Mode on Windows Server
2020-05-29Configuring Multi Homed NAT, IP SLA, and OSPF Default Route Redistribution Using Route Maps
2020-05-28Configuring DHCP on a Cisco IOS Router | Very Basic Cisco Networking 101 - Part 2
2020-05-28Configuring NAT on a Cisco IOS Router | Very Basic Cisco Networking 101 - Part 1
2019-06-26Thinking About Making an In-Depth Video of My Network... Let me know in the comments.
2019-01-30How to Run Microsoft Hyper-V 2012 From a USB Thumb Drive (Download in description)
2018-11-14Doom 2016 Gameplay - No Commentary - Part 3
2018-11-14Doom 2016 Gameplay - No Commentary - Part 2
2018-11-14Doom 2016 Gameplay - No Commentary - Part 1
2018-11-08LSMC - Official Installation and Usage Tutorial - Resetting Your Windows Password
2018-05-25How to Install LSMC and Use it to Reset Your Windows Password or Log in as Administrator
2018-05-06How to Create a Bootable Windows 10 USB Flash Drive Using Rufus
2018-05-03How to Backup and Restore a MySQL Database
2018-05-02How to Boot Into Safe Mode in Windows 10 and Windows 8



Tags:
Cisco
NAT
Network Address Translation
CCNA
Configure NAT
Configure NAT Cisco
Configure NAT on a Cisco Router
NAT on a Cisco Router
Cisco NAT Configuration