mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #183] VPN access to docker host -> get home network IP #168
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 @lukasvlcekcz on GitHub (Apr 17, 2020).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/183
Hi,
first of all I would like to thank you for this docker image.
I have a server with a public IPv4: 173.xxx.xxx.xxx and a home network with a public IPv4: 89.xxx.xxx.xxx.
After connecting in VPN I get: 173.xxx.xxx.xxx.
However, if I access a website hosted on my server via VPN, I see that I am accessing from home IP 89.xxx.xxx.xxx.
Can this behavior be modified to have an IP server - 173.xxx.xxx.xxx?
Thank you for answer.
@hwdsl2 commented on GitHub (May 16, 2020):
@LukasVlcek Hello! It looks like you are trying to access a website hosted in another Docker container on your Docker host which also hosts the IPsec VPN container. Due to Docker's isolation and routing between containers, I am not sure about your use case.