From c166e10a5609582c7f1e684e530f34c0fc51f675 Mon Sep 17 00:00:00 2001 From: Joe Foley Date: Sun, 28 Jun 2026 20:05:57 +0000 Subject: [PATCH] MDNS info from ROB-IOT --- mdns.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 mdns.md diff --git a/mdns.md b/mdns.md new file mode 100644 index 0000000..ea092b4 --- /dev/null +++ b/mdns.md @@ -0,0 +1,9 @@ +# Multicast DNS + +# Setting it up on your pi (or other linux system) + +Setup Multicast DNS discovery of ssh in a Terminal with the [Avahi](https://wiki.debian.org/Avahi) package (usually preinstalled) + +We tell the avahi daemon to publish ssh `sudo cp /usr/share/doc/avahi-daemon/examples/ssh.service /etc/avahi/services/` + We restart the daemon to see the file: `sudo systemctl restart avahi-daemon` + See if you can find your IP and MAC address with `avahi-browse -a`. You may have to install the program first with `sudo apt install avahi-utils`. If the browser doesn't show other devices, multicast is probably broken.