Table of Contents
Packet Tracer PAT Configuration Example
In some cases there can be hundreds of inside local addresses and at the same time your global ip addresses can be limited.At this time you can use PAT instead of static and dynamic NAT translation.
Here, with PAT(Port Address Translation), we translate each PC to a unique port number of a single public address.
You can DOWNLOAD Packet Tracer example with .pkt format HERE.
You can also DOWNLOAD all the Packet Tracer examples with .pkt format in Packet Tracer Labs section.
Firstly we identify the interfaces as inside and outside as before static and dynamic NAT configurations. Here, we will use the same topology like Dynamic NAT configuration article. Because, for PAT configuration, we need a small change on the configuration.
Our PCs on Packet Tracer will be configured with below IP addresses.
PC0 : 10.0.0.2 255.255.255.0 GW:10.0.0.1
PC1 : 10.0.0.3 255.255.255.0 GW:10.0.0.1
PC2 : 10.0.0.4 255.255.255.0 GW:10.0.0.1
Now, let’s do the classical NAT configuration and plus PAT configuration (overload).
After that we will use the below commands for PAT configuration:
Here, any match interface with access-list 10, will be translated with overload to the serial interface IP address. The secret key word of PAT configuration is “overload“.
Let’s check the nat table on Router1.
You can also DOWNLOAD all the Packet Tracer examples with .pkt format in Packet Tracer Labs section.
Thanks a lot Gokhan..finally i learned all NATs…have a nice day..