-
|
I wanted to play around with mDNS over the overlay network, but when I start avahi-daemon it always ignores the nebula interface. The logs show it is listening on all of the others, lo, ethernet, podman0, Docker veth etc but never the nebula. The only things I note from
I didn't check the Avahi source to see what it's filtering on when discovering interfaces. Does anyone else have Avahi working over Nebula? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
|
mDNS relies on IP multicast, which Nebula does not support. Being a peer-to-peer protocol, there is no way to send a single packet that is delivered to all machines on the network. |
Beta Was this translation helpful? Give feedback.
mDNS relies on IP multicast, which Nebula does not support. Being a peer-to-peer protocol, there is no way to send a single packet that is delivered to all machines on the network.