2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

UbuntuでSoftEtherのインストール

Last updated at Posted at 2022-05-26

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

参考サイト

2
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?