可以用以下命令,这个命令映射的是内网服务器地址192.168.1.1 内网的端口是tcp 的80 x.x.x.x是你2911上的公网地址 后面的80是公网地址的80端口ip nat inside source static tcp 192.168.1.1 80 x.x.x.x 80