RDP Problem behind Mikrotik
Posted: Thu May 04, 2017 1:09 pm
Hi Guys
I'm running an RB3011 for a client, everything is fine except the one RDP connection they a staff member uses. No other machines are using RDP at the moment.
So the below code is what I have in place for her RDP:
I can see packets going through when I try to connect but no success. If I make the same rule but get it to go to 192.168.16.254:3389 (thier server) it works. If I RDP from the server to the client PC, it also works. But if I have the rule setup for her PC on port 4001 it doesn't work. With the rule enabled http://canyouseeme.org/ cannot see port 4001 as open.
The rule is identical in setup to their port 443 rule for the VPN server, which does work and can be seen on http://canyouseeme.org/.
So why the frick isn't it working on the client PC?
Any ideas?
Cheers
MT
I'm running an RB3011 for a client, everything is fine except the one RDP connection they a staff member uses. No other machines are using RDP at the moment.
So the below code is what I have in place for her RDP:
Code: Select all
chain=dstnat action=dst-nat to-addresses=192.168.1.252 to-ports=4001
protocol=tcp dst-port=4001 log=no log-prefix=""
The rule is identical in setup to their port 443 rule for the VPN server, which does work and can be seen on http://canyouseeme.org/.
So why the frick isn't it working on the client PC?
Any ideas?
Cheers
MT