Reputation: 23
I have the following in Azure:
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!!
Upvotes: 1
Views: 2084
Reputation: 28224
You could check if you have correctly configured your Hub-spoke network topology in Azure. Read here for more details.
allow gateway transit
.use remote gateways
.allow forwarded traffic
.Once the VNet peering is connected, you could re-download your VPN client package to re-connect the VPN connection on your local machine. This might make the update network effect.
Upvotes: 2