Questions tagged [ping]

Ping is a mechanism to see if a remote host is reachable via an IP network

Ping is used to send an ICMP packet to a remote host. The ICMP type sent is an echo request, and the type the remote host will send back is an echo reply. Some firewalls or hosts may block ICMP, so ping should not be the only tool used for troubleshooting.

959 questions
815
votes
18 answers

Ping a Specific Port

Just a quick sanity check here. Can you ping a specific port of a machine, and if so, can you provide an example? I'm looking for something like ping ip address portNum.
Davie
  • 8,275
24
votes
16 answers

How can I determine if a machine is online without using ping?

I used to use an application that could ping or maybe run a port scan on a machine even if the machine was configured to not allow it. I am currently trying to ping a remote machine on our WAN, but I have configured the machine to not allow ping. …
cop1152
  • 2,676
13
votes
3 answers

How can ping know if my host is down

When I ping a server there are two kinds of result I might get: Timeout Host is down message How does the ping command know if a host is down? In both cases, the host does not send any response to the ping packet, so how can ping tell the…
Bob5421
  • 401
  • 4
  • 9
  • 20
9
votes
5 answers

Ping replacement that shows real time

Is there a ping replacement that will display the system's date/time in addition to the round trip time and sequence number? I would prefer a tool that runs on Linux, but if there is a cli tool I can run on Windows that would be good too. There is…
Zoredache
  • 131,987
3
votes
2 answers

What IP addresses to use for monitor the availability of Internet connection?

I would like to check the availability of Internet connectivity by sending ICMP "echo request" messages to some IPv4 addresses. Those IPv4 addresses should be as reachable as possible in stability wise and they should not handle ICMP traffic as low…
Martin
  • 372
2
votes
2 answers

Why doesn't my server respond to ping?

I wonder why my server(s) don't respond to ping? Check this one: klusteranalytics.com $ ping klusteranalytics.com PING klusteranalytics.com (50.17.214.205): 56 data bytes Request timeout for icmp_seq 0 Request timeout for icmp_seq 1 Request timeout…
igorgue
  • 188
2
votes
4 answers

The website is unreachable while ping works ?

I have problems accessing my website www.egytex.com, ping to the site works and has no lost data but direct access gives me a no route to the server available !?? how could ping works if there is no route to the server !? anyone has a solution for…
user59453
2
votes
2 answers

Can you control the host information returned by ping?

I see that pinging my domain returns "n bytes from xyz.members.linode.com", which gives away too much for my taste. On the other hand, I've pinged plenty of domains that just return "something.domain.com". Is it possible to configure a VPS to have…
ezequiel-garzon
  • 577
  • 2
  • 8
  • 16
1
vote
1 answer

How to show unreachable messages when using fping

I am using fping to ping several devices from a text file and export the info into another file. fping -lDf IPlist >IPoutput This works, "Host unreachable messages" however do not get exported into the file, only successful pings. However I would…
1
vote
0 answers

Why Does Ping's RTT Derive From The Echo Reply?

This is a follow up on Why Doesn't Ping Show RTT? I had a look at BSD, Linux and BusyBox ping implementations. All three share the feature that they calculate the round trip time by sending a timestamp as echo request, receive it back as echo reply…
bot47
  • 327
1
vote
1 answer

Why Doesn't Ping Show RTT?

I'm on OS X 10.7 and just found out, the ping -s 10 host does not work as expected. Its output does not contain the round trip time: PING host (IP): 10 data bytes 18 bytes from IP: icmp_seq=0 ttl=248 18 bytes from IP: icmp_seq=1 ttl=248 ^C --- host…
bot47
  • 327
1
vote
1 answer

pinging walls2windows.com returns bad destination from some places

Whenever I ping walls2windows.com at network-tools.com, I get bad destination even though the URL is about 1 month old now and works here. It also doesnt ping at ping.eu/ping DNS and A record IPs are supposedly mapped correctly.
1
vote
1 answer

Weird response from ping

I have a server called "Otto" This has an internal IP address of 10.0.10.210 We have had a power failure today, and, although the server room is protected by UPS, things haven't worked properly since. For example. I can RDP to otto by its ip address…
alex
  • 1,730
  • 15
  • 43
  • 63
0
votes
1 answer

Can't get an nping response through an Alcatel modem - but can get ping

I am trying to use nping to ping 8.8.8.8 through an Alcatel W800 modem. I need nping because eventually I will need the ability to set some things like destination-mac. For now, I am just trying to use it like ping as a sanity test, to insure I…
0
votes
2 answers

Servers can only ping to domain controllers and not to each other

I have made my own test environment and I am having problems with pinging other servers from one server. All servers can ping to domain controllers and they get responded back. When I ping from a server to another server, I get following message…
1
2