What is Softether VPN?
https://www.softether.org/
Dependency
yum groupinstall "Development Tools"
yum install wget
Change directory location
cd /opt/
Download
wget http://www.softether-download.com/files/softether/v4.34-9745-rtm-2020.04.05-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz
Extract
tar zxvf softether-vpnserver-v4.34-9745-rtm-2020.04.05-linux-x64-64bit.tar.gz
the extract process will produce a directory named vpnserver and files in it.
cd vpnserver
Manual Start/Stop
./vpnserver stop
./vpnserver start
Configure
./vpncmd
Next steps check the manual:
https://www.softether.org/4-docs/1-manual/9._Installing_SoftEther_VPN_Bridge/9.3_Install_on_Linux_and_Initial_Configurations
Comments
Post a Comment