mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #10] error 800 on client #7
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 @mbsanchez on GitHub (Sep 18, 2016).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/10
I have followed your guide to install this image in my vps, but i'm getting error 800 in my client machine, I don't know what to do to fix this error.
port 500 and 4500 was opened in my vps, but i'm still getting the same error.
host machine:
Docker log:
docker exec -it ipsec-vpn-server ipsec status:
@hwdsl2 commented on GitHub (Sep 18, 2016):
@mbsanchez Hello! Please try the following steps one by one. Re-connect the VPN after each step to see if the problem is solved:
docker restart ipsec-vpn-server. Then checkdocker ps -aanddocker logs ipsec-vpn-serverto make sure it is running.[1] https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md
[2] https://blogs.technet.microsoft.com/rrasblog/2009/08/12/troubleshooting-common-vpn-related-errors/
@mbsanchez commented on GitHub (Sep 18, 2016):
docker ps -a
docker logs ipsec-vpn-server
I follow your instructions but nothing changed. I also have disabled the IPSec Passthrough in my home router
@hwdsl2 commented on GitHub (Sep 18, 2016):
@mbsanchez Please contact me via my GitHub profile. I'll set up a test server so that you can try connecting, in order to find out whether the problem is with the server or your VPN client.
@mbsanchez commented on GitHub (Sep 20, 2016):
I have resolved my issue, the problem was that my ISP have a firewall blocking ports from 1-1023, i have called to client support and request to disable the firewall. All works very well now.
@hwdsl2 commented on GitHub (Sep 20, 2016):
@mbsanchez Great! Thanks for letting us know.