Skip to content

Instantly share code, notes, and snippets.

@jimmydo
Created January 16, 2023 03:54
Show Gist options
  • Save jimmydo/cdd07003150b379afd3d40ba233f5835 to your computer and use it in GitHub Desktop.
Save jimmydo/cdd07003150b379afd3d40ba233f5835 to your computer and use it in GitHub Desktop.
Enable multicast DNS on Fedora Server

Set MulticastDNS to yes and apply the change:

sudo vi /etc/systemd/resolved.conf
sudo systemctl restart systemd-resolved

Enable mDNS on the network interface and apply the change:

sudo nmcli connection modify eno1 connection.mdns yes
sudo nmcli connection up eno1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment