[Bug 1812744] [NEW] resolved uses only per-link dns servers
Julian Andres Klode
1812744 at bugs.launchpad.net
Mon Jan 21 20:51:52 UTC 2019
Public bug reported:
I configured multiple DNS servers in the DNS= option. The manual page
says:
"DNS requests are sent to one of the listed DNS servers in parallel to
suitable per-link DNS servers"
What I see however, is that each DNS request is sent twice to the same
server, e.g.:
connect(15, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.0.1")}, 16) = 0
connect(16, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.0.1")}, 16) = 0
If a per-link server is pushed by network-manager, it's always that one.
Since my per-link server can lag a lot, that is annoying.
** Affects: systemd (Ubuntu)
Importance: Undecided
Status: New
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to systemd in Ubuntu.
https://bugs.launchpad.net/bugs/1812744
Title:
resolved uses only per-link dns servers
Status in systemd package in Ubuntu:
New
Bug description:
I configured multiple DNS servers in the DNS= option. The manual page
says:
"DNS requests are sent to one of the listed DNS servers in parallel to
suitable per-link DNS servers"
What I see however, is that each DNS request is sent twice to the same
server, e.g.:
connect(15, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.0.1")}, 16) = 0
connect(16, {sa_family=AF_INET, sin_port=htons(53), sin_addr=inet_addr("192.168.0.1")}, 16) = 0
If a per-link server is pushed by network-manager, it's always that
one. Since my per-link server can lag a lot, that is annoying.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/systemd/+bug/1812744/+subscriptions
More information about the foundations-bugs
mailing list