Assumptions
- You have already completed Enable Internet Access into a VDC.
- Subnet containing the VM: 192.168.2.0/24
- IP Address of VM: 192.168.2.100
- Edge gateway address: 119.252.74X.161X
Overview
In this article we will configure a VDC with Edge gateway (Applies to Basic Internet and Advanced NSX Edges) to allow remote RDP access from the internet to a Windows VM on a subnet attached to private subnet.
...
- Name: RDP - Inbound
- Applications: Blank (Use this to specify when port the connection is expected to come from.)
- Source IP: Any
- Source Port: Any (Or you can create an IP Set for where you want connections to come from)
- Destination IP: RDP Server
- IP Protocol: IPv4
4. Complete
You should now be able to RDP to the external IP of the VDC and get to your Windows VM. To access multiple VMs, some options include:
...