You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$> ping 10.0.0.1
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
64 bytes from 10.0.0.1: icmp_seq=1 ttl=63 time=60.4 ms
Expected behavior
The WSL should be able to ping the VPN host at the IP 10.0.0.1
Actual behavior
The ping receives just one single response, then nothing.
There's a workaround to make it work:
Repeat step 1-3 of the procedure reported above.
4a. Ping 10.0.0.1from the host
Pinging 10.0.0.1 with 32 bytes of data:
Reply from 10.0.0.1: bytes=32 time=58ms TTL=64
Reply from 10.0.0.1: bytes=32 time=60ms TTL=64
Reply from 10.0.0.1: bytes=32 time=58ms TTL=64
Reply from 10.0.0.1: bytes=32 time=59ms TTL=64
4b. Ping 10.0.0.1 from within the WSL
PING 10.0.0.1 (10.0.0.1) 56(84) bytes of data.
64 bytes from 10.0.0.1: icmp_seq=1 ttl=63 time=57.3 ms
64 bytes from 10.0.0.1: icmp_seq=2 ttl=63 time=59.9 ms
64 bytes from 10.0.0.1: icmp_seq=3 ttl=63 time=58.9 ms
64 bytes from 10.0.0.1: icmp_seq=4 ttl=63 time=59.7 ms
64 bytes from 10.0.0.1: icmp_seq=5 ttl=63 time=58.2 ms
64 bytes from 10.0.0.1: icmp_seq=6 ttl=63 time=60.6 ms
64 bytes from 10.0.0.1: icmp_seq=7 ttl=63 time=58.9 ms
64 bytes from 10.0.0.1: icmp_seq=8 ttl=63 time=60.3 ms
64 bytes from 10.0.0.1: icmp_seq=9 ttl=63 time=58.5 ms
The text was updated successfully, but these errors were encountered:
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.
Environment
Distro:
WSL Version: 2 (
Linux version 4.19.104-microsoft-standard (oe-user@oe-host) (gcc version 8.2.0 (GCC)) #1 SMP Wed Feb 19 06:37:35 UTC 202
)Steps to reproduce
WSL logs:
10.0.0.1
from within the WSLExpected behavior
The WSL should be able to ping the VPN host at the IP 10.0.0.1
Actual behavior
The ping receives just one single response, then nothing.
There's a workaround to make it work:
Repeat step 1-3 of the procedure reported above.
4a. Ping
10.0.0.1
from the host4b. Ping
10.0.0.1
from within the WSLThe text was updated successfully, but these errors were encountered: