Tuesday, August 04, 2020
Hybrid Cloud - Setting up Site-to-Site IPSec VPN Connectivity between Oracle and Google Cloud
Thursday, July 30, 2020
Creating a Utility VM on Google Cloud (GCP)
Introduction
This blog is in continuation of my previous article - Oracle OCI Cloud - Connecting a Private VM from a Public Bastion Host and walk through steps for creating a VM instance on Google Cloud GCP which we will use to establish VPN connectivity with Oracle Cloud - the steps for which will be outlined in next article in this series.
Here's a quick reference of configurations for this VM that we will be using in the next article while configuring VPN connectivity
VPC: gcp-oci-vpn-demo
VCN CIDR: 192.168.0.0/16
Subnet: subnet1
Region: europe-west1
Subnet CIDR: 192.168.0.0/16
VM: instance-1
Public IP: 35.210.10.232
Private IP: 192.168.0.2
Understanding JavaScript Prototypal Inheritance for Java developers
Inheritance is a fundamental concept in programming languages. However, it is implemented differently in Object-Oriented Languages such as J...
-
Originally published on Dec 28, 2010 Ok, so far in my previous blog entries about finding 2nd minimum (and for repeating elemen...
-
The last major task I did during Sun days was the building of a new Monitoring console for the BPEL Service engine. It was a complete rewr...
-
Introduction In this article I will walk through the steps required to setup continuous integration environment and create build pipeline a...