Scenario.
We have a site 2 site VPN from ON PREM to Azure VNET (with a vnet gateway) in a specific rg. lets call the VNET with the VPN connection for: vnet-vpn
Then we have a VNET in another Resourcegroup in Azure (Same subscription as vnet-vpn) lets call it vnet-a
I need services in vnet-a to be able to call on prem systems by proxying thru the vnet-vpn and that way gaining access to the on-prem network.
I can:
- create a connection between the 2 vnets in Azure (vnet-vpn, vnet-a) by using peering.Tested by letting services from each vnet communicate directly.
- call on prem services from applications placed in the vnet-vpn.
I CANNOT:
- access on-prem systems from vnet-a.
I cannot find any documentation that explicitly describes this scenario and and to set it up. Can someone please help :-)