ValentinBELYN / icmplib

Easily forge ICMP packets and make your own ping and traceroute.
GNU Lesser General Public License v3.0
266 stars 46 forks source link

samsung.com - Packetloss 100.0% #70

Closed sabatale closed 11 months ago

sabatale commented 11 months ago

Great library! Is there any reason why samsung.com (and I assume, other websites) do not work while google.com is fine?

It seems to point to the redirect to the IP and fail (211.45.27.231).

2023-08-05T02:53:43.374Z   211.45.27.231
2023-08-05T02:53:43.376Z ------------------------------------------------------------
2023-08-05T02:53:43.377Z   Packets sent:     5
2023-08-05T02:53:43.378Z   Packets received: 0
2023-08-05T02:53:43.379Z   Packet loss:      100.0%
2023-08-05T02:53:43.380Z   Round-trip times: 0.0 ms / 0.0 ms / 0.0 ms
2023-08-05T02:53:43.381Z   Jitter:           0.0 ms
2023-08-05T02:53:43.383Z ------------------------------------------------------------
ValentinBELYN commented 11 months ago

Hi @sabatale,

Thank you for using this library! It seems indeed 211.45.27.231 does not respond to ICMP Echo Request. This is not related to icmplib, any other tool (like your system's ping command) is also affected for this destination.

I guess Samsung has to block these requests with a firewall (or else, there is nothing behind this IP address: it does not respond in HTTP either). Unfortunately, there is nothing you can do on your side.

If you really want to check the accessibility of this destination, use the FQDN www.samsung.com that answers instead.