Command
IP Nat Inside
Use
This command is used to set an inside interface for NAT translation.
Syntax
Router(config-if)#ip nat inside
Example
In this example, we will set R2’s Fa0/0 to be an inside NAT interface.
R2(config)#access-list 10 permit 10.1.1.0 0.0.0.255 R1(config)#do ping 10.2.2.3 Type escape sequence to abort. R2(config)#do sh ip nat trans |