How do i get my AWS Client VPN to be able to RDP into my AWS Windows Server via the Public IP Address?

0

I currently have a setup of the AWS Client VPN connecting with all of my instances via SSH. I have set the security groups to allow for a connection of Port 3389 and 22 into the Windows Server and it is able to SSH into the Windows Server with the Private IP of the server but RDP doesn't work with the Private IP. I have also set the correct ports to be open on the Windows Defender Firewall settings.

I have also set up route tables with the CIDR Range of the Elastic IP of Windows Server How do I get RDP working with the Public IP via AWS Client VPN or with Private IP?

Nas
已提问 3 个月前300 查看次数
2 回答
0

Security group of Server ENI. Server internal Firewall.

Above are two places you need to look at again.

I would suggest to narrow down the issue.

1- Try to RDP your servers from with in your VPC ( Eliminate VPN in the path to narrow down where the issue is ) . Or try to telnet port 3389 to a server once you are SSH in to another server within VPC. Do this testing on Pivate IP 2- Try to RDP the server from public internet with their EIP.

Above two tests will help you narrow down if issue is at server firewall level or on VPN level.

已回答 3 个月前
profile picture
专家
已审核 2 个月前
0

The answer to my question ended up being based on the security groups and adding the VPC CIDR range to the inbound connections. This is because the VPN is connected into this range.

Nas
已回答 3 个月前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则