Wednesday, May 4, 2016

rdp - What port should I open to allow remote desktop?



What port(s) should I open/NAT to allow me to use Remote Desktop?


Answer



Remote Desktop requires TCP port 3389 to be open.



It is possible to change the port used by the terminal server (or PC which is accessed), see this Microsoft support article: "How to change the listening port for Remote Desktop"


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...