Hello!
I have (1) Azure subscription with (2) vNets. Im looking to connect my on premise VPN to both vNets. Basically connecting two virtual networks to an on-premises site location while the two virtual networks don't have any communication with each
other.
![]()
![]()
![]()
Im trying to do the following in Azure...
- (2) VNETs created: (1) Internet Facing; (1) Non-Internet Facing
- These (2) VNETs will need to communicate back to my OnPrem Network
- These (2) VNETs will NOT talk to each other in Azure.
I have a Cisco ASA 5500. I know this device doesnt support Dynamic Routing so a RRAS server will most likely need to be created. I need to setup a VPN connection between my On-Premise environment and the two VNETs that don't talk to each other within Azure.
If both VNETs talk to my OnPrem Local Network setup in Azure then they both need an Azure Gateway address, correct?
Will both VNETs need their own pipe back to OnPrem or can they communicate back on the same pipe? If so, how do I setup that?
So basically:
On-Premise < - > Azure VNET1
On-Premise < - > Azure VNET2
All this would connect to On-Premise with (1) VPN tunnel.
Any help would be greatly appreciated!