Forwarding Address Range to a Subnet in a Peered VNet
hello,
We are using Azure VNet gateway+express route to connect Azure VNETs with our on-prem. We have one VNET for our Dev1 environment which stays under Dev1 Subscription. And now we want to add another VNET under Dev2 Subscription. Please see the attached diagram for more clear picture.
Unfortunately we are very limited with the IP spaces, 10.1.0.0/23, that is currently assigned to Dev1 VNET. The Dev1 VNET has the following subnets:
. Dev1.SNet1 : 10.1.0.0/27
. Dev1.SNet1 : 10.1.0.32/27
And the Dev2 VNet has the following subnets:
. Dev2.SNet1 : 10.2.0.0/27
. Dev2.SNet1 : 10.2.0.32/2
I would like to know what will be the best way (if there is any) in Azure to forward traffic from an ip range to a peered VNET's Subnets (in my case Dev2 Subnets). For example, forward 10.1.0.96/27 (in Dev1 VNET's IP range) to 10.2.0.0/27 (Dev2.SNet1).
Please note that we currently peered Dev1 VNet with Dev2 VNet, however, we are OK to peer Dev2VNet with the VPN's VNET.
thank you