
local domain name so resolution works correctly: $ ping pollux.local $ sudo systemctl restart rviceĪs long as your network router is not disallowing mDNS traffic, you should now be able to login to castor and ping the other box. Then set your other box properly: $ hostnamectl set-hostname pollux Next, restart the Avahi daemon so it picks up changes: $ sudo systemctl restart rvice By default, though, Avahi uses the system provided host name, so you shouldn’t need this method. You can also edit the /etc/avahi/nf file, remove the comment on the host-name setting line, and set the name there.If not, use hostnamectl to do the honors.

BONJOUR BROWSER LINUX INSTALL
Use this sudo command: $ sudo dnf install avahi-tools This package includes a number of handy utilities for checking how well the zero-configuration services on your system are working. $ sudo systemctl enable -now rviceĪlthough optional, you might also want to install the avahi-tools package. Again, this is the default on Fedora Workstation. Make sure the rvice unit is enabled and running. If not present, install them: $ sudo dnf install nss-mdns avahi You might have a different version, which is fine: $ rpm -q nss-mdns avahiįedora Workstation provides both of these packages by default. Make sure the nss-mdns and avahi packages are installed on your system. Their host names are meant to be castor and pollux.

This article assumes you have two systems running supported versions of Fedora (27 or 28).
BONJOUR BROWSER LINUX MAC
(mDNS is also part of Bonjour, found on Mac OS.) MDNS is a zero-configuration networking service that’s been around for quite a while. Fedora ships Avahi, a zero-configuration stack that includes mDNS, as part of Workstation.

BONJOUR BROWSER LINUX HOW TO
You also don’t have to keep files like /etc/hosts in sync on all the local systems. This article shows you how to set it up. In that case, mDNS lets you talk to your multiple systems by name - without touching the router in most cases. Fedora users often own multiple Linux systems on a router without sophisticated name services. Multicast DNS, or mDNS, lets systems broadcast queries on a local network to find other resources by name.
