avahi icon indicating copy to clipboard operation
avahi copied to clipboard

Spurious name conflicts

Open callegar opened this issue 7 years ago • 201 comments

Hi, hope this is the right place for reporting issues with avahi-daemon as the readme on my system points to the bugtracker on freedesktop.org that does not list avahi as a bug report target.

I am experiencing spurious name conflicts on various systems, all of which have a common trait in having two interfaces, one on the local lan, having a static IP address and the other getting a dhcp address from somewhere (typically an ADSL router).

What happens is the following. Suppose that the host is called "foo". Initially, it is correctly advertised as foo.local. After some time the name conflict occurs and the host starts being advertised as foo-2.local, foo-3.local, etc., even if it is certainly the sole host named foo on the network. In practice there is a spurious name conflict with the host itself, probably due to some race in avahi. The unfortunate result is that no other system cannot find "foo" no more on the network, since they look for foo.local.

I see the issue on a couple of debian jessie systems (avahi version 0.6.31); on a raspbian jessie system (same); and on an openwrt chaos calmer system (avahi version 0.6.31 again).

I see a lot of reports for this same issue (or possibly something similar) on many distro bugtrackers, applications bugtrackers and question sites:

  • https://bugs.launchpad.net/ubuntu/+source/avahi/+bug/831022
  • https://serverfault.com/questions/714917/host-name-conflict-with-avahi-daemon-on-ubuntu-14-04-lts
  • https://github.com/foosel/netconnectd/issues/8
  • https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=771806
  • https://lists.freedesktop.org/archives/avahi/2011-March/001995.html

I wonder if there is something misconfigured on my systems (and in this case some hit at diagnosing would be appreciated) or if this is an issue (possibly a race) with the avahi daemon.

Even if this cannot be fixed rapidly, I'd like to suggest an interim point release of avahi with an option to disable the name conflict analysis when he/she is absolutely sure that it won't be needed on his/her network.

callegar avatar Apr 26 '17 15:04 callegar

I agree that I have seen this from time to time, unfortunately I am not currently sure what causes it. I think in some cases it might be related to the reflector, but if that is not in use I am not sure.

How often is this happening? I wonder if we can setup a long term pcap capture to try and figure out what happens.

lathiat avatar Apr 27 '17 01:04 lathiat

Rather frequently, I see it almost every odd day.

It seems to be associated to a lease expire on the interface getting the address from dhcp and probably has to do with the fact that there is both an IPv4 and an IPv6 address configured for the interface...

Apr 27 07:30:57 xyz dhcpcd[365]: eth0: soliciting a DHCPv6 lease
Apr 27 07:30:57 xyz dhcpcd[365]: eth0: fe80::6a7f:74ff:fe15:6a2e router available
Apr 27 07:30:57 xyz dhcpcd[365]: eth0: ADV fd57:81fe:80da::218/128 from fe80::6a7f:74ff:fe15:6a2e
Apr 27 07:30:57 xyz dhcpcd[365]: eth0: REPLY6 received from fe80::6a7f:74ff:fe15:6a2e
Apr 27 07:30:57 xyz dhcpcd[365]: eth0: adding address fd57:81fe:80da::218/128
Apr 27 07:30:57 xyz dhcpcd[365]: eth0: renew in 21600 seconds, rebind in 34560 seconds
Apr 27 07:30:57 xyz dhcpcd[365]: eth0: using IPv4LL address 169.254.139.60
Apr 27 07:30:57 xyz dhcpcd[365]: eth0: adding route to 169.254.0.0/16
Apr 27 07:30:57 xyz avahi-daemon[24276]: Joining mDNS multicast group on interface eth0.IPv4 with address 169.254.139.60.
Apr 27 07:30:57 xyz avahi-daemon[24276]: New relevant interface eth0.IPv4 for mDNS.
Apr 27 07:30:57 xyz avahi-daemon[24276]: Registering new address record for 169.254.139.60 on eth0.IPv4.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::600c:b99e:4f17:ce61.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Joining mDNS multicast group on interface eth0.IPv6 with address fd57:81fe:80da:0:c99b:6cc1:2a7c:c139.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Registering new address record for fd57:81fe:80da:0:c99b:6cc1:2a7c:c139 on eth0.*.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Withdrawing address record for fe80::600c:b99e:4f17:ce61 on eth0.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Withdrawing address record for fe80::a92:e068:3cb:7ae2 on wlan0.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Withdrawing address record for 169.254.208.59 on wlan0.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Withdrawing address record for 192.168.32.1 on wlan0.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Withdrawing workstation service for wlan0.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Withdrawing address record for 169.254.139.60 on eth0.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Withdrawing workstation service for eth0.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Withdrawing workstation service for lo.
Apr 27 07:30:58 xyz avahi-daemon[24276]: Host name conflict, retrying with xyz-2

