Packet loss while using proxy

What is the name of the domain?

keskin.network

What is the issue you’re encountering

I have increased packetloss if subdomain is behind Cloudflare proxy.

What steps have you taken to resolve the issue?

291 requests sent, 37 answers received, 87.3% loss
round-trip min/avg/max/stddev = 20.178/118.193/1061.617/187.131 ms

Tried to turn off quic didn’t help. Can get normal results if I disable the proxy.
Location is in Turkey, and both of the Cloudflare datacenters here shows Re-Routed.
But I don’t think it would cause that much packet loss.

What are the steps to reproduce the issue?

Try accessing the webpage at : https://wan.keskin.network

Site loads just fine.

What tool is this? Ping? Ping is not a particularly good diagnostic tool for website performance issues. There’s nothing that requires a router or network device to respond to a ping request. Failure of a response is not necessarily indicative of any issue.

1 Like

Try reloading couple of times. It just 13 bytes of text should be constantly loading every time.

It is : GitHub - fever-ch/http-ping: http-ping is similar to the usual ping networking utility but instead of working on top of ICMP, it works on top of HTTP/S. just to log packet losses and timeout. Got same results using any other tool or browser just not easy to compare between results.

Both of the domains are served from same Caddy instance.

wan.keskin.network, dl.keskin.network {
	respond "Hello, Wan"
}

Weird, now issue is fixed for wan.keskin.network but still experience the similar issues on other subdomains I have.

Maybe it will fix itself after maintenance is done in Turkey.

This topic was automatically closed after 15 days. New replies are no longer allowed.