-
Notifications
You must be signed in to change notification settings - Fork 861
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
WSL2 Networking Breaks #4810
Comments
Also had this and |
The localhost port integration gets fixed and regresses in a stable pattern every couple of weeks (and has done for several months). A bit like Intel's old tick tock cycle, benhillis claims on another related issue that they currently have a fix in the oven for latest round of localhost one-port-at-a-time regressions, but it hasn't been mentioned if it will be targetting the Slow or Fast ring, I suspect the latter. tl;dr wait a few weeks, in the meantime wsl --shutdown is your friend |
I fixed the issue by deleting |
@mrtumnus |
I'm on OS build 20211.1000, I'm also facing network issues from WSL2. When trying to ping an IP from remote or local network, or even the IP of the Windows host, it fails with "Destination Host Unreachable". A WSL shutdown doesn't solve the issue. |
Why was this closed? It's flakey for me under wsl2 also 2021. Up to date with all patches. I usually have to reboot my pc once a day to fix it. Windows cannot reach my docker and linux apps running under WSL2 linux. |
This issue has been automatically closed since it has not had any activity for the past year. If you're still experiencing this issue please re-file this as a new issue or feature request. Thank you! |
Apologies for the vague title, I'm not sure how to go about naming this.
I'm on build 19041.1 and I'm running into numerous WSL2 network issues.
At first, it was that I couldn't access any ports on the WSL2 instance via IPv4, but I could over IPv6. Apparently this is some sort of only-one-port-at-a-time bug? Not sure where I saw it, but still. In any case, a simple
wsl --shutdown
command in PowerShell seemed to fix it.Then, the issue arose that I couldn't ping outwards. At all. I tried
ping google.com
,ping 1.1.1.1
...ping google.com
returnedping: google.com: Temporary failure in name resolution
.ping 1.1.1.1
returned this:And I'm tearing my hair out at this point. Is this a known issue? If not, how fast can I get this fixed?
The text was updated successfully, but these errors were encountered: