First time here? Check out the FAQ!
THIS IS A TEST INSTANCE. Feel free to ask and answer questions, but take care to avoid triggering too many notifications.
0

ICMP No Response Found

  • retag add tags

Issue: Client issued icmp ping request, server side seem like received the packet and response back client but at client side was shown no response found.

I have attached the print screen, please advise what may goes wrong on this issue. Thanks!

AdminIT's avatar
1
AdminIT
asked 2023-02-06 03:26:53 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Due to I do not have sufficient points, I have uploaded logs to sharepoint. Link: https://risensolarmalaysia-my.sharepo...

AdminIT's avatar AdminIT (2023-02-06 04:06:31 +0000) edit

The pcap shows the server sent a reply. To isolate where the reply is being dropped, you'll need additional packet captures in the path from the server to the client.

BigFatCat's avatar BigFatCat (2023-02-06 08:10:29 +0000) edit

The client machine responded with an ICMP error packet, "Protocol unreachable". Maybe there is a firewall on the client that is blocking ICMP packets? If not, then something else on the client machine appears to be misconfigured as "Protocol unreachable" implies that the packet was delivered to the destination host, but the transport layer protocol was not available on that host.

cmaynard's avatar cmaynard (2023-02-06 16:14:33 +0000) edit
add a comment see more comments

1 Answer

0

The fact that the "Protocol Unrechable" message comes back proves that the response does get back to the Client.

Looks like the OS of the client is not aware of the sending of the ICMP packet. Was the ICMP REQUEST packet generated by the ping command? Or by another program that is able to generate packets at a lower level?

SYN-bit's avatar
18.5k
SYN-bit
answered 2023-02-06 16:54:13 +0000
edit flag offensive 0 remove flag delete link

Comments

The ICMP REQUEST packet is not generate by the ping command, it is generated by an application which use for upload data to MySQL server. Thanks for your reply, it provides me the next step, I will run ping command parallelly for further confirmation.

AdminIT's avatar AdminIT (2023-02-07 00:20:07 +0000) edit
add a comment see more comments

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss.

Add Answer