You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've deploy to carina by rackspaces successful,but after install ikev2-vpn.mobileconfig on iphone it failed to connect to server.
Deploy command:
C:\docker>docker run --detach --name ike --net wordnet --publish 500:500/udp --publish 4500:4500/udp gaomd/ikev2-vpn-server:0.3.0
ed67fa63abd6b0500fc83b875b01313c730e32644ee2951a487a0030e496fb08
C:\docker>docker run -i -t --rm --volumes-from ike -e "HOST=xxx.xxx.xxx.xxx" gaomd/ikev2-vpn-server:0.3.0 generate-mobileconfig > ikev2-vpn.mobileconfig
//_xxx.xxx.xxx.xxx is the ip address,like above_********//
C:\docker>docker.exe port ike
4500/udp -> xxx.xxx.xxx.xxx:4500
500/udp ->xxx.xxx.xxx.xxx:500
C:\docker>docker.exe port ike 500/udp
xxx.xxx.xxx.xxx:500
C:\docker>docker.exe port ike 4500/udp
xxx.xxx.xxx.xxx:4500
C:\docker>docker.exe ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ed67fa63abd6 gaomd/ikev2-vpn-server:0.3.0 "/bin/sh -c /usr/bin/" 9 minutes ago Up 9 minutes xxx.xxx.xxx.xxx:500->500/udp, xxx.xxx.xxx.xxx:4500->4500/udp 55966311-6bca-46d4-9c11-8ae21f64d1a4-n1/ike
17efb3c6d7f0 carina/consul "/entrypoint.sh agent" 36 minutes ago Up 36 minutes 55966311-6bca-46d4-9c11-8ae21f64d1a4-n1/carina-svcd
It seems deploy successful,but iphone failed to connect after install the config file ikev2-vpn.mobileconfig.
Can you see what is wrong?
The text was updated successfully, but these errors were encountered:
Seems no problem, try to monitor realtime logs using docker logs -f ike, and make sure there are incoming connections while you connect on your iPhone.
If there are no incoming connections, maybe it's your platform's firewall that is blocking certain ports?
I've deploy to carina by rackspaces successful,but after install ikev2-vpn.mobileconfig on iphone it failed to connect to server.
Deploy command:
C:\docker>docker run --detach --name ike --net wordnet --publish 500:500/udp --publish 4500:4500/udp gaomd/ikev2-vpn-server:0.3.0
ed67fa63abd6b0500fc83b875b01313c730e32644ee2951a487a0030e496fb08
C:\docker>docker run -i -t --rm --volumes-from ike -e "HOST=xxx.xxx.xxx.xxx" gaomd/ikev2-vpn-server:0.3.0 generate-mobileconfig > ikev2-vpn.mobileconfig
//_xxx.xxx.xxx.xxx is the ip address,like above_********//
C:\docker>docker.exe port ike
4500/udp -> xxx.xxx.xxx.xxx:4500
500/udp ->xxx.xxx.xxx.xxx:500
C:\docker>docker.exe port ike 500/udp
xxx.xxx.xxx.xxx:500
C:\docker>docker.exe port ike 4500/udp
xxx.xxx.xxx.xxx:4500
C:\docker>docker.exe ps
CONTAINER ID IMAGE COMMAND CREATED STATUS PORTS NAMES
ed67fa63abd6 gaomd/ikev2-vpn-server:0.3.0 "/bin/sh -c /usr/bin/" 9 minutes ago Up 9 minutes xxx.xxx.xxx.xxx:500->500/udp, xxx.xxx.xxx.xxx:4500->4500/udp 55966311-6bca-46d4-9c11-8ae21f64d1a4-n1/ike
17efb3c6d7f0 carina/consul "/entrypoint.sh agent" 36 minutes ago Up 36 minutes 55966311-6bca-46d4-9c11-8ae21f64d1a4-n1/carina-svcd
It seems deploy successful,but iphone failed to connect after install the config file ikev2-vpn.mobileconfig.
Can you see what is wrong?
The text was updated successfully, but these errors were encountered: