Skip to content
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 ping WSL2 from its Windows host #6472

Closed
oregonduckman opened this issue Jan 26, 2021 · 3 comments
Closed

Cannot ping WSL2 from its Windows host #6472

oregonduckman opened this issue Jan 26, 2021 · 3 comments

Comments

@oregonduckman
Copy link

Environment

Microsoft Windows [Version 10.0.18363.1316]
Release:        20.04
Linux version 5.4.72-microsoft-standard-WSL2 (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Wed Oct 28 23:40:43 UTC 2020

Steps to reproduce

ping 172.17.112.15

Pinging 172.17.112.15 with 32 bytes of data:
Request timed out.
Request timed out.
Request timed out.
Request timed out.

Ping statistics for 172.17.112.15:
Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),

WSL logs:

Expected behavior

successful ping

Actual behavior

ping returns Request timed out.

@therealkenc
Copy link
Collaborator

Please screencap the following to get a handle on the state of eth0:

$ cat /proc/version
$ ip addr show eth0
$ ping.exe <ip address of eth0>

Looks something like (if it were working):

image

Are you able to access the outside world (f.e. /bin/ping 8.8.8.8) from within WSL 2?

Please collect WSL logs and post the backlink to the feedback item here. The run would be starting the distro (run wsl.exe) and do the sequence above. Also please identify any third-party networking software that has been installed on Windows.

Disabling Windows firewall (temporarily) is sometimes worth trying on a lark.

@ghost
Copy link

ghost commented Feb 4, 2021

This issue has been automatically closed since it has not had any author activity for the past 7 days. If you're still experiencing this issue please re-open it.

Thank you!

@fkadeal
Copy link

fkadeal commented Jul 16, 2022

Request timed out.
Request timed out.

This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants