Using sudo ping -f (URL)
on a Mac gives the message:
Request timeout for icmp_seq as a reply.
How can I fix this?
Using sudo ping -f (URL)
on a Mac gives the message:
Request timeout for icmp_seq as a reply.
How can I fix this?
The reply means the target host is unreachable which is not an error and can happen using a plain 'ping' as well. Now, using the -f(lood) option, some firewalls or hosts can believe it's a DoS attack and drop the icmp packets silently.
Do you really need this -f option ? It can overflow the network and should be avoided as much as possible.
Operation not permitted
–
Peracid In my case, I want to ping another connected device in the same network (for wireless debugging purpose using adb
) but returning "Request timeout for icmp_seq" in the mac terminal.
So if you encounter this problem only in your own home / private network, continue reading this answer, because I experienced this issue on my own wifi network.
I found this solution with configuring my wifi router (ZTE Router) below.
adb connect
success© 2022 - 2024 — McMap. All rights reserved.