Table of Contents
In this example we will configure one of the NAT types, Static NAT (Network Address Translation) on Packet Tracer. For our Static NAT configuration, we will use the topology below.
You can DOWNLOAD the Cisco Packet Tracer example with .pkt format at the End of This Lesson.
You can also DOWNLOAD all Packet Tracer examples with .pkt format in Packet Tracer Labs section.
In this NAT topology, we will configure Static NAT on Router1. We wwill use Router0 and Router2 as host devices(For example like PCS).
Here firstly we will configure interface IP addresses on three of these routers. And then we will write static route from both ends to others. For IP connectivity, lastly we will ping from one end to other end. After this verification, our Static NAT configuration topology is ready for our NAT configuration.
In Router0 we will use private block IP address, because we will think that this area is our local network. In Router2, we will use public block IP addresses. Router2 will be like any place on internet.
Inside Local : 10.0.0.1
Inside Global : 212.100.100.10
Outside Local : 212.100.100.1
Outside Global : 212.100.100.1
We will also set “no ip routing” on host devices (router0 and router2) and configure the default gateway address of host devices.
After IP connectivity, let’s check the packets situation by openning debug with “debug ip icmp” command. Till now, we did not configure any NAT on Packet Tracer. We will only see the packets source and destintion before Static NAT.
You can also DOWNLOAD all the Packet Tracer examples with .pkt format in Packet Tracer Labs section.
Leave a Reply