dstnat 命令行
/ip firewall nat add chain=dstnat dst-address=外网ip protocol=tcp dst-port=11022 action=dst-nat to-addresses=192.168.8.100 to-ports=22
配置iptables DNAT规则
本文介绍如何使用iptables命令行配置DNAT规则,实现将外网访问的特定端口请求重定向到内网服务器的具体端口。
dstnat 命令行
/ip firewall nat add chain=dstnat dst-address=外网ip protocol=tcp dst-port=11022 action=dst-nat to-addresses=192.168.8.100 to-ports=22

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