静态NAT配置
**配置命令(详细):**ip nat inside source static 协议 内部IP地址 端口 外部IP地址 端口 extendable
例如下图:
配置命令:
**第一步(说明通告地址):**ip nat inside source static 内部IP地址 外部IP地址
第二步(进入对应端口并应用说明内部外部接口):
interface 端口
ip nat outside 或 ip nat inside
注:outside为外部 inside为内部
具体配置
ip nat inside source static 192.168.20.1 192.168.10.1
interface f0/0
ip nat outside
interface f0/1
ip nat inside