Good Day,
I am hoping some one can assist me. I am having trouble getting RDP access to the private IP of an Azure VM over a point to site connection using a VPN gateway.
Current configuration:
VMNET Address Space: 10.0.0.0/16
VMNET Subnet: 10.0.100.0/24 VM IP 10.0.100.4
Gateway subnet: 10.0.101.0/24
VPN Address Pool: 172.16.1.0/24
I have modified the NSG rules for AllowRDP and allowed 10.0.0.0/16 and 172.16.1.0/24 address ranges. The client connects correctly and gets an IP of 172.16.1.130 and adds routes to 10.0.0.0/16 address space.
Any pointers to assist in resolving this will be appreciated.