AdguardTeam / AdGuardHome

Network-wide ads & trackers blocking DNS server
https://adguard.com/adguard-home/overview.html
GNU General Public License v3.0
25.63k stars 1.84k forks source link

log confusion.. non existent entry in logs.. [error] dnsproxy: exchange failed upstream #7407

Open bcookatpcsd opened 2 weeks ago

bcookatpcsd commented 2 weeks ago

Prerequisites

Platform (OS and CPU architecture)

FreeBSD, AMD64 (aka x86_64)

Installation

GitHub releases or script from README

Setup

On one machine

AdGuard Home version

AdGuard Home, version 0.107.53

Action

Trying to work through these timeout errors in the logs..

Seems they are related to in-addr.arpa requests for IP space I do not have..

Trying to find where it is coming from..

Expected result

only in-addr.arpa requests for my internal ip space.. but there are entries in the error log not in the search log..

Actual result

2024/11/05 09:47:24.551753 ERROR response received addr=10.120.112.200:530 proto=udp status="exchanging with 10.120.112.200:530 over udp: read udp 10.120.48.254:49583->10.120.112.200:530: i/o timeout"
2024/11/05 09:47:24.551813 [error] dnsproxy: exchange failed upstream=10.120.112.200:530 question=";lb._dns-sd._udp.220.82.44.10.in-addr.arpa.\tIN\t PTR" duration=2.021707448s err="exchanging with 10.120.112.200:530 over udp: read udp 10.120.48.254:49583->10.120.112.200:530: i/o timeout"

image

Additional information and/or screenshots

As always, thank you in advance.