设置虚拟服务器服务器
根据规则增加端口映射

验证服务器访问
使用外部服务器验证可以正常访问
$ telnet 60.xx.xx.220 9022Trying 60.xx.xx.220...Connected to 60.xx.xx.220.Escape character is '^]'.SSH-2.0-OpenSSH_7.4
内网测试无法访问
$ telnet 60.xx.xx.220 9022Trying 60.xx.xx.220...telnet: connect to address 60.xx.xx.220: Operation timed out
设置内网回环
根据客服的建议是需要增加内网回环
在 NAPT 中增加

内网测试OK
