Skip to content

Instantly share code, notes, and snippets.

View network-shark's full-sized avatar
🌴
On vacation

sharky__¯\_(ツ)_/¯ network-shark

🌴
On vacation
View GitHub Profile
@network-shark
network-shark / edgerouter_lite_openvpn.md
Last active December 20, 2018 15:22 — forked from ammgws/edgerouter_lite_openvpn.md
Notes on setting up OpenVPN on Edgerouter Lite

My notes on how I setup OpenVPN server on Edgerouter Lite. Based mostly on this guide from openVPN wiki. This guide assumes easyrsa3 is being used, otherwise substitute whatever the easyrsa2 versions are for the commands below.

This guide will use 3 different machines.

A Public Key Infrastructure (PKI) will be created on each machine:

    1. Server - openVPN server (Edgerouter in this case).
    1. Client(s) - the device(s) you will be connecting from.
    1. CA Server - used to generate and sign certificates for server and clients to use.