-
-
Notifications
You must be signed in to change notification settings - Fork 26
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
Unable to Access sefinek.net from Brazil #70
Comments
Hm, are you saying it's the same when using a Brazilian VPN? |
Yes, the problem persists even when using a VPN server in Brazil. However, when using a VPN server outside of Brazil, the issue does not occur. This started happening about 4 days ago, but I initially thought it was just some other downtime. |
sefinek.net is definitely accessible in Brazil; I can see incoming traffic from that country in the logs. Additionally, when connecting via a VPN set to a Brazilian location, there are no issues. The site works normally, and pings are successfully going through. Therefore, regional restrictions can be ruled out. Try clearing your DNS cache ( Cloudflare is also operating properly in Brazil (you can verify this at https://www.cloudflarestatus.com), so I don't believe the issue is related to their services. Please send me the full packet route (use |
The ping to IP 145.239.85.148 is working, but for 172.67.220.226 it is not. Below are the traceroute results for both IPs: > tracert 145.239.85.148
Tracing route to 145.239.85.148 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 192.168.1.10
2 * * * Request timed out.
3 * 3 ms 5 ms 201.1.226.54
4 7 ms 5 ms 6 ms 187.100.194.4
5 * * * Request timed out.
6 4 ms * * 213.140.50.116
7 * * * Request timed out.
8 115 ms 115 ms 114 ms 94.142.119.188
9 117 ms 114 ms 115 ms 142.44.208.128
10 * * * Request timed out.
11 * * * Request timed out.
12 134 ms 133 ms 133 ms 178.32.135.117
13 130 ms 133 ms 133 ms 178.32.135.113
14 132 ms 133 ms 133 ms 178.32.135.114
15 * * * Request timed out.
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 239 ms 237 ms 238 ms 145.239.85.148
Trace complete. > tracert 172.67.220.226
Tracing route to 172.67.220.226 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 192.168.1.10
2 * * * Request timed out.
3 5 ms 5 ms 5 ms 201.1.226.54
4 * * * Request timed out.
5 5 ms 5 ms 5 ms 152.255.212.57
6 13 ms 11 ms 12 ms 187.100.168.133
7 * * * Request timed out.
8 * * * Request timed out.
9 * * * Request timed out.
10 * * * Request timed out.
11 * * * Request timed out.
12 * * * Request timed out.
13 * * * Request timed out.
14 * * * Request timed out.
15 * * * Request timed out.
16 * * * Request timed out.
17 * * * Request timed out.
18 * * * Request timed out.
19 * * * Request timed out.
20 * * * Request timed out.
21 * * * Request timed out.
22 * * * Request timed out.
23 * * * Request timed out.
24 * * * Request timed out.
25 * * * Request timed out.
26 * * * Request timed out.
27 * * * Request timed out.
28 * * * Request timed out.
29 * * * Request timed out.
30 * * * Request timed out.
Trace complete. |
Interesting case. We will try to resolve this.
For example, run the following command: curl -X HEAD -i https://sefinek.net Do you see a curl -X HEAD -i https://discord.com
Based on the traceroute results, you're successfully reaching the origin server. However, the issue appears to stem from Cloudflare or possibly another node within your ISP's network. The route ends at Please provide more information about your local network. |
Yes, DNSSEC is disabled in my Pi-hole. I tried using Cloudflare's DNS (1.1.1.1 and 1.0.0.1), as well as Google's DNS (8.8.8.8 and 8.8.4.4), but the issue persists. The curl command to sefinek.net returns: curl: (28) Failed to connect to sefinek.net port 443 after 42142 ms: Could not connect to server The curl command to discord.com returns: HTTP/1.1 200 OK
Date: Tue, 08 Oct 2024 22:17:10 GMT
Content-Type: text/html
Connection: keep-alive
CF-Ray: 8cf97fe1fa39a501-GRU
CF-Cache-Status: HIT
Cache-Control: no-cache
Last-Modified: Tue, 08 Oct 2024 22:17:10 GMT
... The CF-RAY header indicates GRU, which corresponds to São Paulo. Regarding my local network setup, it consists of the ISP's modem in bridge mode and a mini-PC with a Celeron processor running pfSense, configured in the most basic way. It might indeed be an issue with my ISP, and I'll try to contact them. I faced a similar problem in the past with another site and a different ISP. |
Thank you very much for your help. I will contact my ISP and keep you informed of any developments. |
Hi, has the issue been resolved? |
I am unable to access sefinek.net from Brazil, which is preventing me from updating the Adlist on my Pi-hole setup. The website can only be accessed using a VPN connected to an external location (outside of Brazil). Without the VPN, all requests timeout, both when trying to ping command.
Here are the results of the network diagnostics:
Without VPN:
With VPN:
It looks like there might be some regional blocking or routing issue affecting access from Brazil. I would appreciate any assistance in resolving this issue so that users in Brazil can access sefinek.net without needing a VPN.
The text was updated successfully, but these errors were encountered: