Build SoftEther from Source for the unstable version
Compare SotEther with OpenVPN
https://www.paloaltonetworks.com/cyberpedia/softether-vs-openvpn
Download of the latest SoftEther Sources
Install Reqs
apt install cmake gcc g++ make pkgconf libncurses5-dev libssl-dev
apt install libsodium-dev libreadline-dev zlib1g-dev
Make
cd /
git clone https://github.com/SoftEtherVPN/SoftEtherVPN.git cd /SoftEtherVPN git submodule init && git submodule update ./configure make -C build make -C build install
Start VPN Server
cd /SoftEtherVPN/build
export LD_LIBRARY_PATH=.:$LD_LIBRARY_PATH
vpnserver start
vpnserver stop
SSL Certificate Update
... Copy & convert the letsencrypt for SoftEther:
cd /etc/letsencrypt/live/vpn.gueldenpfennig.info
openssl pkcs12 -export -out vpn.gueldenpfennig.info.pfx -inkey privkey.pem -in fullchain.pem
(No PIN!)
The import of this certificate vpn.gueldenpfennig.info.pfx happens via the SoftEther Server-Manager.
This is a 4096 Bit Certificate right now - this is supported by SoftEther 5 ONLY (4.x does support 1024 & 2048 only)
( ubuntu , UBUNTU )
#






0 Kommentare:
Kommentar veröffentlichen