I have the following in Azure:
- HubVNet with VPN Gateway (Point to Site VPN)
- Spoke01VNet with one virtual machine
- HubVNet and Spoke01VNet are peered with gateway transit enabled
- Spoke01VNet is allowing forwarded traffic from HubVNet
I connect to VPN Gateway from my workstation successfully. I have a virtual machine on HubVNet (same as VPN Gateway) and I can successfully RDP to that server (I use it as a jumpbox right now) and can successfully RDP to server in Spoke01VNet from that jumpbox server.
I would like to RDP to server in Spoke01VNet from my workstation but cannot connect. I thought by peering the VNets would allow this to happen when I connected via VPN but not so. Can anyone provide me some assistance on how to do this, if it's possible with a Point-to-Site VPN? Thank you in advance for all your help!!