with my new provider (for 1,5 years now) sometimes my devices do not connect to the internet, browsing on phones stucks and also many other devices seem to have this problem. After 1-2 minutes everything works fine again.
With the last update I noticed the status „retried“ in my webinterface and every time these connection problems appear, a status „retried“ is written. I am using only my 2 providers DNS servers.
For testing I switched to Cloudflare DNS just now and deleted both providers DNS entries from config. If this works without problems, is there a problem with my providers DNS servers or are there other reasons possible?
btw: many thanks for several years of Pi-Hole without any big problems (before switching to my new provider )
I have switched to Cloudflare DNS for 3 days now. The time for a successful forwarding to Cloudflare takes not so long most of the time, but the problem stays the same:
pi@ph5:~ $ traceroute -n 1.1.1.1
traceroute to 1.1.1.1 (1.1.1.1), 30 hops max, 60 byte packets
1 10.0.0.1 0.852 ms 0.678 ms 0.620 ms
2 192.168.1.1 1.057 ms 0.722 ms 0.715 ms
3 62.58.240.1 7.415 ms 7.653 ms 7.897 ms
4 212.53.25.201 10.917 ms 10.732 ms 13.779 ms
5 212.53.25.193 11.412 ms 10.817 ms 10.912 ms
6 212.151.190.0 11.448 ms 11.425 ms 11.512 ms
7 130.244.82.55 8.497 ms 8.620 ms 8.682 ms
8 212.151.176.245 11.315 ms 11.168 ms 11.345 ms
9 * * *
10 1.1.1.1 12.603 ms 12.768 ms 12.541 ms
If it cuts short, thats where your problem lies.
For Windows you have below similar command:
C:\>tracert -d 1.1.1.1
Tracing route to 1.1.1.1 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 10.0.0.1
2 <1 ms <1 ms <1 ms 192.168.1.1
3 7 ms 7 ms 7 ms 62.58.240.1
4 10 ms 10 ms 10 ms 212.53.25.201
5 10 ms 10 ms 11 ms 212.53.25.193
6 11 ms 10 ms 11 ms 212.151.190.0
7 8 ms 8 ms 7 ms 130.244.82.55
8 11 ms 10 ms 10 ms 212.151.176.245
9 * * * Request timed out.
10 12 ms 11 ms 11 ms 1.1.1.1
Trace complete.
After using Cloudflare DNS without big problems I switched back to my providers DNS after some days to compare both settings.
There is no problem with internet anymore but with both settings the retried status still appears 80-100 times a day. The time between retried and forwarded is mostly 0 sec. now.
Are there any changes made in the recent update which affects this behaviour?