I looked into the systemd-networkd and systemd-resolved:
http://manpages.ubuntu.com/manpages/...network.5.html
http://manpages.ubuntu.com/manpages/...service.8.html
and are confused by some words here:
systemd-resolved:
Single-label names are routed to all local interfaces capable of IP multicasting, using the LLMNR protocol.
Lookups for a hostname ending in one of the per-interface domains are exclusively routed to the matching interfaces.
systemd-networkd: domain
Both "search" and "routing-only" domains are used for routing of DNS queries: look-ups for host names ending in those domains
(hence also single label names, if any "search domains" are listed), are routed to the DNS servers configured for this interface.
my question is: for hosts with a bunch of interfaces configured with "search domains" and LLMNR enabled, where will the single-label lookup requests go?
http://manpages.ubuntu.com/manpages/...network.5.html
http://manpages.ubuntu.com/manpages/...service.8.html
and are confused by some words here:
systemd-resolved:
Single-label names are routed to all local interfaces capable of IP multicasting, using the LLMNR protocol.
Lookups for a hostname ending in one of the per-interface domains are exclusively routed to the matching interfaces.
systemd-networkd: domain
Both "search" and "routing-only" domains are used for routing of DNS queries: look-ups for host names ending in those domains
(hence also single label names, if any "search domains" are listed), are routed to the DNS servers configured for this interface.
my question is: for hosts with a bunch of interfaces configured with "search domains" and LLMNR enabled, where will the single-label lookup requests go?