Author: Jay
Installing SoftEther VPN server on Ubuntu
This tutorial is to show you how to install a SoftEther VPN on Ubuntu 12.04 & Ubuntu 14.04.
After installing a fresh copy of Ubuntu or your machine, run following commands to update the packages.
1 2 |
apt-get update -y apt-get upgrade -y |
After updating add SoftEther PPA:
1 |
add-apt-repository ppa:dajhorn/softether |
Update package list again & install softether package.
1 2 |
apt-get update apt-get install softether |
After installing run following commands to check for any errors.
1 |
vpncmd |
Select option 1. And press Enter for the rest. Then run command check.
1 |
check |
If you get output same as above image, then you have successfully installed SoftEther VPN server on your machine.