callegar avatar Apr 27 '17 10:04 callegar

I don't think that the reflector should be on anywhere, as it should be disabled by default, shouldn't it?

callegar avatar Apr 27 '17 10:04 callegar

Preventing avahi-daemon from using the interface where the address is received from a dhcp server makes the issue disappear, but obviously it is not a solution.

callegar avatar May 01 '17 20:05 callegar

Avahi can't handle inter-connected multi-homed systems. We have to use the option to disable one of the interfaces to avoid the daemon from seeing mutliple name registration requests (one from each network).

Best I can tell there isn't a better solution since this is really an issue with the design of the protocol.

midicase avatar May 01 '17 21:05 midicase

Still I wonder...

  1. why do I not just see a -1, but also a -2 and every now and then a -3 too?
  2. wouldn't it be possible to have the two interfaces both managed by avahi-daemon with a reproducible name assignment? Like getting from the very start hostname.local for the IP on the one of the two nics and hostname-2.local for the name on the other nic, rather than having things in one way at boot and then getting the -x suffix when the dhcp lease is renewed? I am asking because the issue is not the -2, but not knowing in advance how an host will be reachable.

callegar avatar May 01 '17 23:05 callegar

I totally had this happen on one of my own systems, with a very similar looking log to you. Downed and uped a bunch of interfaces rapidly. There must definitely be a bug there I'll have to try and figure out if I can make it reproducible.

Some kind of race to do with the new interfaces appearing while probing perhaps.. there is a related issue for services that get stuck registering. So maybe the logic for interfaces coming and going needs to be reviewed.

lathiat avatar May 18 '17 06:05 lathiat

OK I think I figured it out. What's happening is an address is withdrawn before it finishes probing, but we receive a copy of our own probe immediately after and thus assume a conflict (our own multicast probes are mirrored back to us by the kernel). A bit of a race condition.

This happens a lot with IPv6 where we withdraw the fe80 link-local address once we receive a global address and can happen very rapidly on boot. Of note you are using IPv6 on your site, as well as mine where I am seeing this. On IPv4 address withdrawls while probing are quite uncommon.

So we'll need to identify those in some way, either with a ghost list or otherwise determining that the probe looped back. I'll look at that.

lathiat avatar May 20 '17 04:05 lathiat

Confirmed the issue as I suspected, we withdraw our address record but only then receive a copy of our own probe and decide it is a conflict:

Jun 20 15:40:58 hyper avahi-daemon[6567]: Joining mDNS multicast group on interface vsw3.IPv6 with address fe80::9cf5:4ff:fef6:ec81. Jun 20 15:40:58 hyper avahi-daemon[6567]: Registering new address record for fe80::9cf5:4ff:fef6:ec81 on vsw3.*. Jun 20 15:40:58 hyper avahi-daemon[6567]: Leaving mDNS multicast group on interface vsw3.IPv6 with address fe80::9cf5:4ff:fef6:ec81. Jun 20 15:40:58 hyper avahi-daemon[6567]: Withdrawing address record for fe80::9cf5:4ff:fef6:ec81 on vsw3. Jun 20 15:40:58 hyper avahi-daemon[6567]: Received conflicting probe [hyper.local#011IN#011AAAA fe80::9cf5:4ff:fef6:ec81 ; ttl=120]. Local host lost. Withdrawing.

This happens because we revoke the link-local address from being advertised once we receive a global address.

Hope to have a fix for this shortly

lathiat avatar Jun 21 '17 04:06 lathiat

Would a workaround be to disable ipv6 in the config when you're not using it?

Fonta avatar Aug 04 '17 14:08 Fonta

Any updates on this?

dmosberger avatar Oct 20 '17 19:10 dmosberger

Hey @lathiat, sorry for bugging you.

I think this just happened to me as well. I have a usual IPv4/6 dual stack network at home and run avahi-daemon in a Docker container with network_mode host.

This is the log:

daemon_1  | 2018-06-21T11:54:39.577225354Z Found user 'avahi' (UID 102) and group 'avahi' (GID 102).
daemon_1  | 2018-06-21T11:54:39.577682651Z Successfully dropped root privileges.
daemon_1  | 2018-06-21T11:54:39.578293096Z avahi-daemon 0.6.32 starting up.
daemon_1  | 2018-06-21T11:54:39.579337101Z WARNING: No NSS support for mDNS detected, consider installing nss-mdns!
daemon_1  | 2018-06-21T11:54:39.579720148Z Successfully called chroot().
daemon_1  | 2018-06-21T11:54:39.580163570Z Successfully dropped remaining capabilities.
daemon_1  | 2018-06-21T11:54:39.580505155Z Loading service file /services/smbd.service.
daemon_1  | 2018-06-21T11:54:39.583626444Z Joining mDNS multicast group on interface enp5s0.IPv6 with address 2003:e5:d70e:bc00:265e:beff:fe06:ed43.
daemon_1  | 2018-06-21T11:54:39.583822517Z New relevant interface enp5s0.IPv6 for mDNS.
daemon_1  | 2018-06-21T11:54:39.583868742Z Joining mDNS multicast group on interface enp5s0.IPv4 with address 192.168.178.58.
daemon_1  | 2018-06-21T11:54:39.583883829Z New relevant interface enp5s0.IPv4 for mDNS.
daemon_1  | 2018-06-21T11:54:39.584342326Z Network interface enumeration completed.
daemon_1  | 2018-06-21T11:54:39.585046921Z Registering new address record for 2003:e5:d70e:bc00:265e:beff:fe06:ed43 on enp5s0.*.
daemon_1  | 2018-06-21T11:54:39.585065258Z Registering new address record for 192.168.178.58 on enp5s0.IPv4.
daemon_1  | 2018-06-21T11:54:40.492960211Z Server startup complete. Host name is nibelungenhort.local. Local service cookie is 3353354288.
daemon_1  | 2018-06-21T11:54:41.400508244Z Service "nibelungenhort" (/services/smbd.service) successfully established.
daemon_1  | 2018-06-22T02:48:49.975073115Z Registering new address record for fe80::265e:beff:fe06:ed43 on enp5s0.*.
daemon_1  | 2018-06-22T02:48:49.984858578Z Withdrawing address record for fe80::265e:beff:fe06:ed43 on enp5s0.
daemon_1  | 2018-06-22T02:48:49.984962940Z Registering new address record for fe80::265e:beff:fe06:ed43 on enp5s0.*.
daemon_1  | 2018-06-22T02:48:50.983388121Z Withdrawing address record for fe80::265e:beff:fe06:ed43 on enp5s0.
daemon_1  | 2018-06-22T02:48:50.983547607Z Registering new address record for fe80::265e:beff:fe06:ed43 on enp5s0.*.
daemon_1  | 2018-06-22T02:48:50.983631244Z Registering new address record for fd00::265e:beff:fe06:ed43 on enp5s0.*.
daemon_1  | 2018-06-22T02:48:51.269257637Z Withdrawing address record for fd00::265e:beff:fe06:ed43 on enp5s0.
daemon_1  | 2018-06-22T02:48:51.269418273Z Withdrawing address record for fe80::265e:beff:fe06:ed43 on enp5s0.
daemon_1  | 2018-06-22T02:48:51.269500173Z Registering new address record for fd00::265e:beff:fe06:ed43 on enp5s0.*.
daemon_1  | 2018-06-22T02:48:51.269576160Z Registering new address record for fe80::265e:beff:fe06:ed43 on enp5s0.*.
daemon_1  | 2018-06-22T02:48:52.686728887Z Registering new address record for 2003:e5:d70b:3400:265e:beff:fe06:ed43 on enp5s0.*.
daemon_1  | 2018-06-22T02:48:52.690760136Z Withdrawing address record for fd00::265e:beff:fe06:ed43 on enp5s0.
daemon_1  | 2018-06-22T02:48:52.690858948Z Withdrawing address record for fe80::265e:beff:fe06:ed43 on enp5s0.
daemon_1  | 2018-06-22T02:48:52.690937072Z Withdrawing address record for 2003:e5:d70e:bc00:265e:beff:fe06:ed43 on enp5s0.
daemon_1  | 2018-06-22T02:48:52.691012722Z Withdrawing address record for 192.168.178.58 on enp5s0.
daemon_1  | 2018-06-22T02:48:52.696120164Z Host name conflict, retrying with nibelungenhort-2
daemon_1  | 2018-06-22T02:48:52.697784540Z Registering new address record for 2003:e5:d70b:3400:265e:beff:fe06:ed43 on enp5s0.*.
daemon_1  | 2018-06-22T02:48:52.697876765Z Registering new address record for 192.168.178.58 on enp5s0.IPv4.
daemon_1  | 2018-06-22T02:48:54.587279952Z Server startup complete. Host name is nibelungenhort-2.local. Local service cookie is 3353354288.
daemon_1  | 2018-06-22T02:48:55.489180837Z Service "nibelungenhort-2" (/services/smbd.service) successfully established.

strayer avatar Jun 22 '18 06:06 strayer

two interfaces dual stack

Make sure you are not hitting a shortcoming in the protocol involving the daemon seeing other daemons through multiple paths. System announces itself through one interface and gets rejected after announcing itself on subsequent interfaces due to being a duplicate.

I always use allow-interfaces/deny-interfaces to force avahi to use only a single interface (in my industry this is typically the management interface). After that I have not had this issue.

midicase avatar Jun 22 '18 11:06 midicase

There are two interfaces on my system, although only one is actually up and connected to the network. As far as I can see avahi-daemon only works on the connected interface (enp5s0), but I'll try manually allowing it.

strayer avatar Jun 22 '18 12:06 strayer

is anyone working on a fix for this? @lathiat said

Hope to have a fix for this shortly

exactly a year ago? Any progess? Thanks

ondrej1024 avatar Jun 22 '18 14:06 ondrej1024

allow-interfaces will work around the issue as it's a bug in handling interfaces rapidly adding and removing addresses (particularly noticeable if you have globally routable IPv6 addresses, as we add then remove the link local address)

Still planning a fix

lathiat avatar Jun 29 '18 02:06 lathiat

So, this is still happening to me. I've set allow-interfaces=enp5s0 in avahi-daemon.conf as suggested here, but that didn't help. Still the same log messages as posted above.

strayer avatar Jul 13 '18 08:07 strayer

I tried the allow-interfaces method as well but it's not working. Is there another work-around for this? How about a fix?

@lathiat Any ETA? Many distros are reporting the same bug.

knro avatar Aug 17 '18 15:08 knro

The only workaround for me is a daily restart of avahi-daemon. I'll soon replace this by an automatic restart if the daemon logs the error message, but for now this works for me. Not ideal, but eh… it's just for my homelab and nothing critical.

strayer avatar Aug 18 '18 07:08 strayer

seems like a working work around is

cache-entries-max=0

gramels avatar Nov 27 '18 20:11 gramels

Maybe there just needs to be a configuration option to completely disable conflict checking. Or at least to prevent modification of the host name if a conflict is discovered. I set the host names I want manually. I expect avahi to faithfully announce the hostname that I have configured, not to change it sporadically. The whole point of avahi is so I can connect based on the host name alone. If avahi is changing the host name for any reason whatsoever, this defeats the whole purpose of using avahi.

alexforencich avatar Dec 19 '18 22:12 alexforencich

@gramels that workaround might prevent avahi from discovering a phantom conflict and changing the host name, but it also prevents avahi lookups from working. I cannot perform any lookups via avahi with cache-entries-max set to zero.

alexforencich avatar Dec 19 '18 23:12 alexforencich

This is indeed awful. Are there any plans to fork this project due to the lack of maintenance?

knro avatar Dec 20 '18 05:12 knro

Unfortunately the host-name conflict detection is part of the Multicast DNS spec so any such option would both violate it and just not work well. If another host on the network is actually advertising your hostname trying to connect to it with that hostname will unreliably connect to your machine anyway.

Obviously in this case the bug is such that there is not a real conflict. I did identify the cause for this, I will try and get a fix patched shortly.

lathiat avatar Dec 20 '18 05:12 lathiat

There should still be an option to disable hostname mangling on specific devices. Obviously this would not default to on, but it would prevent devices that are supposed to be accessible with a specific hostname from getting permanently 'bumped'. Perhaps the way to do this would be to continuously retry until the correct name can be announced. Another option would be to use the 'bumped' name, but periodically retry (say, every 60 seconds) the correct name so that if a device does get 'bumped', it will eventually return to its correct name. Again, this can be off by default, but available for devices that are supposed to be accessible with a specific name.

alexforencich avatar Dec 20 '18 05:12 alexforencich

Unplugging ethernet cable from my linux pc triggers this issue. It is Ubuntu 18.04 system with dual ipv4/ipv6 network stack.

satter avatar Dec 21 '18 10:12 satter

Any update on this? This bug is making my life miserable at the moment.

knro avatar Jan 02 '19 08:01 knro

Turning off IPV6 works in my case, CentOS 7.4: IPV6INIT=no use-ipv6 is disabled by default in /etc/avahi/avahi-daemon.conf. Just keep allow-interfaces commented. I'm using avahi-daemon 0.6.31.

yongshengma avatar Mar 07 '19 02:03 yongshengma

I also bumped into this issue randomly out of the blue on my Raspberry Pi running Raspbian Stretch Lite. Is it because I have both the ethernet and the wireless connected to the same network?

Mar 24 18:24:27 raspberrypi systemd[1]: Starting Avahi mDNS/DNS-SD Stack...
Mar 24 18:24:27 raspberrypi avahi-daemon[320]: Found user 'avahi' (UID 108) and group 'avahi' (GID 112).
Mar 24 18:24:27 raspberrypi avahi-daemon[320]: Successfully dropped root privileges.
Mar 24 18:24:27 raspberrypi avahi-daemon[320]: avahi-daemon 0.6.32 starting up.
Mar 24 18:24:27 raspberrypi avahi-daemon[320]: Successfully called chroot().
Mar 24 18:24:27 raspberrypi systemd[1]: Started Avahi mDNS/DNS-SD Stack.
Mar 24 18:24:27 raspberrypi avahi-daemon[320]: Successfully dropped remaining capabilities.
Mar 24 18:24:27 raspberrypi avahi-daemon[320]: No service file found in /etc/avahi/services.
Mar 24 18:24:27 raspberrypi avahi-daemon[320]: Network interface enumeration completed.
Mar 24 18:24:27 raspberrypi avahi-daemon[320]: Server startup complete. Host name is raspberrypi.local. Local service cookie is 3747010316.
Mar 24 18:24:30 raspberrypi avahi-daemon[320]: Joining mDNS multicast group on interface wlan0.IPv6 with address fe80::8632:f18a:a80e:f8ec.
Mar 24 18:24:30 raspberrypi avahi-daemon[320]: New relevant interface wlan0.IPv6 for mDNS.
Mar 24 18:24:30 raspberrypi avahi-daemon[320]: Registering new address record for fe80::8632:f18a:a80e:f8ec on wlan0.*.
Mar 24 18:24:31 raspberrypi avahi-daemon[320]: Joining mDNS multicast group on interface eth0.IPv6 with address fe80::b10d:1e75:f35a:160d.
Mar 24 18:24:31 raspberrypi avahi-daemon[320]: New relevant interface eth0.IPv6 for mDNS.
Mar 24 18:24:31 raspberrypi avahi-daemon[320]: Registering new address record for fe80::b10d:1e75:f35a:160d on eth0.*.
Mar 24 18:24:31 raspberrypi avahi-daemon[320]: Leaving mDNS multicast group on interface wlan0.IPv6 with address fe80::8632:f18a:a80e:f8ec.
Mar 24 18:24:31 raspberrypi avahi-daemon[320]: Joining mDNS multicast group on interface wlan0.IPv6 with address fdaa:bbcc:ddee:0:6928:c176:9743:26f7.
Mar 24 18:24:31 raspberrypi avahi-daemon[320]: Registering new address record for fdaa:bbcc:ddee:0:6928:c176:9743:26f7 on wlan0.*.
Mar 24 18:24:31 raspberrypi avahi-daemon[320]: Withdrawing address record for fe80::8632:f18a:a80e:f8ec on wlan0.
Mar 24 18:24:32 raspberrypi avahi-daemon[320]: Registering new address record for 2a00:23c4:3d97:bb00:9e0b:1b47:bae5:68fd on wlan0.*.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Joining mDNS multicast group on interface eth0.IPv4 with address 192.168.1.64.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: New relevant interface eth0.IPv4 for mDNS.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Registering new address record for 192.168.1.64 on eth0.IPv4.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Leaving mDNS multicast group on interface eth0.IPv6 with address fe80::b10d:1e75:f35a:160d.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Joining mDNS multicast group on interface eth0.IPv6 with address 2a00:23c4:3d97:bb00:89a2:66ce:7d9f:95f4.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Registering new address record for 2a00:23c4:3d97:bb00:89a2:66ce:7d9f:95f4 on eth0.*.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Withdrawing address record for fe80::b10d:1e75:f35a:160d on eth0.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Withdrawing address record for 2a00:23c4:3d97:bb00:9e0b:1b47:bae5:68fd on wlan0.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Withdrawing address record for fdaa:bbcc:ddee:0:6928:c176:9743:26f7 on wlan0.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Withdrawing address record for 192.168.1.64 on eth0.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Host name conflict, retrying with raspberrypi-2
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Registering new address record for 2a00:23c4:3d97:bb00:9e0b:1b47:bae5:68fd on wlan0.*.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Registering new address record for fdaa:bbcc:ddee:0:6928:c176:9743:26f7 on wlan0.*.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Registering new address record for 2a00:23c4:3d97:bb00:89a2:66ce:7d9f:95f4 on eth0.*.
Mar 24 18:24:35 raspberrypi avahi-daemon[320]: Registering new address record for 192.168.1.64 on eth0.IPv4.
Mar 24 18:24:36 raspberrypi avahi-daemon[320]: Registering new address record for fdaa:bbcc:ddee:0:e997:4a66:a53b:1eae on eth0.*.
Mar 24 18:24:37 raspberrypi avahi-daemon[320]: Server startup complete. Host name is raspberrypi-2.local. Local service cookie is 3747010316.
Mar 24 18:24:39 raspberrypi avahi-daemon[320]: Joining mDNS multicast group on interface wlan0.IPv4 with address 192.168.1.73.
Mar 24 18:24:39 raspberrypi avahi-daemon[320]: New relevant interface wlan0.IPv4 for mDNS.
Mar 24 18:24:39 raspberrypi avahi-daemon[320]: Registering new address record for 192.168.1.73 on wlan0.IPv4.

CyberKiller avatar Mar 26 '19 22:03 CyberKiller

I am reproducing it sometimes when there is an avahi reflector on the same network.

I tried all solutions explained here (disable ipv6, cache entries to 0, restrict interfaces), with no success so far.

It looks like the reflector reflects back the original publication. Is that intended?

Bischoff avatar May 03 '19 19:05 Bischoff