mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #212] Can't connect using docker-ipsec-vpn-server:latest in windows 10 #197
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 @RayMMond on GitHub (Nov 10, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/212
Checklist
Describe the issue
To Reproduce
Steps to reproduce the behavior:
--name ipsec-vpn-server
--restart=always
-p 500:500/udp
-p 4500:4500/udp
-d --privileged
hwdsl2/ipsec-vpn-server
Logs
Server (please complete the following information)
Docker info:
Client (please complete the following information)
@hwdsl2 commented on GitHub (Nov 10, 2020):
@RayMMond Hello! Does your Docker host run Debian 10 (Buster)? From the logs, it looks like your Docker host is missing
/dev/ppp:This is a problem with the cloud versions of Debian 10 kernels. See [1].
[1] https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#debian-10-kernel
@RayMMond commented on GitHub (Nov 11, 2020):
@hwdsl2 Thanks! I got it!