-
-
Notifications
You must be signed in to change notification settings - Fork 369
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG] Client connects to server but unable to tunnel connection when started as server mode on Docker Engine >= v23 on macOS #355
Comments
Thanks for opening your first issue here! Be sure to follow the relevant issue templates, or risk having this issue marked as invalid. |
Same issue here on a Mac Mini M1 running Orbstack 1.7.2, but in client mode.
|
Unfortunately MacOS isn't a platform we test our containers on. While for the most part most of our containers should work on different OS's using docker desktop/orbstack, it's not something we provide primary support for: https://docs.linuxserver.io/misc/support-policy/#reasonable-endeavours-support . |
As an aside you both need to check the output of |
@thespad There's one hanshake at the start of the container, and new handshakes seemingly around every 2-ish minutes:
a couple minutes later:
At the moment of typing this, I'm even able to ping google.com from inside the container eventhough I made no change whatsoever either to the wg config or to my docker setup. I'm suspecting it may be a Mullvad issue because the connection loss seems to be intermittent. I'll keep an eye on it and report back. EDIT: by the time I was done typing this, the issue happened again, I now cannot ping any host from inside the container 🤔 |
Just wanted to chime in and add that I'm having the same issue with a similar setup, albeit this is impacting all VPN providers (public and self-hosted.) I get about 2-4 minutes of throughput if I'm lucky, then handshakes stop. Rolling back the container to an older version seems to fix this for now. I don't see any errors, with the only sign found in |
Could you let me know which tag you used to get it working please? I went back quite a few versions but had no such luck. 🫠 |
I've tried a few now. Currently, I'm on version |
@strk1204 gave it a try and it broke almost immediately, unfortunately. This makes me think it has more to do with the combination of Docker and MacOS. |
The same issue happened to me not long after you posted that. If you're running Orbstack, it is a known issue and is worth downgrading. |
This issue has been automatically marked as stale because it has not had recent activity. This might be due to missing feedback from OP. It will be closed if no further activity occurs. Thank you for your contributions. |
Is there an existing issue for this?
Current Behavior
Expected Behavior
Steps To Reproduce
Environment
CPU architecture
x86-64
Docker creation
docker run -d \ --name=mobile-test-proxy \ --cap-add=NET_ADMIN \ --cap-add=SYS_MODULE \ -e PUID=502 \ -e PGID=20 \ -e TZ=Melbourne/Australia \ -e SERVERURL=10.0.0.80 \ -e PEERS=2 \ -e PEERDNS=10.0.10.1 \ -e LOG_CONFS=true \ -p 51820:51820/udp \ -v /Users/mee/projects/mobile-vpn/config:/config \ --sysctl="net.ipv4.conf.all.src_valid_mark=1" \ --restart unless-stopped \ linuxserver/wireguard
Container logs
The text was updated successfully, but these errors were encountered: