Lab6:1NATConfiguration - echadbourne/NET-330 GitHub Wiki
Setting up NAT
Set up the inside and outside interfaces:
int Fa0/0
ip nat inside
int serial 0/0/0
ip nat outside
Create the static rule:
ip nat inside source static 10.0.0.2 50.0.0.1
If I am understanding this correctly, now the address 50.0.0.1 maps to the 10.0.0.2 server'
This is the configuration for this network: