Description
3389 port forwarding Port forwarding simply maps the port on your router's IP address (your public IP) to the port and IP address of the PC you want to access. Specific steps for enabling port forwarding depend on the router you're using, so you need to search online for your router's instructions..
topolino 3389 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
port 3389 used for Creating a Port Forwarding Rule: For RDP to function correctly, both the external and internal ports should be set to 3389, directing incoming RDP requests to the designated internal IP address of the remote desktop.