我有一个带有一些简单 NAT 规则的路由器,允许我远程连接到我的远程桌面(现已禁用),问题是 NAT 无法在具有类似配置的端口 5555 和 8787 上工作,请参阅下面的配置。
[admin@MikroTik] > ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; Remote Desktop
chain=dstnat action=dst-nat to-addresses=192.168.5.210 to-ports=3389 protocol=tcp
in-interface=ether1-WAN dst-port=3389 log=yes log-prefix="RDP->"
1 ;;; SDR
chain=dstnat action=dst-nat to-addresses=192.168.5.230 to-ports=5555 protocol=tcp
in-interface=ether1-WAN dst-port=5555 log=yes log-prefix="SDR->"
2 ;;; R Studio
chain=dstnat action=dst-nat to-addresses=192.168.5.222 to-ports=8787 protocol=udp
in-interface=ether1-WAN dst-port=8787 log=yes log-prefix=""
3 ;;; defconf: masquerade
chain=srcnat action=masquerade out-interface-list=WAN log=no log-prefix="MASK ->"
ipsec-policy=out,none
谢谢
答案1
通过重启互联网路由器解决。