simple nat
create ip nat inside with private IP
1
2
3
interface FastEthernet0
ip address 10.0.0.1 255.255.0.0
ip nat inside
create ip nat outside public ip
1
2
3
interface FastEthernet1
ip address 174.143.212.1 255.255.252.0
ip nat outside