There is a point to this story, but it has temporarily escaped my mind...
Contact Me MyFaceBook MyLinkedIn MyGitHub MyTwitter

Install OpenVPN Access Server

First, make sure that all of the latest patches are installed

sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot

I run this on both Ubuntu 14.04 and 16.04 servers without any problems…

cd /tmp
 
wget http://swupdate.openvpn.org/as/openvpn-as-2.1.4b-Ubuntu16.amd_64.deb
 
sudo dpkg -i openvpn-as-2.1.4b-Ubuntu16.amd_64.deb
 
sudo passwd openvpn
 
sudo /usr/local/openvpn_as/bin/ovpn-init
  1. In the initialization wizard:
    • Enter DELETE and press enter
    • Enter yes to accept agreement
    • Press enter to configure this server as primary Access Server node
    • Choose (1) all interfaces: 0.0.0.0 for the network interface
    • Select defaults for remaining questions.
  2. Open a web browser and navigate to the Admin URL.
  3. Log in with the OpenVPN user account
  4. Once the Admin interface loads, change authentication (in the General tab) to local.
  5. Finally, add users while checking “Allow Auto-login” for each user.

At this point, each user can log into the server to download the client and/or config file.

Copyright © 2022 by Julian Easterling. SOME RIGHTS RESERVED.
Privacy Policy              Terms of Use             


Creative Commons License
Except where otherwise noted, content on this site is
licensed under a Creative Common Attribution-Share Alike 4.0 International License.


All of the opinions expressed on this website are those of Julian Easterling and
do not represent the views of any of my current and previous clients or employers in any way.

If you notice an error on the site or content that has not been properly attributed, bring
it to my attention using the contact page and I will endeavor to fix it as soon as I can.

I accept no responsibility or liability for any damages incurred by following any of
my advice or by using any of the information on my site or of those sites that I link to.