windows
windows copied to clipboard
RDP Fedora Linux
Need help connecting thru RDP, I have tried win 10, 7 etc and wont connect. Using KRDC Free-RDS etc . Am I just being stupid, asks for username and password (nul)) then closes
I use Remmina v1.4.35 that I installed with snap on Fedora 37 and it works great with RDP.
I didn't want to open another issue about RDP, but I cannot connect either using Remmina or Gnome Connections. The VNC connection inside the webbrowser works fine.
I created the VM using podman run -it --name windows11 -p 8006:8006 -p 3389:3389/tcp -p 3389:3389/udp --env DISK_SIZE=128G --env RAM_SIZE=6G --env CPU_CORES=3 --device=/dev/kvm --device /dev/net/tun --privileged --stop-timeout 120 dockurr/windows
Connecting to localhost:3389 does not work (user docker
pw empty).
What's your Remmina's version? Have you tried running it with Docker instead of Podman?
I had exactly the same issue: VNC works, RDP (or any other port) does not.
I could solve it by running podman as root: sudo podman ...
sorry for not responding, I'll try again.
I tried again, and now RDP works fine. Maybe there were some SELinux policy updates which fixed it? Just guessing here.
Edit: One mor detail, Remmina works, but Gnome Connections does not, keeps asking for password. I guess it's an RDP client thing.
podman run -it --rm --publish 8006:8006 --publish 3389:3389/tcp --publish 3389:3389/udp --device=/dev/kvm --cap-add NET_ADMIN --stop-timeout 120 dockurr/windows
lsb_release -a
LSB Version: n/a
Distributor ID: openSUSE
Description: openSUSE Tumbleweed
Release: 20240619
Codename: n/a
cat /etc/os-release
NAME="openSUSE Aeon"
# VERSION="20240618"
ID="opensuse-aeon"
ID_LIKE="suse opensuse opensuse-tumbleweed opensuse-microos"
VERSION_ID="20240618"
PRETTY_NAME="openSUSE Aeon"
ANSI_COLOR="0;32"
CPE_NAME="cpe:/o:opensuse:aeon:20240618"
BUG_REPORT_URL="https://bugzilla.opensuse.org"
SUPPORT_URL="https://bugs.opensuse.org"
HOME_URL="https://www.aeondesktop.org/"
DOCUMENTATION_URL="https://en.opensuse.org/Portal:Aeon"
LOGO="distributor-logo-Aeon"