Difference between revisions of "Setup OpenVPN Client in Linux Ubuntu"
Jump to navigation
Jump to search
(Created page with "== Purpose == We'll install an OpenVPN client in Linux Ubuntu 18 server. So this server can use OpenVPN client to connect to a vpn network. <br>Make sure we already have an o...") |
(No difference)
|
Revision as of 13:45, 12 October 2020
Purpose
We'll install an OpenVPN client in Linux Ubuntu 18 server. So this server can use OpenVPN client to connect to a vpn network.
Make sure we already have an ovpn file that created in OpenVPN server. Please refer to this page Setup OpenVPN Server in AWS VPC.
Preparation
root@gejoreuy:~# wget -O - https://swupdate.openvpn.net/repos/repo-public.gpg%7C sudo apt-key add - root@gejoreuy:~# echo "deb http://build.openvpn.net/debian/openvpn/stable $(lsb_release -sc) main" | sudo tee /etc/apt/sources.list.d/openvpn-aptrepo.list