McMatic
Issabel 5 – EasyVPN Installation and Troubleshooting Guide
1. Create the Easy-RSA Directory
Create the directory required for Easy-RSA version 3.0.8:
mkdir -p /usr/share/easy-rsa/3.0.8/
- Download and Install Easy-RSA
Download the Easy-RSA package and extract it into the target directory:
wget https://github.com/OpenVPN/easy-rsa/releases/download/v3.0.8/EasyRSA-3.0.8.tgz
tar -xvzf EasyRSA-3.0.8.tgz
mv EasyRSA-3.0.8/* /usr/share/easy-rsa/3.0.8/
rm -rf EasyRSA-3.0.8
- Install the Issabel EasyVPN Module
After preparing Easy-RSA, install the Issabel EasyVPN module using the package manager:
yum install issabel-easyvpn -y
Troubleshooting: OpenVPN Service Does Not Start Automatically
If the OpenVPN service does not start on boot after configuration, enable it manually:
sudo systemctl -f enable openvpn-server@server.service
Manually Start the OpenVPN Service
To start the OpenVPN service manually:
sudo systemctl start openvpn-server@server.service