STEPS TO REPRODUCE 1. Run KDE-Connect 2. run following command in the console sudo netstat -tunelp | grep -i kdeconnect OBSERVED RESULT tcp6 0 0 :::1716 :::* LISTEN 1000 34360 2260/kdeconnectd udp6 0 0 :::1716 :::* 1000 34359 2260/kdeconnectd Please notice, that required port is only open for ipv6. EXPECTED RESULT Open ports for both ipv4 and ipv6 or ability to change this behaviour. SOFTWARE/OS VERSIONS Linux/KDE Plasma: KUbuntu 22.04.1 LTS KDE Plasma Version: 5.24.7 KDE Frameworks Version: 5.92.0 Qt Version: 5.15.3 ADDITIONAL INFORMATION
KDE Connect version: 21.12.3 ( which is latest available in kubuntu repository, but not available in the list to choose from )
I'm observing the same. Also running Kubuntu 22.04.1 LTS kde-connect version is 21.12.3-0ubuntu1
Running netcat from another machine shows connectivity using IPv4. It's not clear why my phone won't connect and why netstat shows that's only listening to IPv6 ports
Does your current connection have any IPv4 address configured? Maybe your DHCP server only assigns an IPv6 address to your connection...
Issue has resolved itself on my machine.
(In reply to Vlad Adamenko from comment #0) > OBSERVED RESULT > tcp6 0 0 :::1716 :::* LISTEN 1000 34360 2260/kdeconnectd > udp6 0 0 :::1716 :::* 1000 34359 2260/kdeconnectd Maybe... https://bugs.kde.org/show_bug.cgi?id=417615#c3
Yes indeed, i can connect to the port with nc from the same PC, from other PC in a different subnet, and from Phone. It's still doesn't explain, why kdeconnect on the phone cannot discover PC, but now, it's different story. We can close this one.
(In reply to Vlad Adamenko from comment #7) > We can close this one. Will do, I've set it as "not a bug". Hope that's OK.