Rendering IPsec configuration with python
preface
IPsec has many configuration dependencies. If you don't pay attention to it, it is easy to make a configuration error. As long as the configuration error is wrong, it is easy to cause IPsec to fail; So I hope to use some means to simplify these complex configurations; So I use python language, which is not difficult to learn but ...
Added by ShaileshD on Tue, 25 Jan 2022 18:07:55 +0200
Xfrm -- Kernel Implementation Framework of IPSec Protocol
catalogue
1 Overview
1.1 XFRM instance
1.2 Netlink channel
1.3 XFRM State
1.3 XFRM Policy
2 receive and send IPsec message
2.1 receiving
2.2 sending
IPsec protocol helps the IP layer to establish a safe and reliable packet transmission channel. There are already such StrongSwan,OpenSwan And other mature solutions, and they all use the ...
Added by VTS on Tue, 25 Jan 2022 12:53:15 +0200