[Ubuntu] SoftEtherVPNバージョンアップ作業

Ubuntu

SoftEtherVPNバージョン4.44が公開されましたので、バージョンアップ作業を記事にしてみました。

検証環境

Ubuntu24.04
SoftEtherVPNバージョン4.43
SoftEtherVPNバージョン4.43が入っているディレクトリvpnserverは /usr/local/に配置
ターミナルで作業

SoftEtherVPN停止
$ sudo systemctl stop vpnserver.service
SoftEtherVPNバックアップ
sudo mv /usr/local/vpnserver/ /usr/local/old_vpnserver_ver443
公式から最新版SoftEtherVPNをダウンロード
https://www.softether-download.com/ja.aspx
$ wget https://www.softether-download.com/files/softether/v4.44-9807-rtm-2025.04.16-tree/Linux/SoftEther_VPN_Server/64bit_-_Intel_x64_or_AMD64/softether-vpnserver-v4.44-9807-rtm-2025.04.16-linux-x64-64bit.tar.gz
ダウンロードしたファイルを解凍
$ tar -zxvf softether-vpnserver-v4.44-9807-rtm-2025.04.16-linux-x64-64bit.tar.gz 
ディレクトリ移動
$ cd vpnserver/
make開始
$ make
ディレクトリ移動
$ cd
vpnserverディレクトリをusr/local/へ移動
$ sudo mv vpnserver/ /usr/local/
SoftEtherVPNバージョン4.43の設定ファイルvpn_server.configを/usr/local/vpnserver/へコピー
sudo cp /usr/local/old_vpnserver_ver443/vpn_server.config /usr/local/vpnserver/
SoftEtherVPN起動
$ sudo systemctl start vpnserver.service
SoftEtherVPN状態確認
$ sudo systemctl status vpnserver.service
バージョン確認
$ /usr/local/vpnserver/./vpncmd /help | grep Version
Version 4.44 Build 9807   (Japanese)

SoftEtherVPNのダウンロードページに表示されているVer、Buildのバージョンと同じになっていることが確認できます。

タイトルとURLをコピーしました