mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #71] Documentation question #62
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 @RickyRomero on GitHub (Apr 11, 2018).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/71
Just a simple question about the docs:
Start the IPsec VPN server
Important: First, load the IPsec
NETKEYkernel module on the Docker host:Is this step required every time the host is restarted, or just for first run of the container?
@hwdsl2 commented on GitHub (May 2, 2018):
@RickyRomero Hello! This step is not strictly needed as the Docker container will attempt to run modprobe from inside the container. Try and see if the container works without this step. Otherwise you'll need to run it on every reboot.