Hi
I have the following networks need to get routing between
On Prem - 192.168.221.0/24
Azure Servers - 10.1.10.0/23
Azure DR - 10.1.12.0/23
As is I have a site to site VPN from "On Prem" to "Azure Servers" working fine. I have a Vnet to Vnet connection between Azure Servers and Azure DR as these are on different subscriptions.
On the Site to Site VPN side I assume I just need to add route for 10.1.12.0/23 on the remote (Azure VM) side.
How do I also do the same back the other way for the Vnet to Vnet? How do I add a route there telling anything on 10.1.12.0/23 if it needs to get to the On Prem network 192.168.221.0/24 to go via the other end of the Vnet to Vnet? Is this even doable?