I am unable to reach cloudflare.com or any slash after that eg. IP Ranges - the lookup times out with unreachable.
If I curl the ip list (which is specifically what I am after) ie. curl “https://www.cloudflare.com/ips-v4” I get a 443 connection refused.
If I log into Cloudflare by going directly to the dashboard login (https://dash.cloudflare.com/login) its fine I can log in no problem.
I contacted my ISP, and from their help desk they could reach cloudflare.com no problem, so I’m assuming it’s something to do with my IP address being restricted by Cloudflare for some reason.
$ curl -v https://www.cloudflare.com/ips-v4
* Trying 104.16.124.96...
* TCP_NODELAY set
* Trying 2606:4700::6810:7c60...
* TCP_NODELAY set
* Connection failed
* connect to 2606:4700::6810:7c60 port 443 failed: Network is unreachable
* Trying 2606:4700::6810:7b60...
* TCP_NODELAY set
* Connection failed
* connect to 2606:4700::6810:7b60 port 443 failed: Network is unreachable
* Connection failed
* connect to 104.16.124.96 port 443 failed: Operation timed out
* Trying 104.16.123.96...
* TCP_NODELAY set
* Connection failed
* connect to 104.16.123.96 port 443 failed: Operation timed out
* Failed to connect to www.cloudflare.com port 443: Operation timed out
* Closing connection 0
curl: (7) Failed to connect to www.cloudflare.com port 443: Operation timed out
Yep I tried it from a different machine on same network / IP - same issue,
Tried from same machine and also different machine on different network / IP - it works fine -
Which is largely what lead me to think Cloudflare is restricting my IP (the dynamic IP supplied by the ISP), but when I spoke to their help desk, they could reach it fine - so it doesn’t seem to be with the ISP as a whole, but just the IP address that I’m assigned
Yes that what it seems like. But I cant judge here as I dont know any about your IP/Network etc. I think this is something you will have to sort out with Cloudflare.
Since the link you want to access is a static link which should be publicly accessable I think you have good chances, if you reach out to their support and ask them nicely.
There is apparently nothing I can do with the tools I have.