Description
OpenVPN 3 based client for Linux, built with modern Linux distributions in mind. OpenVPN 3 clients are mostly compatible with OpenVPN 2, but there are some features not yet present - like TAP device support and several other and lesser used features. If your configuration works with the OpenVPN Connect Android and iOS app, it will most likely function quite well as this client uses the same OpenVPN 3 Core Library as OpenVPN Connect.
Installation Instructions
The easiest install method is to ensure the yum/dnf copr plug-in is installed. Then you can do:
# yum copr enable dsommers/openvpn3
# yum install openvpn3-client
Note for Red Hat Enterprise Linux (and clones) users
This build depends on Fedora EPEL repositories being enabled. It is also important that RHEL users also enable the CodeReady repository and CentOS/AlmaLinux/RockyLinux users enables the PowerTools repository. This is all described in the Fedora EPEL instructions.
Quick-start guide:
Please see this page for more information on how to use OpenVPN 3 Linux https://community.openvpn.net/openvpn/wiki/OpenVPN3Linux#Quickstart-howtouseOpenVPN3Linux
OpenVPN Data Channel Offload support (RHEL-8 and newer, Fedora)
The Data Channel Offload (DCO) kernel module is an OpenVPN kernel based accelerator, which keeps the VPN encryption and decryption in the kernel space to avoid spending time passing data between the kernel and to user space (OpenVPN process) and back to the kernel again.
To enable it, first install the ovpn-dco
kernel module:
# yum install kmod-ovpn-dco
Then you must pre-import the configuration profile and activate the DCO mode on that config
$ openvpn3 config-import --config CLIENT_CONFIG --name CONFIG_NAME --persistent
$ openvpn3 config-manage --show --config CONFIG_NAME --dco true
Now you can start the connection, with DCO active:
$ openvpn3 session-start --config CONFIG_NAME
Active Releases
The following unofficial repositories are provided as-is by owner of this project. Contact the owner directly for bugs or issues (IE: not bugzilla).
Release | Architectures | Repo Download |
---|---|---|
EPEL 8 | aarch64 (1695)*, ppc64le (394)*, s390x (164)*, x86_64 (52326)* | EPEL 8 (11743 downloads) |
EPEL 9 | aarch64 (1219)*, ppc64le (339)*, s390x (349)*, x86_64 (57137)* | EPEL 9 (12082 downloads) |
Fedora 39 | aarch64 (120)*, ppc64le (30)*, s390x (60)*, x86_64 (4748)* | Fedora 39 (206380 downloads) |
Fedora 40 | aarch64 (492)*, ppc64le (26)*, s390x (18)*, x86_64 (18593)* | Fedora 40 (3843 downloads) |
Fedora 41 | aarch64 (54)*, ppc64le (2)*, s390x (21)*, x86_64 (4104)* | Fedora 41 (511 downloads) |
Fedora rawhide | aarch64 (222)*, ppc64le (226)*, s390x (235)*, x86_64 (914)* | Fedora rawhide (382 downloads) |
* Total number of downloaded packages.
External Repository List
The following repositories are accessible during builds