On Sat, 2019-10-12 at 11:48 -0700, Samuel Sieb wrote:
> The easiest method is to use mdns, otherwise known as Bonjour on Macs 
> and probably some other names.  Use "hostnamectl set-hostname myname" to 
> set a unique name on each computer.  Make sure "avahi-daemon" is running 
> (should be).  Make sure you have "nss-mdns" installed (should be by 
> default).  Then you should be able to do "ping myname" (using whatever 
> name you set earlier).

And that the file /etc/nssswitch.conf contains a line similar to:

hosts:      files mdns4_minimal [NOTFOUND=return] dns myhostname

poc
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org

Reply via email to