Project

General

Profile

Actions

Bug #13393

closed

DNS Resolver responds with unexpected source address when the DNS over TLS server function is enabled

Added by Marcos M almost 2 years ago. Updated over 1 year ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
DNS Resolver
Target version:
Start date:
Due date:
% Done:

100%

Estimated time:
Plus Target Version:
23.01
Release Notes:
Default
Affected Version:
Affected Architecture:

Description

When unbound responds to DNS queries, it will by default respond with a source address that is closest to the request source. The query then fails since the requestor did not expect the answer to come from a different address. For example:

dig +short @192.168.223.1 host.domain.tld
192.168.224.20
dig +short @192.168.224.1 host.domain.tld
;; reply from unexpected source: 192.168.223.1#53, expected 192.168.224.1#53
Actions

Also available in: Atom PDF