OpenVPN: Free VPN untuk Ubuntu

From OnnoWiki
Jump to navigation Jump to search

sumber: https://askubuntu.com/questions/975827/whats-a-good-free-vpn-for-ubuntu/975829


Akses Free VPN yang baik untuk Ubuntu bisa melirik OpenVPN.

Langkahnya:

  • Install
sudo apt update
sudo apt -y install openvpn network-manager-openvpn network-manager-openvpn-gnome
sudo /etc/init.d/networking restart.


and download the package you want under 'OpenVPN'. Make sure to save the user and password you're given as you'll later need it.2]
   Extract. You'll have four or maybe more different files. Stick with one and only one and discard the others.
   Create 3 new files: certificate.crt, ca.crt, and key.key. Open the .opvn you downloaded and copy the text between < ca > and < /ca > into your ca.crt. Do the same with your other files: copy everything under < cert > and over < /cert > into certificate.crt; and everything between < key > and < /key > into key.key.
   Now go to Network in Settings and add a new VPN Network
   In the configuration window: name it whatever you want. Gateway: copy the address given in the third line of the .ovpn file just after remote and before the separate number which is the port number. Depending on what file you chose, you'll have different gateways/port numbers.
   Choose Password with Certificates (LTS) in Authentication / Type and copy and paste the user and password you were given on the site (Step 2). User Certificate is your certificate.crt, CA Certificate is your ca.crt, and Private Key is your key.key file.
   Click Advanced..., select the options that you see in this image. Use custom gateway port is the number that you have in your .ovpn file (Step 6). Now go to the Security tab and set Cipher to AES-128-CBC
   Done. If your connection doesn't establish right away and keeps disconnecting, change the VPN password setting to Store the password for all users.



Referensi

Pranala Menarik