命令解析:请按需修改。
enable //先进入特权模式
configure terminal //再进入配置模式才能配置
ip nat inside source static TCP 192.168.1.200 80 interface fa0/1 8080 //将外网fa0/1接口的TCP 8080端口映射到内网192.168.1.200的80端口
enable //先进入特权模式
configure terminal //再进入配置模式才能配置
ip nat inside source static TCP 192.168.1.200 80 interface fa0/1 8080 //将外网fa0/1接口的TCP 8080端口映射到内网192.168.1.200的80端口