Skip to content

Instantly share code, notes, and snippets.

@davidsan
Created February 19, 2023 15:31
Show Gist options
  • Select an option

  • Save davidsan/0d6c27674da6b71335a6432799266021 to your computer and use it in GitHub Desktop.

Select an option

Save davidsan/0d6c27674da6b71335a6432799266021 to your computer and use it in GitHub Desktop.
Algo VPN on Oracle Cloud Infrastructure (Always Free)
  • Create instance with shape VM.Standard.E2.1.Micro and without assigned public IP address (Compute > Instances)
  • Create a reserved public IP (Networking > IP Management > Reserved Public IPs)
  • Set reserved public IP to the assigned VNIC (Compute > Instances > Instance Details > Attached VNICs > VNIC Details > IPv4 Addresses)
  • Install Algo VPN on the VM
  • Create a security list (Networking > Virtual cloud networks > Virtual Cloud Network Details > Security Lists)
    • ingress rule, source CIDR: 0.0.0.0/0, protocol: UDP, destination ports: 51820,500,4500
  • Add created security list to VNIC's subnet (Networking > Virtual cloud networks > Virtual Cloud Network Details > Security Lists)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment