Open mwisnicki opened 1 year ago
Actually this is working from within docker container but broken in host computer and wsl2
New diagnostic ID with VPN connected: 8AD76324-9039-46D0-9757-932528FF9113/20230626192646
This also breaks k3d when connected to VPN since it uses host.docker.internal
in its generated kubeconfig entries.
Related issues:
Description
When I connect to Cisco VPN the VPN becomes default gateway and all other interfaces are blocked.
Unfortunately Docker Desktop does not update update host.docker.internal and gateway.docker.internal DNS entries to use VPN addresses. They remain pointing to WiFi interface which is now blocked.
Reproduce
docker run alpine ping host.docker.internal
Ping will timeout
Expected behavior
Ping works, as it does when VPN if off.
docker version
docker info
Diagnostics ID
8AD76324-9039-46D0-9757-932528FF9113/20230626190541
Additional Info
No response