mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 18:15:50 +03:00
[GH-ISSUE #77] In ubuntu 18.04, it can not startup #67
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 @SOmeONee on GitHub (May 4, 2018).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/77
In container ,when run ipsec , error is :
FATAL ERROR: Failed to bind bcast socket in init_netlink() - Perhaps kernel was not compiled with CONFIG_XFRM. Errno 1: Operation not permitted
@fl0wfr commented on GitHub (May 7, 2018):
xl2tpd is broken with kernel 4.15, see here : https://bugs.launchpad.net/ubuntu/+source/xl2tpd/+bug/1760796
@SOmeONee commented on GitHub (May 10, 2018):
Bad news. Thanks.
@sharipov-ru commented on GitHub (May 12, 2018):
@SOmeONee
You can apply workaround from development version of xl2tpd as follows:
first, run this on your host (given your container is running):
then inside a container:
Then container restarts and you'll be able to connect (at least it's working for me, Ubuntu 18.04 on Digitalocean + L2TP/IPsec router client)
This is dirty workaround since it downloads a lot of packages for your container, but at least it works and may be an option for you.
Originally dev version installation instructions are posted here
@fl0wfr commented on GitHub (May 13, 2018):
Dirty workaround but that will make it until image gets an update.
Thanks @sharipov-ru !
@SOmeONee commented on GitHub (May 13, 2018):
@sharipov-ru thanks very much