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.

Fedora33でMS互換のL2TP/IpsecのVPNクライアントを構築

Last updated at Posted at 2021-01-14

Fedora33をインストール後
testなのでrootに昇格させておく


sudo passwd root
su

yum install -y xl2tpd NetworkManager-l2tp NetworkManager-l2tp-gnome

Fedora33にはipsecにlibreswanが使われているようで、脆弱なアルゴリズムは排除されてしまっている。
MS互換のL2TP/IPsecでは排除されたアルゴリズムが使われているようなのでstrongswanに変更する。


yum remove libreswan
yum install -y strongswan

参考情報
6つのVPN
https://opensource.com/article/18/8/open-source-tools-vpn
https://www.tecmint.com/setup-l2tp-ipsec-vpn-client-in-linux/

MS AzureのL2TP設定
https://network.yamaha.com/setting/router_firewall/cloud/microsoft_azure/setup_rt

Fedora & Algorithm
https://ask.fedoraproject.org/t/cannot-connect-to-vpn/5602/42

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?