-
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
Cannot connect to container ports in wsl2 #12255
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 script will output the path of the log file once done. If this is a networking issue, please use collect-networking-logs.ps1, following the instructions here 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:
|
Ok, I changed the wslconfig to
Now I am able to access the I am sure I have already configured the firewall. |
Diagnostic information
|
I'm experiencing a similar issue. After recent Windows and WSL updates, I can access a Next.js server directly running on WSL2 from Windows via localhost:3000, but requests to a server running in a Docker container are not reaching the Next.js server from Windows. I'm using Nginx as a reverse proxy to forward ports, but it's cumbersome to update the Nginx proxy settings every time I create a new Docker container. How can I resolve this? |
Windows Version
Microsoft Windows [Version 10.0.26100.2161]
WSL Version
2.3.24.0
Are you using WSL 1 or WSL 2?
Kernel Version
Linux version 5.15.153.1-microsoft-standard-WSL2
Distro Version
Ubuntu 22.04
Other Software
Docker version 27.3.1, build ce12230
Repro Steps
In .wslconfig I set the network to mirrored.
In windows, run
ipconfig
, I can seeIn wsl2, run
ifconfig
, I can see:In wsl2, run
docker run -d -p 8880:80 nginx:alpine
In windows, change network rule to allow port 8880
In windows, try access
localhost:8880
, the result is good.In windows or other device in LAN, try access
192.168.3.100:8880
Expected Behavior
Able to access, should be same as
localhost:8880
Actual Behavior
Cannot access the website.
Diagnostic Logs
WslLogs-2024-11-12_22-48-31.zip
No response
The text was updated successfully, but these errors were encountered: