I'm trying to ping a server which has ICMP blocked with normal ping. It's showing:
Request timed out
Is there any other method to ping it?
I'm trying to ping a server which has ICMP blocked with normal ping. It's showing:
Request timed out
Is there any other method to ping it?
If ICMP is blocked, you can't ping the host in the normal way, however, if it is running an exposed tcp service, you can use tcping. It sends a SYN, listens for SYN/ACK response as the ICMP Echo equivalent and measures the time required for the transaction.
That's the idea behind blocking ICMP. You can attempt to identify whether a host is up/down using nmap. http://www.cyberciti.biz/networking/nmap-command-examples-tutorials/