mirror of
https://github.com/hwdsl2/docker-ipsec-vpn-server.git
synced 2026-04-26 01:55:53 +03:00
[GH-ISSUE #262] No traffic with MacOS and Docker #244
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 @daniele2209 on GitHub (Nov 8, 2021).
Original GitHub issue: https://github.com/hwdsl2/docker-ipsec-vpn-server/issues/262
Hello,
first of all, thanks a lot for your work here.
I try to connect my MBP with CISCO VPN to the latest HWDSL-Docker Image.
The MBP connects the VPN.
I can access the DOCKER-Server (Debian) directly by using the IP.
I CANNOT connect to any website through the VPN.
I can ping for instance the next 8.8.8.8 through the VPN.
It looks a little bit if DNS resolution does not works well...
A NSLOOKUP www.google.de fails.
Any ideas?
regards
Daniel
@hwdsl2 commented on GitHub (Nov 9, 2021):
@daniele2209 Hello! This usually indicates DNS issues within your Docker container, and may be related to your Docker network configuration. Please check the container logs [1] or errors, you may also try IKEv2 mode [1] (recommended).
You may also open a Bash shell inside the Docker container [2] to troubleshoot the DNS.
[1] https://github.com/hwdsl2/docker-ipsec-vpn-server#configure-and-use-ikev2-vpn
[2] https://github.com/hwdsl2/docker-ipsec-vpn-server/blob/master/docs/advanced-usage.md#bash-shell-inside-container