Why PING is getting result from different IP addresses?

Anonymous
2023-10-26T00:30:06+00:00

C:\Users\Administrator>ping 192.168.100.12

Pinging 192.168.100.12 with 32 bytes of data:

Reply from 192.168.100.254: Destination host unreachable

Reply from 192.168.100.98: Destination host unreachable.

Reply from 192.168.100.93: Destination host unreachable.

Reply from 192.168.100.98: Destination host unreachable.

Ping statistics for 192.168.100.12:

Packets: Sent = 4, Received = 4, Lost = 0 (0% loss), 

C:\Users\Administrator>

What causes this behavior? Is it a default behavior of PING command?

Windows for business Windows Server Networking Network connectivity and file sharing

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question. To protect privacy, user profiles for migrated questions are anonymized.

0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Anonymous
    2023-10-26T05:57:38+00:00

    Hello jackin,

    This indicates multiple network devices along the route are configured to respond this way when they cannot reach the intended target. It's not a default behavior of the PING utility but rather a result of the specific way network devices.

    The "Destination host unreachable" response typically occurs in situations where there's an issue in the network, such as routing problems.

    To check if the routing is correctly configured in your network, you can run command **** route print, you can see how routes are configured.

    Regards,

    Karlie

    12 people found this answer helpful.
    0 comments No comments