mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #14] local HTTPS sites not working from VPN #15
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 @quinnsam on GitHub (Nov 11, 2016).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/14
After connecting to the VPN (xauth) I am not able to load my local https websites. I am able to connect to regular http websites located by the docker host but not https. While connected to the VPN I am able to ping the docker host with no problems. I have also added exceptions to the firewall on the host for the website port as well as 443 for SSL, with no luck.
I receive the following error: ERR_ADDRESS_UNREACHABLE
I also attempted to use the --net=host but receive error:
xl2tpd[1]: setsockopt recvref[30]: Protocol not available
xl2tpd[1]: This binary does not support kernel L2TP.
Is this something that I should change in the Dockerfile or is this a host error?
@hwdsl2 commented on GitHub (Nov 11, 2016):
@quinnsam Hello! This output is normal:
You may use "--net=host" but I don't think it is related to this issue.
Is your VPN client Android 6.0 or 7.0? If so, please see [1]. Also can you try rebooting your VPN client and/or VPN server?
[1] https://github.com/hwdsl2/setup-ipsec-vpn/blob/master/docs/clients.md#android-6-and-7
@quinnsam commented on GitHub (Nov 11, 2016):
Unfortunately, in Android 7.1.1 there is no option for "Backwards compatible mode". And the "sha2-truncbug=yes" line was already present. I did solve the issue by switching from XAuth to L2TP.