Hi
Need help with our setup, I'm trying to do vnet to vnet connection using import/export method
Here is my scenario.
I have 2 Virtual Network both are connected via S2S VPN connection. Both S2S VPN is connected to a single H.O. (could have been a single but the former admin use this method) each VNet have several VMs on it and downtime is not possible.
Virtual Network
VNet01 192.168.0.0/16 connected via s2s vpn to HO
VNet02 172.168.0.0/16 connected via s2s vpn to HO
Local Network:
LN01 onprem IP
LN02 onprem IP
(LN01 & LN02 have the same set of IP segment on premise e.g if LN01 have 10.10.0.0/24 LN02 also have 10.10.0.0/24)
inet01 public ip of gateway in vnet02. address space is address space of vnet02
inet02 public ip of gateway in vnet01 address space is address space of vnet01
use method of export and import network config.
Vnet01>config>localnetwork>multi (inet01 and LN01)
Vnet02>config>localnetwork>multi (inet02 and LN02)
run the ff command
Set-AzureVNetGatewayKey -VNetName VNet1 -LocalNetworkSiteName inet01 -SharedKey A1b2C3D4
Set-AzureVNetGatewayKey -VNetName VNet2 -LocalNetworkSiteName inet02 -SharedKey A1b2C3D4
status is successful.
but when i run the command get-azurevnetconnection the inet01 and inet02 status is not connected.
I need our VMs from Vnet01 to communicate with Vnet02.
Kindly help me resolve this issue.
Thanks in Advance
Paolo