Port Address Translation (overload)
Syntax to implement NAT on Router
Syntax:
Router(config)#interface <type> <no>
Router(config-if)#ip NAT inside
This command need to be given on interface where LAN (Private) Network is present
Router(config-if)#ip NAT outside
This command need to be given on interface where WAN (Public) Network is present
Syntax for configuring PAT is as Follows :
Syntax:
Router(config)#ip nat inside source list <ACL-NO> <Pubiic IP / interface <type> <No> > [overload]