Share via

networking

Anonymous
2021-06-13T12:27:25.373+00:00

i create 2 vms one in central India and another in Central Australia both of them in different vnets but in same resource group

As per documentation they should not be reachable to each other, they need peering to do so.

But my both vms are reachable opened port 3389 in nsg with private IPs? no public ip

How is this possible ?

Azure Virtual Network
Azure Virtual Network

An Azure networking service that is used to provision private networks and optionally to connect to on-premises datacenters.

0 comments No comments

Answer accepted by question author

Andreas Baumgarten 132.1K Reputation points MVP Volunteer Moderator
2021-06-13T12:52:29.627+00:00

Hi @Anonymous ,

just for clarification:
The two Resource Groups in the 2 different Azure regions might have the same name, but they are two different Azure resources/objects.

But beside that you are right: Both VMs in different regions in different vNets shouldn't be reachable without a peering of the vNets.
Do you have SiteToSide VPN Gateways implemented with both vNets? If so it might be the traffic is routed via this VPN gateway connections.

----------

(If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

Regards
Andreas Baumgarten

Was this answer helpful?

0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.