在Ubuntu上安装SoftEther

因为每次安装SoftEther都需要进行繁琐的搜索,所以我将其作为备忘录保存下来。

添加PPA

sudo apt-add-repository ppa:paskal-07/softethervpn
sudo apt update 
sudo apt upgrade

如果是SoftEther VPN服务器的情况

SoftEther VPN服务器的安装

sudo apt install -y softether-vpnserver

启动和永久设置

sudo systemctl start softether-vpnserver
sudo systemctl enable softether-vpnserver

对于SoftEther VPN客户端的情况下

安装SoftEther VPN客户端

sudo apt install -y softether-vpnclient

开动

sudo vpnclient start

参考网站