【正文】
R1配置: 全局配置模式下:配置動態(tài) NAT轉(zhuǎn)換的地址池 ip nat pool abc mask 全局配置模式下:配置動態(tài) NAT映射 ip nat inside source list 1 pool abc overload 全局配置模式下:配置允許動態(tài) NAT轉(zhuǎn)換的內(nèi)部地址范圍 accesslist 1 permit 配置 NAT內(nèi)部接口 interface FastEther0/0 ip address ip nat inside 配置 NAT外部接口 interface Serial0/0 ip address ip nat outside encapsulation ppp 配置路由 Routersh ip nat translation Pro Inside global Inside local Outside local Outside global icmp :1723 :1723 :80 :80 測試并診斷 NAT故障 ? 動態(tài)地址池是否由正確的地址范圍組成 ? 訪問列表是否指定正確的轉(zhuǎn)換地址 ? 內(nèi)部和外部接口是否正確界定 show ip nat translation show ip nat statistic