From d95ceb70de0a102983877eccd90777b015777ee2 Mon Sep 17 00:00:00 2001 From: Dante Catalfamo Date: Tue, 14 Jul 2020 00:34:47 -0400 Subject: Move openvpn-issues-openbsd-6.7 to remove numbers at end They were causing issues with hugo's ref system --- content/posts/openbsd-vpn-gateway/index.org | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'content/posts/openbsd-vpn-gateway/index.org') diff --git a/content/posts/openbsd-vpn-gateway/index.org b/content/posts/openbsd-vpn-gateway/index.org index 7add08d..2f6e784 100644 --- a/content/posts/openbsd-vpn-gateway/index.org +++ b/content/posts/openbsd-vpn-gateway/index.org @@ -93,3 +93,18 @@ Now if you check =ifconfig=, you should see the interface has the correct IP. + +* Configuring OpenVPN + + First we have to install [[https://openvpn.net/][OpenVPN]], which is provided by the OpenBSD + package manager. Normally we would install the =openvpn= package, + but due to an [[{{< ref "openvpn-issues-openbsd" >}}][issue with libressl]], we'll be installing the =mbedtls= + version. This problem should hopefully be resolved soon, so we'll + likely be able to use regular =openvpn= in the future. + + #+BEGIN_SRC shell + doas pkg_add openvpn--mbedtls + #+END_SRC + + Note: The =--mbedtls= is required to get the =mbedtls= flavour of + the =openvpn= package. -- cgit v1.2.3