Actual Behavior
Starting a docker container in wsl with network setting "--net=host" does not work anymore as host servers are not available in container and container services not in wsl.
Steps to Reproduce
- start some server in wsl (i used npm install -g http-server and started it with http-server -p 8686)
- Start a docker container with network setting "--net=host"
- Try "wget http://localhost:8686" in container.
- Result ist Connection refused
The other way around:
- Start a docker container with network setting "--net=host"
- start some server in container (i used npm install -g http-server and started it with http-server -p 8787)
- Try "wget http://localhost:8787" in wsl.
- Result ist Connection refused
Result
Result ist Connection refused wheren accessing both servers.
Expected Behavior
Both services are reachable.
Additional Information
Downgrading back to 1.14.2 also did not work until I disabled "Networking Tunnel". Then it starts working again.
Maybe its related to #7294 as the address 192.168.1.1 is already pingable within my company network even without starting rancher.
For now we seem to be stuck on 1.14.2 with disabled network tunnel.
Rancher Desktop Version
1.15.x
Rancher Desktop K8s Version
1.30.4
Which container engine are you using?
moby (docker cli)
What operating system are you using?
Windows
Operating System / Build Version
Microsoft Windows 10 Enterprise 10.0.19045 Build 19045
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
Yes, we use Pulse Secure VPN.
Actual Behavior
Starting a docker container in wsl with network setting "--net=host" does not work anymore as host servers are not available in container and container services not in wsl.
Steps to Reproduce
The other way around:
Result
Result ist Connection refused wheren accessing both servers.
Expected Behavior
Both services are reachable.
Additional Information
Downgrading back to 1.14.2 also did not work until I disabled "Networking Tunnel". Then it starts working again.
Maybe its related to #7294 as the address 192.168.1.1 is already pingable within my company network even without starting rancher.
For now we seem to be stuck on 1.14.2 with disabled network tunnel.
Rancher Desktop Version
1.15.x
Rancher Desktop K8s Version
1.30.4
Which container engine are you using?
moby (docker cli)
What operating system are you using?
Windows
Operating System / Build Version
Microsoft Windows 10 Enterprise 10.0.19045 Build 19045
What CPU architecture are you using?
x64
Linux only: what package format did you use to install Rancher Desktop?
None
Windows User Only
Yes, we use Pulse Secure VPN.