-
Notifications
You must be signed in to change notification settings - Fork 822
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
Alternative connection to network and host machine in mirrored mode #10952
Comments
Hi I'm an AI powered bot that finds similar issues based off the issue title. Please view the issues below to see if they solve your problem, and if the issue describes your problem please consider closing this one and thumbs upping the other issue to help us prioritize it. Thank you! Open similar issues:
Closed similar issues:
|
#10791
|
I have the exact same issue. I'm using a professionnal VPN on my windows host. Until the network mirror mode appears, we had to do some trick with WSL-VPNkit to have networking inside WSL.
My
My
|
Added: I'm using latest insider preview build 26016, there's no issue on 23xxx channel. |
Hi. Can you please collect networking logs by following the instructions below? |
This is somehow fixed in latest wsl and latest Windows insider build. |
Windows Version
Microsoft Windows [Version 10.0.26016.1012]
WSL Version
2.0.15.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.133.1-1
Distro Version
Archlinux
Other Software
I also have wsa installed and running.
Repro Steps
Start an http server on host machine, say
python -m http.server
.(1) Try
wget www.google.com
.(2) try
curl localhost:8000
.Expected Behavior
Both commands should work.
Actual Behavior
Sometimes, usually when I just reboot my computer, (1) works normally and (2) hangs. Sometimes, usually after I run
wsl --shutdown
then restart wsl, (1) shows that no route to host but (2) works.Diagnostic Logs
Please let me know what logs I can provide.
The text was updated successfully, but these errors were encountered: