SoftEtherを毎回入れるたびに調べるのが面倒なので備忘録として残します。
PPAの追加
sudo apt-add-repository ppa:paskal-07/softethervpn
sudo apt update
sudo apt upgrade
SoftEther VPN Serverの場合
SoftEther VPN Serverのインストール
sudo apt install -y softether-vpnserver
起動と恒久の設定
sudo systemctl start softether-vpnserver
sudo systemctl enable softether-vpnserver
SoftEther VPN Clientの場合
SoftEther VPN Clientのインストール
sudo apt install -y softether-vpnclient
起動
sudo vpnclient start
参考サイト