1
24.7 Production Series / Re: Unbound DNS slow website loading and finally stucking
« on: November 02, 2024, 05:34:25 pm »
I think the reason for the slow website access is definitely not an OPNsense issue. Neither unbound DNS, Dnsmasq DNS nor OPNsense in general.
I have made several times a ping at the problematic website/domail ifun.de.
The response time generally was (very?) high, with regular dropouts on some devices, not always. But slow loading or stucking website.
However, since I also have the same problem with another ISP (my workplace has a dedicated line afaik), for example with an LTE/4G Fritzbox 6820v3 router, I assume that the problem is either on the side of the destination URL/domain or basically with Deutsche Telekom (all ISPs are probably Deutsche Telekom).
Using 4G/LTE Fritzbox 6820v3:
Using iPhone hotspot:
I have made several times a ping at the problematic website/domail ifun.de.
The response time generally was (very?) high, with regular dropouts on some devices, not always. But slow loading or stucking website.
However, since I also have the same problem with another ISP (my workplace has a dedicated line afaik), for example with an LTE/4G Fritzbox 6820v3 router, I assume that the problem is either on the side of the destination URL/domain or basically with Deutsche Telekom (all ISPs are probably Deutsche Telekom).
Using 4G/LTE Fritzbox 6820v3:
Code: [Select]
$ ping ifun.de
PING ifun.de (172.67.179.129): 56 data bytes
Request timeout for icmp_seq 0
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
64 bytes from 172.67.179.129: icmp_seq=3 ttl=50 time=133.068 ms
64 bytes from 172.67.179.129: icmp_seq=4 ttl=50 time=121.438 ms
Request timeout for icmp_seq 5
Request timeout for icmp_seq 6
Request timeout for icmp_seq 7
Request timeout for icmp_seq 8
64 bytes from 172.67.179.129: icmp_seq=9 ttl=50 time=154.368 ms
Request timeout for icmp_seq 10
64 bytes from 172.67.179.129: icmp_seq=11 ttl=50 time=141.843 ms
64 bytes from 172.67.179.129: icmp_seq=12 ttl=50 time=115.333 ms
^C
--- ifun.de ping statistics ---
13 packets transmitted, 5 packets received, 61.5% packet loss
round-trip min/avg/max/stddev = 115.333/133.210/154.368/14.003 msUsing iPhone hotspot:
Code: [Select]
$ ping ifun.de
PING ifun.de (172.67.179.129): 56 data bytes
64 bytes from 172.67.179.129: icmp_seq=0 ttl=50 time=173.035 ms
Request timeout for icmp_seq 1
Request timeout for icmp_seq 2
Request timeout for icmp_seq 3
Request timeout for icmp_seq 4
64 bytes from 172.67.179.129: icmp_seq=5 ttl=50 time=146.799 ms
64 bytes from 172.67.179.129: icmp_seq=6 ttl=50 time=123.930 ms
64 bytes from 172.67.179.129: icmp_seq=7 ttl=50 time=139.072 ms
Request timeout for icmp_seq 8
Request timeout for icmp_seq 9
64 bytes from 172.67.179.129: icmp_seq=10 ttl=50 time=165.231 ms
64 bytes from 172.67.179.129: icmp_seq=11 ttl=50 time=136.977 ms
^C
--- ifun.de ping statistics ---
12 packets transmitted, 6 packets received, 50.0% packet loss
round-trip min/avg/max/stddev = 123.930/147.507/173.035/16.853 msCode: [Select]
$ traceroute ifun.de
traceroute: Warning: ifun.de has multiple addresses; using 172.67.179.129
traceroute to ifun.de (172.67.179.129), 64 hops max, 40 byte packets
1 fritz.box (192.168.178.1) 5.899 ms 3.192 ms 3.158 ms
2 * * *
3 * * *
4 * * *
5 * * *
6 * * *
7 * * *
8 80.156.5.67 (80.156.5.67) 83.004 ms 59.682 ms 25.632 ms
9 h-sb1-i.h.de.net.dtag.de (62.154.49.197) 39.279 ms 52.426 ms 38.748 ms
10 d-sb1-i.d.de.net.dtag.de (62.154.3.61) 141.174 ms 122.424 ms 163.809 ms
11 ams-sb6-i.ams.nl.net.dtag.de (217.239.60.109) 125.050 ms
217.239.42.113 (217.239.42.113) 138.399 ms 122.960 ms
12 if-ae-0-2.tcore3.njy-newark.as6453.net (216.6.90.14) 138.540 ms 126.983 ms 133.358 ms
13 66.198.70.2 (66.198.70.2) 138.530 ms 150.004 ms *
14 162.158.61.105 (162.158.61.105) 143.686 ms *
162.158.61.101 (162.158.61.101) 173.196 ms
15 172.67.179.129 (172.67.179.129) 118.694 ms * *


) gemacht (vorher die Dienste mal neu durchgestartet) und siehe da, es wird eine externe IP verwendet (rootserver?). Mache ich o.g. Optionen wieder aus, wird per localhost 127.0.0.1 aufgelöst. Ich nehme an somit per Unbound?

