Summary: | The RDP server is only listening for legacy-IP (IPv4) connections | ||
---|---|---|---|
Product: | [Plasma] KRdp | Reporter: | fell |
Component: | general | Assignee: | Unassigned bugs mailing-list <unassigned-bugs> |
Status: | RESOLVED FIXED | ||
Severity: | minor | CC: | 4wy78uwh, ahiemstra, akselmo, fell, nate |
Priority: | NOR | ||
Version: | 6.1.0 | ||
Target Milestone: | --- | ||
Platform: | Arch Linux | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/plasma/krdp/-/commit/67aaa5a7e58eadec456d88feb11343dda22a90a3 | Version Fixed In: | 6.1.3 |
Sentry Crash Report: |
Description
fell
2024-06-21 10:59:23 UTC
Can confirm. KRDP should be listening any incoming connections (0.0.0.0 is used as catchall). Seems this does not extend to ipv6, or something else is failing. Operating System: Fedora Linux 40 KDE Plasma Version: 6.1.80 KDE Frameworks Version: 6.4.0 Qt Version: 6.7.1 Kernel Version: 6.9.5-200.fc40.x86_64 (64-bit) Graphics Platform: Wayland Processors: 12 × AMD Ryzen 5 3600 6-Core Processor Memory: 15.5 GiB of RAM Graphics Processor: AMD Radeon RX 6600 A possibly relevant merge request was started @ https://invent.kde.org/plasma/krdp/-/merge_requests/51 Git commit 5dabf37b5556dd596de2392cd60b6d310ae5ba04 by Arjen Hiemstra. Committed on 10/07/2024 at 09:58. Pushed by ahiemstra into branch 'master'. server: Use QHostAddress::Any if no listening address is set This ensures we listen on both IPv4 and IPv6, instead of using "0.0.0.0" which implies we only listen on IPv4. M +4 -3 server/main.cpp https://invent.kde.org/plasma/krdp/-/commit/5dabf37b5556dd596de2392cd60b6d310ae5ba04 Git commit 67aaa5a7e58eadec456d88feb11343dda22a90a3 by Arjen Hiemstra. Committed on 11/07/2024 at 08:03. Pushed by ahiemstra into branch 'Plasma/6.1'. server: Use QHostAddress::Any if no listening address is set This ensures we listen on both IPv4 and IPv6, instead of using "0.0.0.0" which implies we only listen on IPv4. (cherry picked from commit 5dabf37b5556dd596de2392cd60b6d310ae5ba04) Co-authored-by: Arjen Hiemstra <ahiemstra@heimr.nl> M +4 -3 server/main.cpp https://invent.kde.org/plasma/krdp/-/commit/67aaa5a7e58eadec456d88feb11343dda22a90a3 |