3389 port forwarding Thay đổi cổng Remote Desktop Connection (RDP) trên Windows 10 được coi là một biện pháp bảo mật hữu dụng. Đây là cách đổi port 3389, thiết lập tường lửa và kết nối cổng mới sau khi đổi chi tiết nhất..3389 port not listening
The port responsible for the Windows Remote Desktop service is 3389, i.e., you need to forward it to port 3389. If you or the PC you are connecting to is behind a router, you will first need to change the router’s settings to forward port 3389 from the router to the PC you’re connecting to.port 3389 tcp
From there you want to access the Windows server within your main VPC. As the bastion host is typically a Linux server, you can SSH into the server forwarding port 3389 on your local machine to port 3389 on the Windows server. Below is an example command to setup the port forwarding: ssh -L 3389:10.104.50.209:3389 3.9.008.54 -l ec2-user -N