Setup And Configure OpenVPN Server On CentOS 6.5
Introduction OpenVPN is a robust and highly flexible tunneling application that uses all of the encryption, authentication, and certification features of the OpenSSL library to securely tunnel IP networks over a single TCP/UDP port. OpenVPN is developed by James Yonan of OpenVPN Technologies. In this brief guide, let us setup OpenVPN server on CentOS 6.5, and connect from a remote client. For the purpose of this tutorial, I use two systems running with CentOS 6.5, one acts as VPN server and other one acts as VPN client. Part One – VPN Server Side Configuration Here, I use CentOS 6.5 as VPN server, and it’s actual IP address is 192.168.1.2/24. Prerequisites OpenVPN and it’s dependencies are not available in the CentOS default repositories. So, we should install the “EPEL” repository in order to install OpenVPN and its dependencies. To enable EPEL repository On CentOS, refer the following link. Install EPEL Repository On CentOS / RHEL / Scientific Linux ...