Hello,
I would like to realise the following in Azure:
1 Virtual network containg several VM's.
These VM's need to be accessable from 2 seperate locations (Offices).
Between NL and Azure I have managed to succesfully setup a VPN-tunnel.
A second VPN-tunnel needs to be setup between Azure and an office in a different country.
The Azure VPN script doesn't provide the 2nd local network, as I can connect it to only one 'gateway/firewall'.
Basically I would like to connect 2 VPN-tunnels from seperate locations to the same Azure gateway.
As I can connect several VPN's to my office gateway (firewall), I assume this is somehow posible in Azure as well. But how?
Schematic:
The dotted-line is what I would like to setup.
I don't want the other office to connect to Azure via the VPN-tunnel between the 2 offices.
I would like to the other office to connect to Azure directly.
When I want to setup a 2nd Virtual Network in Azure, I am able to configure a VPN tunnel to the other office, but that Virtual Private Network gets a seprate subnet within Azure. I don't want that. I want them to connect to the already exisiting subnet that
contains a few VM's.
Does anyone know the best approach for this?
What am I missing?
I this techincally possible?
Some aid into the right direction would be very welcome. :)