0
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 3 years have passed since last update.

Rock64にSoftEther VPNをインストールのメモ

Last updated at Posted at 2020-08-10

SoftEther VPNのダウンロード元

SoftEther VPN (Freeware) -> Source Code of SoftEther VPN -> tar.gz package -> Any

tar -zxvf softether-src-*-*.tar.gz 

ビルド方法

https://www.labohyt.net/blog/server/post-2209/
https://qiita.com/Shachihoko/items/543eea4c95153c719224

$ sudo apt install libreadline-dev libssl-dev libncurses-dev libz-dev

-m64は削除(新しいビルドでは必要ない)

src/Cedar/Server.cを編集

Makefileのインストールするディレクトリは書き換える

systemdについて

ポート

UDP 500
UDP 4500

0
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
0
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?