Skip to content

Instantly share code, notes, and snippets.

@AstralJaeger
Last active November 12, 2023 18:08
Show Gist options
  • Save AstralJaeger/2980245cf02ecc9fb2f35dd7756d546b to your computer and use it in GitHub Desktop.
Save AstralJaeger/2980245cf02ecc9fb2f35dd7756d546b to your computer and use it in GitHub Desktop.
Avahi Ubuntu Setup

Avahi Ubuntu Setup

  1. Install avahi-daemon
sudo apt-get install avahi-daemon 
  1. Check hostname, changing this might require a reboot.
sudo vim /etc/hostname
  1. Make sure avahi-daemon.service is running
sudo systemctl status avahi-daemon.service
  1. Make sure avahi-daemon.service is enabled
sudo systemctl enable avahi-daemon.service
  1. Check connection from a different device>
ping <hostname>.local
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment