命令解析:请按需修改。
system-view //进入系统视图才能配置
interface g0/0/1 //进入固定IP上网的外网接口g0/0/1
nat server protocol TCP global current-interface 8080 inside 192.168.1.200 80 //将当前接口的TCP 8080端口映射到内网192.168.1.200的 80 端口
system-view //进入系统视图才能配置
interface g0/0/1 //进入固定IP上网的外网接口g0/0/1
nat server protocol TCP global current-interface 8080 inside 192.168.1.200 80 //将当前接口的TCP 8080端口映射到内网192.168.1.200的 80 端口