mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #2] can't modprobe af_key in debian8 #2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @rainysia on GitHub (Jun 1, 2016).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/2
Hi mate,
I use debian8 (jessie) amd64 version, kernel 4.1.5-x86_64-linode61.
and can't modprobe af_key,
modprobe af_keymodprobe: ERROR: ../libkmod/libkmod.c:557 kmod_search_moddep() could not open moddep file '/lib/modules/4.1.5-x86_64-linode61/modules.dep.bin'Do you know how to add this? or maybe i need to rebuild kernel and enable IPSEC?
Thanks.
@hwdsl2 commented on GitHub (Jun 1, 2016):
Hi @rainysia. On Linode you need to use a Debian-provided kernel via GRUB instead of a Linode-provided kernel, where some modules may be missing. Please refer to [1] for detailed steps.
[1] https://www.linode.com/docs/tools-reference/custom-kernels-distros/run-a-distribution-supplied-kernel-with-kvm
@rainysia commented on GitHub (Jun 2, 2016):
Thanks @hwdsl2, It works