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
root@i3:/home/orca/ws# ip r
default via 10.16.73.208 dev usb0
default via 192.168.55.100 dev l4tbr0 metric 32766 linkdown
10.1.0.0/16 dev edge0 proto kernel scope link src 10.1.145.38
10.16.73.192/27 dev usb0 proto kernel scope link src 10.16.73.207
172.17.0.0/16 dev docker0 proto kernel scope link src 172.17.0.1 linkdown
192.168.2.0/23 dev eth0 proto kernel scope link src 192.168.3.11
192.168.55.0/24 dev l4tbr0 proto kernel scope link src 192.168.55.1 linkdown
The text was updated successfully, but these errors were encountered:
For the first attempt, the "Destination unreachable" error might be because the ping3 was not using the correct interface, as the resolved IP address solved does not match the second attempt with the -I usb0 argument.
For the 2nd attempt, although the server responded with an ICMP reply, the ICMP echo reply packet was filtered out due to an ICMP ID mismatch. This might occur because some network devices (such as firewalls or routers) modify the content of ICMP packets, causing the ID to mismatch.
Let me know if you continue to experience this issue.
Unable to ping baidu.com with the
ping3
command; the response is "destination unreachable," but theping
command is correct.The text was updated successfully, but these errors were encountered: