Home Cisco NAT Translation
Post
Cancel

Cisco NAT Translation

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
This post is licensed under CC BY 4.0 by the author.