-
Notifications
You must be signed in to change notification settings - Fork 52
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
Container IPs not accessible when using Citrix Secure Access VPN #1719
Comments
Likely the VPN blocks the private networks. Try to use the local domains: |
Indeed this seems to work, but only because it goes through ipv6:
If I try to access the ipv6 IP it works:
Also, I'm surprised to see this So that means that because of my VPN I have no way of accessing by IP? |
Also, here's the route for these two addresses:
|
Describe the bug
When running a container (such as
docker run -d -p 8080:80 nginx
) I can access the container throughlocalhost:8080
but not through its IP onhttp://192.168.215.3
This works when the VPN is not connected, which makes me think that it must come from the VPN.
To Reproduce
docker run -d -p 8080:80 nginx
curl -v http://192.168.215.3
/curl -v http://localhost:8080
-> all goodcurl -v http://localhost:8080
: Workscurl -v http://192.168.215.3
: Timeout, "Couldn't connect to server"Expected behavior
I expected container IPs to work out of the box
Diagnostic report (REQUIRED)
OrbStack info:
Version: 1.9.3
Commit: a0a450c6dd5de825fa779798b3b570c14f944020 (v1.9.3)
System info:
macOS: 15.2 (24C101)
CPU: arm64, 11 cores
CPU model: Apple M3 Pro
Model: Mac15,6
Memory: 36 GiB
Full report: https://orbstack.dev/_admin/diag/orbstack-diagreport_2025-01-13T14-24-16.137128Z.zip
Screenshots and additional context (optional)
172.17.0.1/24
: also not workingI can provide additional information such as a
netstat -rn
when the VPN isn't connected on requestThe text was updated successfully, but these errors were encountered: