cloud.nyquist.eu
  • Table of Contents
  • AWS
    • Building with AWS
  • Azure
    • ExpressRoute
    • VPNGw
    • Azure Monitor
    • Pillars of a great Azure architecture
    • Design for security in Azure
  • OCI
    • OCI 101
    • IAM 101 - Identity and Access Management
    • OCI Virtual Cloud Networks
    • OCI Connectivty
    • OCI Load Balancing
    • OCI Compute
    • OCI Storage
      • OCI Block Storage
      • OCI Object Storage
      • OCI File Storage
    • OCI Key Management
    • OCI Database Offerings
      • OCI DB
      • OCI Autonomous DB
    • OCI Docs & Tools
Powered by GitBook
On this page
  • Connectivity to Public Internet
  • Connectivity to On-Prem
  • IPSec VPN
  • OCI Managed VPN Service
  • FastConnect

Was this helpful?

  1. OCI

OCI Connectivty

PreviousOCI Virtual Cloud NetworksNextOCI Load Balancing

Last updated 3 years ago

Was this helpful?

Connectivity to Public Internet

Connectivity to On-Prem

IPSec VPN

  • Can be implemented using the OCI Managed VPN Service (Free) or using Software VPN running on OCI Compute.

OCI Managed VPN Service

  • No SLA

  • Expect ~250Mbps

  • Only IPSec Tunnel mode is supported

  • A CPE object needs to be created in order to define the tunnel endpoint. The CPE object is a virtual representation of your actual on-prem CPE

  • An IPSec Connection between CPE and DRG is created and the DRG must be attached to the VCN.

  • Routing options:

    • Static

    • Dynamic: BGP

Steps to create:

  1. Create VCN

  2. Create DRG

  3. Attach DRG to VCN

  4. Update VCN Route Table to route traffic to on-prem via DRG

  5. Create CPE Object

  6. From DRG, Create an IPSec Connection between CEP and DRG and provide static routes or BGP configuration

  7. Configure on-prem CPE device

FastConnect

  • Uses private dedicated connectivity

  • SLA

  • Port Speeds: 1Gbps or 10Gbps

  • Dynamic Routing (BGP)

  • Virtual Circuits = Isolated network ports that use one or more physical network connection to provide a logical connection between customer edge router and DRG

  • A partner provider is usually used to provide FastConnect POPs

  • Peering Types

    • Private Peering: used to access VCN resources. Traffic goes through DRG

    • Public Peering: used to access Public OCI Services (ObjectService). It doesn't go through DRG.

Internet Gateways
NAT Gateways
Reserved and Ephemeral Public IP Addresses