-
Notifications
You must be signed in to change notification settings - Fork 821
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
WSL does not have an access to the WiFi hotspot network #11741
Comments
Logs are required for review from WSL teamIf this a feature request, please reply with '/feature'. If this is a question, reply with '/question'. How to collect WSL logsDownload and execute collect-wsl-logs.ps1 in an administrative powershell prompt:
The scipt will output the path of the log file once done. Once completed please upload the output files to this Github issue. Click here for more info on logging View similar issuesPlease 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! Open similar issues:
Closed similar issues:
|
Diagnostic information
|
I've tried to install one more repo (Debian), but on WSL 1, and it works - besides For now I cannot change WSL version for my distro and still looking for the workaround for this issue. |
Well, I have the same issue! |
thanks for reporting the issue please do the following steps: the script should create a zip with name starting with WslNetworkingLogs |
Windows Version
Microsoft Windows [Version 10.0.22631.3593]
WSL Version
2.2.4.0
Are you using WSL 1 or WSL 2?
Kernel Version
5.15.153.1-2
Distro Version
Ubuntu 22.04
Other Software
No response
Repro Steps
I have a running UDP server in the WSL Ubuntu instance.
I need to make it public for the network of the WiFi hotspot on Windows side.
But when I activated the hotspot there is no access even to its local ip address from WSL (
ping 192.168.137.1
is not responding).I tried to use the
networkingMode=mirrored
in the .wslconfig, but the behavior is the same. Hotspot interface is not presented in theifconfig
, only interface with WiFi MAC (for using as client):my
.wslconfig
:How is it possible that I have an interface on Windows and it cannot be pinged from WSL?
Expected Behavior
ping 192.168.137.1
from WSL should be successful.Actual Behavior
ping 192.168.137.1
is not responding.Diagnostic Logs
No response
The text was updated successfully, but these errors were encountered: