https://bugs.kde.org/show_bug.cgi?id=417615

--- Comment #3 from tagwer...@innerjoin.org ---
For what it's worth, the "IPv6 only" comment above came from a misunderstanding
of the netstat output. If it lists a service listening on "tcp6", it is _also_
listening on IPv4. Confirmation by:

    root@testbox:~# nc -v 127.0.0.1 1716
    Connection to 127.0.0.1 1716 port [tcp/*] succeeded!
    ^C

    root@testbox:~# pkill kdeconnectd

    root@testbox:~# nc -v 127.0.0.1 1716
    nc: connect to 127.0.0.1 port 1716 (tcp) failed: Connection refused

So, the KDE Connect has an open port on both IPv4 and IPv6

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to