/ip firewall nat
add chain=dstnat dst-address=外网IP protocol=tcp dst-port=80 /
action=dst-nat to-addresses=内网服务器IP to-ports=80
add chain=dstnat dst-address=外网IP protocol=tcp dst-port=80 /
action=dst-nat to-addresses=内网服务器IP to-ports=80
本文介绍如何使用特定命令配置网络地址转换(NAT)规则,实现将外网HTTP请求(80端口)转发到内网服务器的具体方法。
您可能感兴趣的与本文相关的镜像
TensorFlow-v2.9
TensorFlow 是由Google Brain 团队开发的开源机器学习框架,广泛应用于深度学习研究和生产环境。 它提供了一个灵活的平台,用于构建和训练各种机器学习模型

被折叠的 条评论
为什么被折叠?