2013年6月25日星期二

ROS映射内网https服务器443端口 然后内网访问主流网银443端口出错解决方案

解决代码如下:
 /ip firewall nat add chain=dsrnat protocol=tcp dst-port=443 in-interface=!lan(内网网卡名称) action=dst-nat to-addresses=内网服务器https地址 to-ports=443 disabled=no comment=443-https
把内网https服务器nat出去 内网不影响

没有评论:

发表评论