Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > AS/ES/WS Basics > Issue <<  328 of 908 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 5768
Last update: 12-20-05
Issue:
What could be causing duplicate ping responses?
Resolution:

Release Found: Red Hat Enterprise Linux

Symptom:
You see duplicate (DUP!) ping responses from ping output.

64 bytes from 10.1.22.15: icmp_seq=0 ttl=64 time=0.224 ms
64 bytes from 10.1.22.15: icmp_seq=1 ttl=64 time=0.234 ms
64 bytes from 10.1.22.15: icmp_seq=1 ttl=64 time=0.239 ms (DUP!)
64 bytes from 10.1.22.15: icmp_seq=1 ttl=64 time=0.247 ms (DUP!)
64 bytes from 10.1.22.15: icmp_seq=2 ttl=64 time=0.235 ms
64 bytes from 10.1.22.15: icmp_seq=2 ttl=64 time=0.242 ms (DUP!)
64 bytes from 10.1.22.15: icmp_seq=3 ttl=64 time=0.209 ms
64 bytes from 10.1.22.15: icmp_seq=3 ttl=64 time=0.249 ms (DUP!)
64 bytes from 10.1.22.15: icmp_seq=3 ttl=64 time=0.253 ms (DUP!)

Solution:
This could be caused by one of many things such as duplicate hosts on the network with the same IP address, faulty hardware, or a misconfigured network. To check if you have hosts sharing the same IP address, execute tcpdump while running the ping command.

For example:

tcpdump -i eth1 -te host <src ip address> and  host <target ip address>

This will give the MAC address of the target host and signify if there are two hosts responding to the ping.


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > AS/ES/WS Basics > Issue <<   328  of  908  >>