ITMan Documents

This Weblog Just Created For Document Sysadmin Challenges

NAT Example

To Configure NAT

interface serial 0/0/0
ip nat outside
interface fastethernet 0/1
ip nat inside
ip nat inside source static 10.0.0.4 12.34.56.78
ip nat inside source static tcp 10.0.0.4 80 12.34.56.78 80

Last updated on 26 Oct 2020
Published on 23 Nov 2018