-
-
Notifications
You must be signed in to change notification settings - Fork 503
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
dietpi.com not reachable from certain locations #3260
Comments
@Rainee4563 Jep, see: #3257 (comment) I'm not sure about the issue, since the server runs perfectly fine and it only affects certain accesses:
|
I found it @MichaIng . It's related to IPv4. Usually my entire Network is running IPv4 only and there it is not working. Now I put my RPi directly behind my broadband router and activated IPv6. Surprise, its working again and I can run |
@Joulinar |
@MichaIng Checking
Sorry for all the questions, but I'm trying to understand how this is going :) |
Testing:
IPv4 client, matching my local network IP, not Cloudflare IP, hence the IP translation to prevent Cloudflare IPs being blocked works as expected. Double checked that no Cloudflare IP is blocked, although access fails from certain remote IP with all IPs unblocked as well... Raised backlog limit, lets see if this is related. |
for me nothing changed, still getting the error as soon as I have IPv6 disabled. Not sure if you have it already but this is Cloudflare Troubleshooting site for the reported error. https://support.cloudflare.com/hc/en-us/articles/115003011431#522error |
That is the Cloudflare IP the is forwarded to our server. Since Cloudflare does not relay anything but HTTP(S) port 80+443 connections, we use I recognised some other issus:
I'll do a server restart tonight as last resort, else open a ticket to have MVS checking what happens to those connections probably before they even reach our VPS. |
I thought maybe this infos will help you investigate: I get a 522 error from cloudfaire from dietpi.com with pihole turned on. If i disable pihole I have no errors. I can't make out the domain what is causing the problem because I have a pretty aggressive blocklist but it could be olmprodpowerlift-cdn.azureedge.net |
@Arghh |
@MichaIng dietpi.com is not working for me either, i first noticed because i got a connection error while installing software via Anyways, i turned on a Vpn, and selected a vpn server in another country: Switzerland, and suddenly i can access dietpi.com again... so yea it seems like some routing/dns issue. |
Okay server restart approaching, will add PHP update, hence will take few minutes. Done, no change. I also recognised, while doing dietpi-update additionally, that |
just my observation - reachable via vpn over france, but not from austria (showing cloudflare error over budapest) |
26 hours later, Still the error page 522(cloudflare) |
Ticket is opened, lets see what MVS comes up with. |
@MichaIng |
Can confirm. Dietpi.com is accessible from Germany. |
@Rainee4563 @Joulinar @Fourdee @Arghh @philfleck I made our SSL protocol + cipher requirements harder to fit new common intermediate standards, hence TLS1.0+1.1 are not supported anymore. Let me know if this breaks any of your clients. However all browsers since 2-3 years ago should support this without issues. |
@MichaIng
|
Yep I can access it from Cali as well! |
works again from austria |
All working here, with VPN and without, great work Micha 👍 |
It works here from Taiwan, many thanks |
@Fourdee Okay I mark this issue as closed then. |
I'm having this issue now. Not sure if something was updated but https://dnschecker.org/#A/dietpi.com returns the same ip for all regions (I'm in Brazil);
|
We don't do any regional or IP blocking on our web site. Probably this is some lovely with your ISP. At least from central Europe web site is working without issues. |
@johnnyasantoss At which stage does it hang, DNS or actual connection? Does this work and print the IP addresses you see on DNS checker? getent hosts dietpi.com There are currently two rare issues about connections to
While I am currently affected by the first, next week I'll probably instead be affected by the 2nd, since I am switching to DTAG ISP 😄. Since Cloudflare has a firewall as well, I just checked the logs, and found just one blocked access from Brazil, done however with a Go HTTP library in an unusual request. |
@MichaIng
I was trying to upgrade my dietpi and I don't think it uses Go, right? Managed to update it using a vpn The issue was that it is taking too long to reply, leading to timeout.
Using ipv6 it returns network unreachable
|
I guess your SBC don't have IPv6 configured |
No, this really is a dedicated little program, written in Go, which seems to be often used for harmful website crawls, so that its user agent is on the Cloudflare WAF block list.
But IPv4 requests time out as well. Does it work with wget --spider https://dietpi.com/ And can you visit our website from browser? |
Yes, correct, IPv4 has a time out but on IPv6 network is unreachable, indicating an incorrect IPv6 connection. 😉 |
I guess both issues are related, and just have different results based on IP protocol version. At least an IPv6 route seems to exist, otherwise the error should be "no route to host". But of course can be easily tested: curl -I6 google.com |
Yeah ipv6 is still poorly configured on this machine. I've disabled it now (was only on to test). Running wget --spider
I thought it was something related to Tailscale (which I have configured on this sbc) but turning it off didn't show any difference.
On another computer on the same net, yes. On the SBC, no. |
But connecting to our server directly works, right? curl -I ssh.dietpi.com And what about other sites behind Cloudflare? curl -I symfony.com |
Both worked for me. I've received a 301 response on both. Not sure exactly what's the issue here, but it seems to only happen with the SBC with dietpi installed (all the other devices on the same network can access the site). |
Also, yesterday I tested with Tailscale off and it didn't change a thing |
Can you check the route: apt install mtr-tiny
mtr dietpi.com
mtr -4 dietpi.com And compare this with what you get on other systems, e.g. on Windows with tracert dietpi.com
tracert -4 dietpi.com |
Hey just wanted to ask if you guys knew the website was down, trying to download the dietpi image right now.. but for some reason I can't access the site at all just wanted to see if its just me..
The text was updated successfully, but these errors were encountered: