Mint 18.3 xfce not resolving LLMNR

Questions about Wi-Fi and other network devices, file sharing, firewalls, connection sharing etc
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
frugelhorn

Mint 18.3 xfce not resolving LLMNR

Post by frugelhorn »

My understanding of the systemd resolver was that it should be able to resolve names via LLMNR, however this does not work for me.

If a ping a device's name (which I know to respond to LLMNR requests), this fails. However if I do:

Code: Select all

systemd-resolve <devicename>
This resolves correctly and returns the IP.

I also noticed that systemd-resolved is not running from boot.

So it seems like it might be a config issue. Following a suggestion elsewhere I tried changing the nsswitch.conf hosts: line
from:

Code: Select all

files mdns4_minimal [NOTFOUND=return] dns
to:

Code: Select all

files resolve [!UNAVAIL=return] mdns4_minimal [NOTFOUND=return] dns
but no joy.

So why might ping not be using the systemd resolver? Any help appreciated.

(Posted in Wireless forum, but the same behavior is seen on a wired network)
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Locked

Return to “Networking”