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 個月前檢視次數 301 次
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 個月前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南