DEV Community

Agik Setiawan
Agik Setiawan

Posted on

5 3

Install openvpn3 in Fedora 36

sudo dnf copr enable dsommers/openvpn3
Enter fullscreen mode Exit fullscreen mode
sudo dnf install openvpn3-client
Enter fullscreen mode Exit fullscreen mode

for test connection with openvpn you must have client ovpn file

Example for connect to openvpn server:

openvpn3 session-start --config ~/client.ovpn
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay