AdGuardHome icon indicating copy to clipboard operation
AdGuardHome copied to clipboard

Adguard is unsuccessfully trying to resolve PTR for its own IP address

Open jsschmid opened this issue 11 months ago • 2 comments

Prerequisites

Platform (OS and CPU architecture)

Custom (please mention in the description)

Installation

Custom package (OpenWrt, HomeAssistant, etc; please mention in the description)

Setup

On one machine

AdGuard Home version

0.107.56

Action

Adguard is running in a docker container which has internet access, is able to ping the gateway, itself and the outside world:

PING 1.1.1.1 (1.1.1.1): 56 data bytes
64 bytes from 1.1.1.1: seq=0 ttl=59 time=12.765 ms
64 bytes from 1.1.1.1: seq=1 ttl=59 time=12.898 ms
^C
--- 1.1.1.1 ping statistics ---
2 packets transmitted, 2 packets received, 0% packet loss
round-trip min/avg/max = 12.765/12.831/12.898 ms
root@a0d7b954-adguard:/$ ping 192.168.178.1
PING 192.168.178.1 (192.168.178.1): 56 data bytes
64 bytes from 192.168.178.1: seq=0 ttl=64 time=0.702 ms
^C
--- 192.168.178.1 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 0.702/0.702/0.702 ms
root@a0d7b954-adguard:/$ ping 192.168.178.200
PING 192.168.178.200 (192.168.178.200): 56 data bytes
64 bytes from 192.168.178.200: seq=0 ttl=64 time=0.209 ms
^X^C
--- 192.168.178.200 ping statistics ---
1 packets transmitted, 1 packets received, 0% packet loss
round-trip min/avg/max = 0.209/0.209/0.209 ms```

```C:\Users\user>nslookup heise.de 192.168.178.200
Server: UnKnown
Address: 192.168.178.200

Nicht autorisierende Antwort:
Name: heise.de
Addresses: 2a02:2e0:3fe:1001:302::
193.99.144.80

Expected result

Address get's resolved correctly, however if I take a look at the logs...

Actual result

s6-rc: info: service legacy-services: starting
s6-rc: info: service legacy-services successfully started
2025/01/30 14:42:09.899539 [info] dnsproxy: starting dns proxy server
2025/01/30 14:42:09.899729 [info] dnsproxy: creating udp server socket addr=192.168.178.200:53
2025/01/30 14:42:09.900103 [info] dnsproxy: listening to udp addr=192.168.178.200:53
2025/01/30 14:42:09.900149 [info] dnsproxy: creating udp server socket addr=[2003:cb:7708:300:81f0:357:b774:73ed]:53
2025/01/30 14:42:09.900292 [info] dnsproxy: listening to udp addr=[2003:cb:7708:300:81f0:357:b774:73ed]:53
2025/01/30 14:42:09.900317 [info] dnsproxy: creating udp server socket addr=[fe80::3c27:61ac:9903:b3cc%enp0s18]:53
2025/01/30 14:42:09.901500 [info] dnsproxy: listening to udp addr=[fe80::3c27:61ac:9903:b3cc%enp0s18]:53
2025/01/30 14:42:09.901539 [info] dnsproxy: creating udp server socket addr=172.30.32.1:53
2025/01/30 14:42:09.902444 [info] dnsproxy: listening to udp addr=172.30.32.1:53
2025/01/30 14:42:09.902573 [info] dnsproxy: creating udp server socket addr=127.0.0.1:53
2025/01/30 14:42:09.902806 [info] dnsproxy: listening to udp addr=127.0.0.1:53
2025/01/30 14:42:09.902892 [info] dnsproxy: creating udp server socket addr=[::1]:53
2025/01/30 14:42:09.903222 [info] dnsproxy: listening to udp addr=[::1]:53
2025/01/30 14:42:09.903357 [info] dnsproxy: creating tcp server socket addr=192.168.178.200:53
2025/01/30 14:42:09.903837 [info] dnsproxy: listening to tcp addr=192.168.178.200:53
2025/01/30 14:42:09.903952 [info] dnsproxy: creating tcp server socket addr=[2003:cb:7708:300:81f0:357:b774:73ed]:53
2025/01/30 14:42:09.904120 [info] dnsproxy: listening to tcp addr=[2003:cb:7708:300:81f0:357:b774:73ed]:53
2025/01/30 14:42:09.904145 [info] dnsproxy: creating tcp server socket addr=[fe80::3c27:61ac:9903:b3cc%enp0s18]:53
2025/01/30 14:42:09.904267 [info] dnsproxy: listening to tcp addr=[fe80::3c27:61ac:9903:b3cc%enp0s18]:53
2025/01/30 14:42:09.904288 [info] dnsproxy: creating tcp server socket addr=172.30.32.1:53
2025/01/30 14:42:09.904389 [info] dnsproxy: listening to tcp addr=172.30.32.1:53
2025/01/30 14:42:09.904408 [info] dnsproxy: creating tcp server socket addr=127.0.0.1:53
2025/01/30 14:42:09.904506 [info] dnsproxy: listening to tcp addr=127.0.0.1:53
2025/01/30 14:42:09.904527 [info] dnsproxy: creating tcp server socket addr=[::1]:53
2025/01/30 14:42:09.904631 [info] dnsproxy: listening to tcp addr=[::1]:53
2025/01/30 14:42:09.905121 [info] dnsproxy: entering udp listener loop addr=[::1]:53
2025/01/30 14:42:09.905385 [info] dnsproxy: entering udp listener loop addr=192.168.178.200:53
2025/01/30 14:42:09.905625 [info] dnsproxy: entering udp listener loop addr=[2003:cb:7708:300:81f0:357:b774:73ed]:53
2025/01/30 14:42:09.905844 [info] dnsproxy: entering udp listener loop addr=[fe80::3c27:61ac:9903:b3cc%enp0s18]:53
2025/01/30 14:42:09.906158 [info] dnsproxy: entering udp listener loop addr=172.30.32.1:53
2025/01/30 14:42:09.906380 [info] dnsproxy: entering udp listener loop addr=127.0.0.1:53
2025/01/30 14:42:09.906675 [info] dnsproxy: entering listener loop proto=tcp addr=172.30.32.1:53
2025/01/30 14:42:09.906738 [info] dnsproxy: entering listener loop proto=tcp addr=127.0.0.1:53
2025/01/30 14:42:09.906768 [info] dnsproxy: entering listener loop proto=tcp addr=192.168.178.200:53
2025/01/30 14:42:09.906833 [info] dnsproxy: entering listener loop proto=tcp addr=[::1]:53
2025/01/30 14:42:09.906834 [info] dnsproxy: entering listener loop proto=tcp addr=[2003:cb:7708:300:81f0:357:b774:73ed]:53
2025/01/30 14:42:09.906873 [info] dnsproxy: entering listener loop proto=tcp addr=[fe80::3c27:61ac:9903:b3cc%enp0s18]:53
2025/01/30 14:44:11.553266 [error] dnsproxy: exchange failed upstream=https://dns10.quad9.net:443/dns-query question=";tk42.duckdns.org.\tIN\t A" duration=4.038520279s err="expected status 200, got 502 from https://dns10.quad9.net:443/dns-query"
2025/01/30 14:44:11.576254 [error] dnsproxy: exchange failed upstream=https://dns10.quad9.net:443/dns-query question=";home-rp.onipron.de.\tIN\t A" duration=4.061867882s err="expected status 200, got 502 from https://dns10.quad9.net:443/dns-query"
2025/01/30 14:44:14.785610 [error] dnsproxy: exchange failed upstream=https://dns10.quad9.net:443/dns-query question=";home-rp.onipron.de.\tIN\t A" duration=4.189889864s err="expected status 200, got 502 from https://dns10.quad9.net:443/dns-query"
2025/01/30 14:45:29.759078 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:52090->172.30.32.3:53: i/o timeout"
2025/01/30 14:45:29.759230 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.002230656s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:52090->172.30.32.3:53: i/o timeout"```

The last line repeats over and over, e.g.

```2025/02/07 14:46:02.452659 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:51537->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.452996 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:41112->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.453110 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.002497352s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:41112->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.453854 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.003806934s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:51537->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.460843 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:42845->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.460969 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.002125434s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:42845->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.461308 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:57292->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.461390 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.003798372s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:57292->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.462646 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:48615->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.475306 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.01875669s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:48615->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.463430 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:33158->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.463771 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:53310->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.464360 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:55879->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.468371 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:33118->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.469402 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:43953->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.471277 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:49103->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.472285 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:33727->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.473249 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:34079->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.474000 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:53458->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.474128 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:34262->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.474282 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:58293->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.475079 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:44335->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.478223 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:60783->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.480022 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.006504244s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:60783->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.480490 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.027486901s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:33158->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.481114 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.026736665s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:53310->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.481652 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.019796054s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:55879->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.482351 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.018680695s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:33118->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.482614 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.030616342s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:43953->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.482904 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.027664606s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:49103->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.483098 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.0133916s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:33727->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.483257 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.011005757s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:34079->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.483370 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.018674297s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:53458->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.483480 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.017525582s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:34262->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.483799 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.023711529s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:58293->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.484163 [error] dnsproxy: exchange failed upstream=172.30.32.3:53 question=";200.178.168.192.in-addr.arpa.\tIN\t PTR" duration=2.012994167s err="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:44335->172.30.32.3:53: i/o timeout"
2025/02/07 14:46:02.486225 ERROR response received addr=172.30.32.3:53 proto=udp status="exchanging with 172.30.32.3:53 over udp: read udp 172.30.32.1:51317->172.30.32.3:53: i/o timeout"```

### Additional information and/or screenshots

_No response_

jsschmid avatar Feb 07 '25 13:02 jsschmid

Same exact behavior can bee seen on my instance:

2025/02/11 09:35:34.041272 ERROR response received addr=<ROUTER-IP-ADDRESS>:53 proto=udp status="exchanging with <ROUTER-IP-ADDRESS>:53 over udp: read udp 172.19.0.2:53910-><ROUTER-IP-ADDRESS>:53: i/o timeout"
adguardhome  | 2025/02/11 09:35:34.041272 ERROR response received addr=<ROUTER-IP-ADDRESS>:53 proto=udp status="exchanging with <ROUTER-IP-ADDRESS>:53 over udp: read udp 172.19.0.2:45407-><ROUTER-IP-ADDRESS>:53: i/o timeout"
adguardhome  | 2025/02/11 09:35:35.959117 ERROR response received addr=<ROUTER-IP-ADDRESS>:53 proto=udp status="exchanging with <ROUTER-IP-ADDRESS>:53 over udp: read udp 172.19.0.2:50376-><ROUTER-IP-ADDRESS>:53: i/o timeout"
adguardhome  | 2025/02/11 09:35:36.013326 ERROR response received addr=<ROUTER-IP-ADDRESS>:53 proto=udp status="exchanging with <ROUTER-IP-ADDRESS>:53 over udp: read udp 172.19.0.2:48579-><ROUTER-IP-ADDRESS>:53: i/o timeout"

This loops for a couple of minutes, then stops. Randomly starts again; can't see any particular time pattern.

cyrq avatar Feb 11 '25 09:02 cyrq

any news on that? I get the same problem every now and then, literally deactivating my internet access. I then have to disable the private inverse DNS-Server to get it working again.

.4 is my adguard home docker, .1 is my fritzbox

2025/05/24 07:36:33.501555 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:57818->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.501644 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:59932->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.501648 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:56110->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.501644 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:33590->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.501769 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:46952->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.501772 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:53773->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.501801 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:49869->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.501813 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:57796->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.501837 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:49430->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.502034 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:59757->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.502159 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:33578->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.504111 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:52833->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.505209 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:33088->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876070 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:47526->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876111 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:46850->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876134 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:42549->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876157 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:56309->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876254 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:41073->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876266 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:41194->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876268 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:47309->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876254 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:45704->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876293 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:56303->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876390 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:48733->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876388 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:39784->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876402 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:44690->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876405 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:49443->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876451 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:50604->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.876504 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:56588->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.881623 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:56488->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.885032 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:33583->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.885070 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:47290->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.885095 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:45827->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.886245 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:53651->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.886251 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:49966->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.886313 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:59672->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.886249 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:60181->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.886342 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:57302->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.886372 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:40903->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.886387 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:35091->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.886251 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:41116->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.886448 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:40421->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.887650 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:60261->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.887761 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:57011->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.887768 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:38484->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.887796 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:34597->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.891966 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:58521->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.895267 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:33488->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.895295 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:60713->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.895339 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:50499->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.895379 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:49753->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.895401 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:54730->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.899827 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:42069->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.899827 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:38814->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.899929 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:45417->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.900013 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:55204->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.901197 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:45394->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.901214 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:54611->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.901163 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:44615->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.901338 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:46783->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.901369 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:49813->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.901484 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:60470->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.904685 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:35716->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.904798 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:33743->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.904798 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:58627->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.904900 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:58953->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.904899 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:40365->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.905174 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:59258->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.907519 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:41775->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.907531 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:37454->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.907618 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:50417->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.907520 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:57435->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.912935 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:50269->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.912961 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:45163->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.912999 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:49518->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.913019 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:44268->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.913126 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:43824->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:33.912942 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:60638->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.079229 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:54249->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.079291 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:46555->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.079335 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:39087->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.079393 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:38029->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.081493 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:50423->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.229527 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:33909->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.229907 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:54763->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.229935 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:33248->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.239524 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:53615->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.283475 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:52333->192.168.0.1:53: i/o timeout"
2025/05/24 07:36:34.283536 ERROR response received addr=192.168.0.1:53 proto=udp status="exchanging with 192.168.0.1:53 over udp: read udp 192.168.0.4:43554->192.168.0.1:53: i/o timeout"

j0uns avatar May 24 '25 05:05 j0uns