docker-ikev2-vpn-server icon indicating copy to clipboard operation
docker-ikev2-vpn-server copied to clipboard

IKEv2 VPN Server on Docker, with .mobileconfig for iOS & macOS.

Results 28 docker-ikev2-vpn-server issues
Sort by recently updated
recently updated
newest added

![screen shot 2016-12-11 at 9](https://cloud.githubusercontent.com/assets/2988894/21077399/2849891e-bf85-11e6-847d-ba57047c26b6.jpg) Following the instruction from the README.md , to generated the mobileconfig. However, the command can't generated it as shown on attached screen.

There is a way to use this with windows clients? IKE connection require username and password but this project support sharedkey only. ideas?

It reconnects automatically immediately, so had to delete the profile on my iPhone. On my MacBook I unchecked `Connect on demand` checkbox in the Network preferences for my VPN and...

你好,我在群晖的docker上按照说明搭建好以后,在使用手机连接是总是失败,不知道是哪里出问题了,能否帮忙分析一下,十分感谢🙏! docker log -f输出如下(域名已隐去xxx.xxx.xxx): 09[ENC] generating INFORMATIONAL response 2 [ ] 09[NET] sending packet: from 172.17.0.3[4500] to 172.17.0.1[42453](60 bytes) 09[CFG] lease 10.8.0.1 by '10.8.200.245' went offline 08[NET] received packet: from...

I did like this. ``` sh bash-3.2$ docker run -d --name ikev2-vpn-server --privileged -p 500:500/udp -p 4500:4500/udp gaomd/ikev2-vpn-server:0.2.2 0419952b7b55d80712562202421f27141695244f7ac2894969bb7be722904021 bash-3.2$ docker-machine ip default 192.168.99.100 bash-3.2$ docker run -i -t --rm...

help wanted

I've created a fork of the repo, to add more configuration options and make certificate authentication the default. I understand that the goal here was to be simple so you...

Allow multiple account/password for easier management.

enhancement