▲ | HN meta: 99% packet loss on news.ycombinator.com | ||||||||||||||||||||||||||||||||||
4 points by eqvinox a day ago | 5 comments | |||||||||||||||||||||||||||||||||||
I'm currently seeing >99% packet loss to news.ycombinator.com (2606:7100:1:67::26):
Checked from both US and EU connections, same result, would be a very odd coincidence if it was a problem on my end. Trace looks like the uplink provider is having issues?IPv4 seems to be unaffected. | |||||||||||||||||||||||||||||||||||
▲ | Bender a day ago | parent [-] | ||||||||||||||||||||||||||||||||||
Packet loss over ICMP can be artificial based on the backplane load of routers, ACL's and artificial rate limits. They will de-prioritize responding to ICMP and fail to respond if CPU load is high but that does not mean the packets are not being forwarded 100%. Linux and BSD also have knobs for this behavior as well. HN is BSD. Are you seeing TCP retransmits to port 443?
Do that at the same time as watching
It would be most useful to do this from your location and also from VM's on a few different providers in different locations to find which thing is not like the other. The 'nc' I am using is part of the nmap distribution. To force IPv6 replace the name with the IPv6 address. | |||||||||||||||||||||||||||||||||||
|