蜂群信服
蜂群信服
发布于 2024-09-01 / 18 阅读
0

Cisco 端口映射示例:

命令解析:请按需修改。

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端口

脚本命令:使用前请先做好备份,以防万一。