[Bug 1830507] Re: Missing support of mDNS
Lukas Märdian
1830507 at bugs.launchpad.net
Mon Jul 17 10:39:41 UTC 2023
The suggested change from the email landed in systemd-resolved 253
(Mantic): https://launchpad.net/ubuntu/+source/systemd/253.5-1ubuntu1
So it's easier to adopt Netplan's configuration using systemd override
configs, e.g.:
$ cat /etc/systemd/network/10-netplan-eth0.network.d/override.conf
[Network]
MulticastDNS=resolve
For all common usecases, it's suggested to use Avahi instead of
Netplan/systemd-resolved, to manage the mDNS needs.
** Changed in: netplan.io (Ubuntu)
Status: Confirmed => Won't Fix
** Changed in: netplan
Status: Triaged => Won't Fix
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to netplan.io in Ubuntu.
Matching subscriptions: foundations-bugs
https://bugs.launchpad.net/bugs/1830507
Title:
Missing support of mDNS
Status in netplan:
Won't Fix
Status in netplan.io package in Ubuntu:
Won't Fix
Bug description:
Version: 0.97-0ubuntu1~18.04.1 and 0.97-0ubuntu1~19.04.1
Resolving .local addresses with mDNS (MulticastDNS) is supported by
resolved / networkd while netplan doesn't allow to configure this (or
it isn't documented, which would be equally bad...).
Therefore please include mDNS capabilities!
Enabling mDNS should require enabling it globally(/etc/systemd/resolve.conf)
MulticastDNS=no/yes/resolve
and additional per device in the device specific .network file:
[Network]
MulticastDNS=true/false/resolve
To manage notifications about this bug go to:
https://bugs.launchpad.net/netplan/+bug/1830507/+subscriptions
More information about the foundations-bugs
mailing list