Posts

Showing posts from January, 2020

Connecting Azure (Vnet/Subnet) to Google Cloud Platform (VPC Network)

Image
Connecting Azure (Vnet/Subnet) to Google Cloud Platform (VPC Network) Configuration in Azure.     Creating a Vnet And Subnet. We create a Vnet with address space which do not mismatch with the GCP address range. (Eg: 172.18.0.0/16) o    Creating a Subnet with a smaller address range. (eg: 172.18.0.0/24) o    Next is creating a Gateway Subnet (Eg: 172.18.10.0/24). o    Creating a Vnet Gateway and a Local Network Gateway within the same Virtual network which we created. Here we will get a public IP address which we will map it with the GCP for tunnelling. o    We create a VM in the same network to test the connection. Make sure to add RDP 3389 connection and enable ICMP rule in firewall for successful ping. Configuration in Google Cloud Platform. o    VPC network In GCP we start by creating a new network, we create a new VPC network, with address range different from the one we created in Azure to avoid mismatch. (Eg: 10.10.0.