question

ONETEAM-0892 avatar image
0 Votes"
ONETEAM-0892 asked Prrudram-MSFT edited

I have 3 Azure VM's that i need to communicate via private lan. All 3 are in different regions.

Hi all,

I am sure this is not a unique situation, but I have 3 Azure VM's. One is an app server, one a dev server and one a web server. All three are in separate regions. I need all three to communication VIA private lan IP's. Two will be in AD with PDC on the app server. the other will just be a stand alone VM with a share on it (for now, later will be full blown DMZ server).

How do I set up the private networking to allow for domain services between the two and drive mapping to the third?

Thanks.

azure-virtual-machinesazure-virtual-networkazure-virtual-machines-networking
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

AlanKinane avatar image
0 Votes"
AlanKinane answered

Hi, if you have 3 VMs in 3 different regions then you must have 3 virtual networks also (one per region). The easiest method to connect these VMs is to peer those 3 virtual networks together using VNET peering. https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-peering-overview

This will connect those VNETs together and by default allow communication over their private IP addresses. You will need to make sure those virtual networks do not have overlapping address spaces however.

Here is how to set this up: https://docs.microsoft.com/en-us/azure/virtual-network/virtual-network-manage-peering

5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.