| Summary: | device discovery not working in ipv6-only network | ||
|---|---|---|---|
| Product: | [Applications] kdeconnect | Reporter: | Daniel <daniel-other+kdebug> |
| Component: | common | Assignee: | Albert Vaca Cintora <albertvaka> |
| Status: | REPORTED --- | ||
| Severity: | normal | CC: | sandro.jaeckel, thiago |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Arch Linux | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Daniel
2020-10-03 21:02:18 UTC
The correct IPv6 equivalent of IPv4 broadcast is this multicast address: ff02::1%wlan0, where wlan0 is the interface, of which the local devices should be discovered. (In reply to Daniel from comment #1) > The correct IPv6 equivalent of IPv4 broadcast is this multicast address: > ff02::1%wlan0, where wlan0 is the interface, of which the local devices > should be discovered. Do not ever use ff02::1. Get a multicast address for KDE Connect instead. Do you have avahi enabled for ipv6? This is by default not the case because it makes many applications run into timeouts eg. printing which then takes an unnecessarily long amount of time. I just tested this with avahi mdns6 enabled. In `avahi-browse -ar` I see my phone but neither of my two devices can see the other. I am on Plasma 7.4.1. |