The *esp4* kernel module does not load automatically on Fedora. Without this module, strongSwan can establish IKE SAs, but not ESP SAs. Listing the module name in a file in `/etc/modules-load.d` configures the *systemd-modules-load* service to load it at boot.
3 lines
57 B
YAML
3 lines
57 B
YAML
- name: load esp4 kernel module
|
|
command: modprobe esp4
|