Security is most important aspect in internet. Outsiders can monitor internet traffic between your computer and the web. Here the importance of VPN comes. VPN, or virtual private network, is a secure method of connecting remote internet resources together as if they were under the same LAN. OpenVPN is a popular open source application that implements a virtual private network. works on Linux, Windows, and Mac operating systems. It can be utilized to create a secure connection between physically distributed servers.
This Article explains How to install and configure OpenVPN in centOS 7 server.
OpenVpn isn’t available in the default CentOS repositories. So we need to install Enterprise Linux (EPEL) repository. Use the following command to install EPEL repository.
First, We are going to install in the server by issuing the following command.
For generating our SSL key pairs, which will secure our VPN connections. Execute the following command:
We can find an example configuration file in its documentation directory. We need to copy the sampleserver.confby the following command.
Open the file in your favorite editor, I’m using editor,
Most of the lines just need to be uncommented (remove the
Article Number: 678
Posted: Fri, May 15, 2020 11:57 AM
Last Updated: Fri, May 15, 2020 11:57 AM
Online URL: http://kb.ictbanking.net/article.php?id=678