How To Install OpenVPN Server on Ubuntu 18
How To Install OpenVPN Server on Ubuntu 18 After installing Ubuntu 18 $ sudo apt update $ sudo apt upgrade $ wget https://git.io/vpn -O openvpn-install.sh Setup permissions using the chmod command: $ chmod +x openvpn-install.sh $ vim openvpn-install.sh To avoid problem always choose DNS as 1.1.1.1 or Google DNS. Those are fast DNS server and
How To Install OpenVPN on CentOS 6 or CentOS 7
How To Install OpenVPN on CentOS 6 or CentOS 7 Pre-requisiites: CentOS 6 or CentOS 7 already installed and you have ssh access with root permission. Run commands in the terminal: $ sudo yum update $ wget https://raw.githubusercontent.com/Angristan/openvpn-install/master/openvpn-install.sh -O centos7-vpn.sh $ chmod +x centos7-vpn.sh $ sudo ./centos7-vpn.sh How do I start/stop/restart OpenVPN server on CentOS