How To Install eurephia on Fedora 36
Introduction
In this tutorial we learn how to install eurephia
on Fedora 36.
What is eurephia
This plug-in enhances OpenVPN by adding user name and password authentication in addition. An eurephia user account is a combination of minimum one OpenVPN SSL certificate and a user name with a password assigned. It is also possible to setup several eurephia user names to use a shared OpenVPN certificate. In addition, eurephia will blacklist IP addresses, certificates and user names on too many failed attempts and it supports dynamic update of iptables rules which restricts network access per connection.
We can use yum
or dnf
to install eurephia
on Fedora 36. In this tutorial we discuss both methods but you only need to choose one of method to install eurephia.
Install eurephia on Fedora 36 Using dnf
Update yum database with dnf
using the following command.
sudo dnf makecache --refresh
After updating yum database, We can install eurephia
using dnf
by running the following command:
sudo dnf -y install eurephia
Install eurephia on Fedora 36 Using yum
Update yum database with yum
using the following command.
sudo yum makecache --refresh
After updating yum database, We can install eurephia
using yum
by running the following command:
sudo yum -y install eurephia
How To Uninstall eurephia on Fedora 36
To uninstall only the eurephia
package we can use the following command:
sudo dnf remove eurephia
eurephia Package Contents on Fedora 36
/usr/lib/.build-id
/usr/lib/.build-id/37
/usr/lib/.build-id/37/939a1338f73c22e132e1c0d15cb78906268eab
/usr/lib/.build-id/7c
/usr/lib/.build-id/7c/91ad10477b4123b5712eadfdb34d3ae26c7e22
/usr/lib64/eurephia/efw-iptables.so
/usr/lib64/openvpn/eurephia-auth.so
/usr/share/doc/eurephia
/usr/share/doc/eurephia/CREDITS.txt
/usr/share/doc/eurephia/LICENSE.txt
/usr/share/man/man7/eurephia-auth.7.gz
/usr/share/man/man7/eurephia-variables.7.gz
References
Summary
In this tutorial we learn how to install eurephia
on Fedora 36 using yum and [dnf]((/fedora/36/dnf/).