mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 10:05:48 +03:00
[GH-ISSUE #63] Connection Times Out #55
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 @azabednego on GitHub (Mar 27, 2018).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/63
I am not able to connect from my android device. I followed the troubleshooting steps. Restarted services and modified sha2-truncbug=no within ipsec.conf. I also added rules in firewall to accept udp:
udp | Apply to all | IP ranges: 0.0.0.0/0 | udp:500, udp:4500
Under xl2tpd /var/log/syslog logs, noticed:
Mar 27 20:13:38 instance-1 xl2tpd[20382]: Listening on IP address 0.0.0.0, port 1701
Shouldn't it be listening on a specific IP address?
Any help would be appreciated.