Hi all - fairly new to Mirotik so would appreciate your assistance.
I have a Mikrotik router v6.27 running in VM with a public IP on the WAN interface. LAN IP of the fw is 10.254.5.254/24
Inside the LAN I have a windows 2012 server at 10.254.5.1/24
I am trying to configure the firewall to forward RDP traffic to 10.254.5.1 but I have not been able to get it to work.
I can ping both sides of the vlan and the windows server is configured for remote access and has its firewall disabled. I can RDP to the same server from inside the LAN so I am confident that there are no issues with the windows machine.
Here is my current NAT config:
ip firewall nat print
Flags: X - disabled, I - invalid, D - dynamic
0 ;;; NAT rule to allow LAN access to Internet
chain=srcnat action=masquerade out-interface=ether1 log=no log-prefix=""
1 ;;; Inbound Port Forward to 10.254.5.1:3389
chain=dstnat action=dst-nat to-addresses=10.254.5.1 to-ports=3389 protocol=tcp dst-address=xxx.xxx.xxx.xxx in-interface=ether1 dst-port=3389 log=no log-prefix=""
note: xxx.xxx.xxx.xxx is my public IP.
I have copied this from another working firewall.
When I try to RDP to the public IP the rdp client fails to initiate a connection. A port scan shows that port 3389 is open but I can't see in Winbox that there are any packets being processed by this rule.
I am wondering if I may have missed another setting in WinBox somewhere.
I would really appreciate any suggestions on how to resolve this or at least troubleshoot to the point I can find out where the problem is.
Cheers