• # apt-get install libnss-mdns

    Posté par (site web personnel) . En réponse au message linux http url .local. Évalué à 5.

    Valable pour environnement Debian/Ubuntu, des équivalents doivent exister ailleurs.

    Cela peut donner une entrée qui ressemble à cela dans /etc/nsswitch.conf :

    hosts: files mdns4_minimal [NOTFOUND=return] dns myhostname mymachines
    

    C'est la partie mDNS qui est pertinente ici.

    En bonus, la description du paquet :

    Description-en: NSS module for Multicast DNS name resolution
     nss-mdns is a plugin for the GNU Name Service Switch (NSS) functionality
     of the GNU C Library (glibc) providing host name resolution via Multicast
     DNS (using Zeroconf, aka Apple Bonjour / Apple Rendezvous ), effectively
     allowing name resolution by common Unix/Linux programs in the ad-hoc mDNS
     domain .local.
    

    Debian Consultant @ DEBAMAX