mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 10:05:48 +03:00
[GH-ISSUE #185] Not working on Ubuntu 20.04 #170
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 @vlasick on GitHub (May 2, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/185
Doker logs with running:
Doker logs with trying to connect from client:
Trying to modprobe l2tp_ppp:
@hwdsl2 commented on GitHub (May 2, 2020):
@vlasick Hello! This Docker image has been tested on Ubuntu 20.04 and works fine. It is likely that your server lacks PPP kernel support. Try
modprobe ppp_genericfrom your Docker host. Then re-create the Docker container. If that does not work and/dev/pppdoes not exist on your Docker host, then it is likely an issue with your host server's Linux kernel.