Avahi is a free zeroconf implementation - A service discovery protocol. It can be used to find services on a network and also to publish services to be found by other Zeroconf clients.
Questions tagged [avahi]
59 questions
2
votes
0 answers
SSH to an ubuntu machine using avahi
I have an ubuntu box that I connect to using avahi. Connecting to that box works fine for all services (I regularly use AFP, SSH and SMB on it) but I've noticed that whenever I connect to it from a mac using SSH (and using the ".local" dns name…

iainbeeston
- 203
- 1
- 3
- 5
2
votes
1 answer
Why are Nix programs not able to resolve mDNS names when native programs are?
My native programs (on Fedora) are able to resolve mDNS / Avahi / zeroconf names, like so:
$ ping felonyspork.local -c 1
PING felonyspork.local (192.168.88.169) 56(84) bytes of data.
64 bytes from 192.168.88.169 (192.168.88.169): icmp_seq=1 ttl=64…

Leonora Tindall
- 151
- 5
1
vote
0 answers
Fedora client persist old address after router advertisement
I have a linux-based DSL router, running radvd
Because the prefix from my ISP may change, so I have to change the radvd.conf when prefix changes. For example, like this.
interface br-lan
{
AdvSendAdvert on;
MinRtrAdvInterval 20;
…

maybeonly
- 11
- 1
1
vote
2 answers
Different Avahi/ZeroConf Services for different VLANs
I couldn't find any reference in the man page for Avahi so here is my question:
Is there a possiblity to configure one service (printer) for only one VLAN and another service (printer) for another VLAN with a single Avahi Daemon?
I don't want to run…

WhoAmI
- 347
- 2
- 11
1
vote
2 answers
Can't discover a IPv4 link-local address when having an static IP configured
I have link-local addresses working out-of-the-box when coupled with DHCP, since when there's no DHCP, the device doesn't get an IP, only a link-local one. Still, I need to have link-local addresses working even if I'm setting up interfaces…

oblitum
- 85
- 1
- 12
1
vote
1 answer
Failed to find user 'avahi'
So I'm trying to setup CUPS + AirPrint support and one of the packages required is Avahi.
I have installed it via ipkg, and have tried running the daemon, however I get the following error.
Failed to find user 'avahi'
How can I fix this?

Imran
- 129
- 1
- 1
- 7
1
vote
1 answer
Multiple ethernet interfaces same IP address space
Am I allowed to have multiple ethernet interfaces on a WinXP/Win7 host, that share the same IP-subnet?
Scenario:
There are multiple USB adapters, that are using RNDIS (usb-ethernet-gadget) and Zeroconf to communicate to the host. Thus if I plug in…

Friedrich
- 113
- 4
1
vote
0 answers
Is it possible to automatically import mDNS entries into a bind9 .local zone file?
It's nice to have a zeroconf setup with mDNS, but some of my machines (like docker containers) do not contain the avahi-daemon and by that they are not able to resolve .local hostnames. Now I could create manually a zone file for all my .local…

mgutt
- 503
- 1
- 7
- 24
1
vote
0 answers
mDNS service is discovered but not reachable
I've some problems connecting to services on my raspberry pi.
I desire the following:
1x Raspberry Pi running multiple services (like openhab, mosquitto, nagios, etc.). Each of these services is running in a separate docker container.
To bring…

Peter C. Glade
- 111
- 3
1
vote
0 answers
How do I resolve .local. DNS names on Debian 10?
I have a small local Ethernet network which I am using as a prototype for an industrial automation network. The network currently has 2 machines, both running Debian 10. There is no DNS server configured on the local network. Instead, the host name…

Martin
- 11
- 2
1
vote
0 answers
centos7 avahi avahi-browse large timeouts on networks with many devices
I have been struggling with regular usage of the avahi-browse command on all CentOS 7 servers placed in a large network with many devices reporting out avahi/mdns data.
Part of an application run this command:
avahi-browse -ltrp .._tcp
I am able to…

Ben
- 11
- 1
0
votes
1 answer
Publishing CNAME to Avahi over DBUS requires long lived process
I am attempting to setup CNAMEs in Avahi in order to broadcast multiple hostnames. I've found a variety of examples online that all work but they all require long lived…

Stephen L
- 105
- 3
0
votes
1 answer
several RPis sharing wifi internet by cable, with same hostname. Precedence lookup?
I've a Lab with a wifi AP. Students connect their laptops to this AP. Each student has a RPi3 that shares wifi internet by cable. i.e each student laptop acts as a gateway with wlan0, the external internet interface and eth0 the internal LAN…

user548605
- 3
- 1
0
votes
2 answers
linux redhat + how to resolve the issue about Invalid response packet from host
we have thousand of the following message in /var/log/messages
we also have strange issue that machine restart each of couple dayes
what need to do in order to avoid these messages?
Apr 25 00:08:31 app_linux02 avahi-daemon[953]: Invalid response…

shalom
- 461
- 13
- 29
0
votes
1 answer
cannot ping link-local address from other subnet when defaut gateway route is seted
I have a problem with my route table I don't know why it doesn't work.
I have two test cases, I did draw a network map for each case.
currently I can't resolv the goal.
The goal:
laptop-1 can ping raspberry pi over zeroconf ip
laptop-2 can…

Christoph Acs
- 1
- 2