Upgrade to 2.7.5

Business solution to host your own OpenVPN server with web management interface and bundled clients.
Post Reply
cesah
OpenVpn Newbie
Posts: 3
Joined: Wed Feb 26, 2020 12:22 am

Upgrade to 2.7.5

Post by cesah » Wed Feb 26, 2020 12:32 am

Hi all,

I'm presently on Ubuntu 14.04 and currently running AS 2.6.1. I need to upgrade to AS 2.7.5 -- however I cannot find the download to this release.

I've tried following the instructions in the link below -- however, it's release only goes to version 2.4 -- which is not what I need.

Can anyone help?

link: Wiki Instructions
Last edited by Pippin on Thu Feb 27, 2020 3:36 pm, edited 1 time in total.
Reason: Corrected link

cesah
OpenVpn Newbie
Posts: 3
Joined: Wed Feb 26, 2020 12:22 am

Re: Upgrade to 2.7.5

Post by cesah » Thu Feb 27, 2020 3:33 pm

BUMP.

Any thoughts from anyone?

User avatar
Pippin
Forum Team
Posts: 1201
Joined: Wed Jul 01, 2015 8:03 am
Location: irc://irc.libera.chat:6697/openvpn

Re: Upgrade to 2.7.5

Post by Pippin » Thu Feb 27, 2020 3:39 pm

Your link points to the Community version.

For Access Server look here:
https://openvpn.net/vpn-server-resource ... r-updated/
I gloomily came to the ironic conclusion that if you take a highly intelligent person and give them the best possible, elite education, then you will most likely wind up with an academic who is completely impervious to reality.
Halton Arp

cesah
OpenVpn Newbie
Posts: 3
Joined: Wed Feb 26, 2020 12:22 am

Re: Upgrade to 2.7.5

Post by cesah » Thu Feb 27, 2020 4:06 pm

Okay, I figured it out. Thanks to Pippen for pointing me to the newer repository.

Steps taken:

Code: Select all

apt update && apt -y install ca-certificates wget net-tools gnupg

Code: Select all

wget -qO - https://as-repository.openvpn.net/as-repo-public.gpg | apt-key add -
# Change the <DISTRUBTION> to your release. For me, it was trusty, which is Ubuntu 14.04

Code: Select all

echo "deb [arch=amd64] http://as-repository.openvpn.net/as/debian <DISTRIBUTION> main">/etc/apt/sources.list.d/openvpn-as-repo.list

apt update && apt -y install openvpn-as
Verify upgrade:

Code: Select all

cd /usr/local/openvpn_as/etc/
cat VERSION
You should get this output:

Code: Select all

export AS_VERSION=2.7.5
export AS_BUILD=932a08a3
Last edited by Pippin on Thu Feb 27, 2020 4:32 pm, edited 1 time in total.
Reason: Formatting

Post Reply