We’re actually tracking issues upstream with several ISPs in the EU that appear to be blocking large swaths of the Internet - including Cloudflare and several CDNs - as an “anti-piracy” measure. Yours might be one of them.
I’ll be making an announcement thread about this shortly, but we’re already working on a way to mitigate the impact of these blocks.
It appears to essentially be an automated tool to blackhole any domain (and IP’s apparently) within at most 30 minutes from a report being filed.
I don’t see how proper precautions to avoid collateral damage can be handled within that time. It appears to be a copyright owners wet dream. DMCA on crack, cocaine and meth all at the same time. It’s already slipperly sloped its way from targeting live broadcasts to much more.
It appears ripe for mistakes and intentional abuse.
A truly sad state of affairs.
It’s not limited to Italy. Several EU member states have similar features - IIRC Telefonica in Spain knocked out the CDN used for Google Fonts, basically kicking anyone who used them back into 1990s HTML markup world.
I think it must be something related to the anti-piracy blockade. I can’t access download.truenas.com from any of my local network machines or from the cellular network.
I ran into the same TimeoutError when checking for updates on my TrueNAS SCALE installation in Spain and wanted to share what I found.
I first noticed that I didn’t have the problem from my server in the USA. After some testing, it turned out the problem is on Telefónica’s network in Spain. Here’s the traceroute from my Spanish site (public IP redacted):
# traceroute -T -p 443 185.244.226.2
traceroute to 185.244.226.2 (185.244.226.2), 30 hops max, 60 byte packets
1 LocalRouter (192.168.5.1) 0.549 ms 0.525 ms 0.496 ms
2 * * *
3 42.red-81-41-224.staticip.rima-tde.net (81.41.224.42) 1.975 ms 38.red-81-41-224.staticip.rima-tde.net (81.41.224.38) 2.036 ms 1.999 ms
4 238.red-81-41-224.staticip.rima-tde.net (81.41.224.238) 9.279 ms 246.red-81-41-224.staticip.rima-tde.net (81.41.224.246) 9.268 ms *
5 * * *
6 * * *
7 * * *
As mentioned by others, LaLiga in Spain obtained court approval in spring to enforce IP bans to prevent soccer piracy. This has mainly impacted Cloudflare but seems to be affecting other cloud providers too. From my observations, Cloudflare bans usually last through game days and get lifted afterward, but the ban affecting TrueNAS’ CDN IP ranges looks like it might be lasting much longer — possibly even permanent.
As a temporary workaround, I routed only the TrueNAS update traffic through a VPN tunnel outside Spain. After that, the update check worked normally.