Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 463 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 463 Bytes

OCI - VPN Lab

Terraform script to setup a VPN lab on OCI. It creates a fully functional 2-tunnels IPSec VPN between OCI VPN Service (cloud) and libreswan based compute instance (onprem).

network diagram

Setup

Create env-vars file

cp env-vars_template env-vars

Edit env-vars, replacing __placeholders__ with your configuration values

. env-vars
terraform init
terraform plan
terraform apply