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.

949 questions
12
votes
7 answers

How to disable responses to PING

I feel like this should be a really simple thing to do, but googling and checking SF I didn't see anything. I'm trying to make my Fedora server not respond to pings, how do I do that?
dimo414
  • 385
  • 1
  • 3
  • 16
12
votes
5 answers

nmap does not find alive hosts with ping scan

I try to ping scan my local network using nmap, but it doesn't seem to find machines that are for sure alive. It responses to ping but on to ping scan. Results for ping: $ ping 192.168.0.2 PING 192.168.0.2 (192.168.0.2): 56 data bytes 64 bytes from…
aadam
  • 221
  • 1
  • 2
  • 5
11
votes
2 answers

Ping not working from tap interface attached to bridge interface with ip on same subnet as that of bridge to outside

My requirement is to create a multiple tap interfaces, each with ip address on same subnet. I tried this by creating a bridge br0 (192.168.1.199) ___________|_____________________________________ | | …
ramz
  • 211
  • 1
  • 2
  • 3
11
votes
3 answers

Find information for local IP address?

We have had a BT engineer visit recently, trying to solve a problem with our IP phone system. One point they made was that we had four DHCP servers running on the network. I have disabled two of them (one of them should be running) and tested…
dannymcc
  • 2,717
  • 10
  • 48
  • 72
10
votes
2 answers

Why nslookup doesn't use mdns while ping do?

In dnsmasq.conf: address=/local/127.0.0.1 In resolv.conf: # Generated by NetworkManager domain example.com search example.com nameserver 127.0.0.1 nameserver 10.66.127.17 nameserver 10.68.5.26 I can use nslookup: # nslookup www.local Server: …
dspjm
  • 215
  • 2
  • 6
10
votes
4 answers

Graphical Ping utility with logging

I need to continuously test the quality of the connection between hosts, and I would like to use ping for that, in order to see WHEN the problem occurs. It should provide LOG of the pinging, with timestamps of each ping. Any suggestions for such…
Daniel Mošmondor
  • 301
  • 1
  • 2
  • 11
10
votes
2 answers

Ping with long delay but short reported time

What does it mean when a ping reports a reasonable time (~10ms) but actually takes quite a long wall clock time (~15 seconds)? (Additionally, passing the -U option for "full user-to-user latency" has no effect.) This happens when pinging a certain…
Cascabel
  • 288
  • 2
  • 9
10
votes
2 answers

Why can't I ssh or ping my brand new Amazon EC2 instance?

I just created a free EC2 instance with all the defaults. It says it's running in the AWS Management Console. On the "Instance Actions" menu, I click "Connect". I copy the DNS name provided (looks like…
CrazyPyro
  • 341
  • 1
  • 2
  • 10
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
  • 130,897
  • 41
  • 276
  • 420
9
votes
2 answers

Can browse, but can't ping

I am behind a corporate network. I am unable to use git, since it can't resolve server names fatal: Unable to look up someserver.org (port 9418) (No such host is known. ) I can't ping that server (name nor ip) either, but my browser is resolving it…
Kimi
  • 213
  • 1
  • 2
  • 6
9
votes
3 answers

Why do tracert latencies not add up to ping latency?

One might expect the sum of the tracert latencies to equal 267ms:
pulsar
  • 193
  • 1
  • 2
  • 5
9
votes
2 answers

Cannot ping over LAN until a ping is received

I have two OSX machines on a local subnet. Pings from Machine A to Machine B consistently timeout until Machine B pings Machine A. After B pings A, A can successfully ping B, but this success is temporary; if there is no communication between the…
ericsoco
  • 193
  • 1
  • 1
  • 5
9
votes
4 answers

DNS can't resolve hostname; nslookup can

I have a user on Windows 7 that is trying to access a local server with a DNS name of windows.cs. We have two internal DNS servers. The DHCP server assigns users the two internal DNS servers as primary and secondary and then our ISPs DNS as a…
Safado
  • 4,786
  • 7
  • 37
  • 54
9
votes
1 answer

My server is working fine, but I can't ping it

I noticed earlier, one (of many) of our EC2 instances doesn't respond to ping requests. Everything else runs fine, SSH, HTTP, FTP, Database all working perfectly, but ping fails. This instance is based on an image we use for about 40 nodes on EC2,…
user80776
9
votes
3 answers

Nagios bizare ping behaviour

I have nagios setup as I want it, but last night it started alerting me of a problem pinging the internet. (I have a check that pings www.google.com to test that the internet is still working) Now looking into this problem I can see that my network…
Simon Foster
  • 2,622
  • 6
  • 38
  • 55
1 2
3
63 64