Top "Icmp" questions

Internet Control Message Protocol, designed for control and diagnostic messages.

ping response "Request timed out." vs "Destination Host unreachable"

When I ping an IP address, what is the difference between Request timed out and Destination host unreachable returned from …

networking ping icmp
Pinging servers in Python

In Python, is there a way to ping a server through ICMP and return TRUE if the server responds, or …

python python-3.x ping icmp
Request timeout for icmp_seq

When I try to use the sudo ping -f (URL) command on the mac terminal, I receive the message: Request …

terminal timeout ping icmp
Troubleshooting "TypeError: ord() expected string of length 1, but int found"

ERROR : TypeError: ord() expected string of length 1, but int found I am getting this error while compiling the program. File "…

python ping icmp
icmp port unreachable error message

I am sending UDP packets from one PC to another. I am watching the the whole activity using Wire Shark. …

icmp
Trace Routing for a Certain port

Before saying anything let me tell you that i am not well educated int networks related subjects. I am a …

networking port icmp windows-firewall traceroute
how to icmp ping on android

I need to do a icmp ping to a host from my android device. I need to measure the round …

android icmp
ICMP sockets (linux)

Is it possible to use ICMP sockets under the IP protocol? Maybe something like: socket(PF_INET, <type>, …

linux sockets icmp
How to enable Ping(ICMP) on Azure

In Windows Azure role, I cannot ping out D:\Users\foglight>ping www.google.com Pinging www.l.google.…

azure firewall ping icmp
python non-privileged ICMP

While trying to figure out the best method to ping (ICMP) something from python, I came across these questions: How …

python ping icmp