Page 1 of 1

OpenVPN Connector for arm64 on Ubuntu

Posted: Sat May 01, 2021 12:42 pm
by smackie
Are there any plans to build the OpenVPN connector for arm64 on Ubuntu? It'd be incredibly useful for creating small connectors for backup links to remote networks.

Cheers

Scott...

Re: OpenVPN Connector for arm64 on Ubuntu

Posted: Sun Jul 04, 2021 11:11 pm
by charadeur
Please this. I want it for Kali on Raspberry PI. How nice for pen testing to be able to drop in a PI and connect in to run attacks. I know we can maintain out own openvpn server and log the client in as a gateway but that is not as convenient as your cloud is.

Re: OpenVPN Connector for arm64 on Ubuntu

Posted: Tue Jul 06, 2021 8:54 am
by openvpn_inc
Hello smackie and charadeur,

I have good news for you then. OpenVPN3 Linux client version 14 beta that is being prepared at the moment will have a build for Ubuntu 20 on ARM64. I should of course point out that most smaller devices don't have a very powerful CPU, so performance may vary from platform to platform, but it'll work.

Making it available for Kali is not at this point a goal, but since OpenVPN3 Linux client is open source, and the source code is available online, you may be able to build it there yourself. The focus for platforms at the moment for OpenVPN3 Linux client is mostly Ubuntu, Debian, RedHat, and CentOS.

Kind regards,
Johan

Re: OpenVPN Connector for arm64 on Ubuntu

Posted: Wed Sep 08, 2021 1:32 pm
by stadelmannj
Hello,
any update on the beta or even public client for Ubuntu on ARM (Raspberry) ?
thanks and kind regards,
Juerg

Re: OpenVPN Connector for arm64 on Ubuntu

Posted: Mon Sep 13, 2021 10:36 pm
by openvpn_inc
Hello,

OpenVPN3 Linux client v14 beta is already out, we even did a v15. It runs on Ubuntu20 ARM platform. It's basically the same as installing on Ubuntu20 x86_64 platform. You can find the software here:
https://openvpn.net/openvpn-client-for-linux/

Kind regards,
Johan

Re: OpenVPN Connector for arm64 on Ubuntu

Posted: Wed Sep 22, 2021 7:57 am
by stadelmannj
and this will work as Connector ? I'm not looking for a vpn client but a "client" acting as OpenVPN connector, allowing clients to remote access the network behind the connector

Re: OpenVPN Connector for arm64 on Ubuntu

Posted: Thu Sep 23, 2021 11:44 am
by openvpn_inc
Hello,

The connectors that you launch from OpenVPN Cloud are using this same OpenVPN3 Linux client software.

Kind regards,
Johan

Re: OpenVPN Connector for arm64 on Ubuntu

Posted: Sat Sep 25, 2021 6:57 pm
by stadelmannj
Hi Johan,

i tried again as you proposed. but I still get the error client (package) does not exist.


root@ubuntu:/usr/src# wget https://swupdate.openvpn.net/repos/open ... kg-key.pub
--2021-09-25 20:50:35-- https://swupdate.openvpn.net/repos/open ... kg-key.pub
Resolving swupdate.openvpn.net (swupdate.openvpn.net)... 104.18.109.96, 104.18.110.96
Connecting to swupdate.openvpn.net (swupdate.openvpn.net)|104.18.109.96|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 3165 (3.1K) [binary/octet-stream]
Saving to: ‘openvpn-repo-pkg-key.pub’

openvpn-repo-pkg-key.pub 100%[============================================================================================================>] 3.09K --.-KB/s in 0.001s

2021-09-25 20:50:35 (5.25 MB/s) - ‘openvpn-repo-pkg-key.pub’ saved [3165/3165]

root@ubuntu:/usr/src# apt-key add openvpn-repo-pkg-key.pub
OK

root@ubuntu:/usr/src# wget -O /etc/apt/sources.list.d/openvpn3.list https://swupdate.openvpn.net/community/ ... focal.list
--2021-09-25 20:51:38-- https://swupdate.openvpn.net/community/ ... focal.list
Resolving swupdate.openvpn.net (swupdate.openvpn.net)... 104.18.109.96, 104.18.110.96
Connecting to swupdate.openvpn.net (swupdate.openvpn.net)|104.18.109.96|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 109 [binary/octet-stream]
Saving to: ‘/etc/apt/sources.list.d/openvpn3.list’

/etc/apt/sources.list.d/openvpn3.list 100%[============================================================================================================>] 109 --.-KB/s in 0s

2021-09-25 20:51:38 (5.41 MB/s) - ‘/etc/apt/sources.list.d/openvpn3.list’ saved [109/109]

root@ubuntu:/usr/src# apt update
Hit:1 http://as-repository.openvpn.net/as/debian focal InRelease
Hit:2 https://swupdate.openvpn.net/community/openvpn3/repos focal InRelease
Hit:3 http://ports.ubuntu.com/ubuntu-ports focal InRelease
Hit:4 http://ports.ubuntu.com/ubuntu-ports focal-updates InRelease
Hit:5 http://ports.ubuntu.com/ubuntu-ports focal-backports InRelease
Hit:6 http://ports.ubuntu.com/ubuntu-ports focal-security InRelease
Reading package lists... Done
Building dependency tree
Reading state information... Done
18 packages can be upgraded. Run 'apt list --upgradable' to see them.
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'http://as-repository.openvpn.net/as/debian focal InRelease' doesn't support architecture 'armhf'
N: Skipping acquire of configured file 'main/binary-armhf/Packages' as repository 'https://swupdate.openvpn.net/community/openvpn3/repos focal InRelease' doesn't support architecture 'armhf'

root@ubuntu:/usr/src# apt install openvpn3
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package openvpn3
root@ubuntu:/usr/src#

Re: OpenVPN Connector for arm64 on Ubuntu

Posted: Sun Sep 26, 2021 1:15 pm
by openvpn_inc
Hello again stadelmannj,

Sorry, should have been clearer. You need 64 bits platform ARM. You appear to be running a 32 bit platform. The architecture known as armhf is only 32 bits. The architecture known as arm64 is 64 bit. Now the problem might be resolved if you install a 64 bit platform on your device - if it supports it. You should check if the CPU in your device is capable of 64 bit. For example a Raspberry Pi 4 is a 64 bit platform as per its CPU specifications.

If you install Ubuntu 20.04 LTS 64 bit then you should be good.

And before you ask, no, there won't be a 32 bit version of this software. We left behind 32 bit terrain a while ago.

Kind regards,
Johan

Re: OpenVPN Connector for arm64 on Ubuntu

Posted: Mon Oct 11, 2021 8:08 am
by stadelmannj
Hi Johan,
thanks for the hint. 64bit version worked :)