Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

samsung.com - Packetloss 100.0% #70

Closed
sabatale opened this issue Aug 5, 2023 · 1 comment
Closed

samsung.com - Packetloss 100.0% #70

sabatale opened this issue Aug 5, 2023 · 1 comment

Comments

@sabatale
Copy link

sabatale commented Aug 5, 2023

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
Copy link
Owner

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.

@sabatale sabatale closed this as completed Aug 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants