Remmina Unable To Connect To Rdp Server Windows 2008 17

109 views
Skip to first unread message

Maryalice Cutcher

unread,
Dec 28, 2023, 6:02:32 AM12/28/23
to tanmayrisma
This happened to me when I copied my remmina configuration (under /.remmina) from one machine to another. Perhaps the remmina versions were different; changing security did not help but deleting and recreating the connection did.
Probably stupid answer, but the problem for me was that I tried connecting through an open Wi-Fi network (unencrypted) and remmina wouldn't allow that. Once I connected to a secure network everything worked as planned again.
remmina unable to connect to rdp server windows 2008 17
I recently upgraded my Ubuntu to 18.04, and now my Remmina cannot connect to a windows server we use at work. Now I am getting a popup about certificates. It asks if I want to accept the certificate, I click OK and then get a message saying unable to connect. I am getting this error on the command line:
I'm using Remmina 1.4.21 and I'm unable to connect to my work laptop that is running Windows 10. I can however log into my work desktop running the same version of Windows just fine, the only difference I believe is that the old desktop has AD authentication, while the newer laptop has AzureAD authentication.
On the remmina end of things, I'm also using OpenFortiGui to set up a vpn connection to the location where I service a bunch of computers. In order to install the vpn client I had to install libssl 1.1 (downloaded from ).
On the server (retrieved through a win10 rdp session to it: An TLS 1.2 connection request was received from a remote client application, but none of the cipher suites supported by the client application are supported by the server. The SSL connection request has failed.
I installed Remmina and freerdp following the wiki, and I have two Windows Server 2008 R2 installs with the remote desktop option "Only allow with Network Authentication" selected in Windows. When connecting the first time I could connect to both servers, but that only lasted one time. Now I can only connect to one of the servers, and the only thing that changed was I went home for the night, and came in the next morning.
What happens is that now I have a notebook connected through VPN in the same network the windows machine I want to connect through RDP. This notebook is a Linux machine with Remmina. Then, after I input the IP of the remote machine, username, and password in my Linux Machine's Remmina, the window comes back and keeps asking username and password. This is the Remmina window that keeps appearing to me:
I have a Raspberry Pi I connect using the VNC client Remmina from Ubuntu 22.04. Recently the realvnc-vnc-server was updated in the Raspberry Pi. Since the update the connection from Remmina to the Pi fails with the following error:
In IBM we use RHEL7 as our workstation Operating system. and use remmina as the RDP client. However we are forced to use Windows KVM machines since Remmina does not support NLA authentication on windows servers . Project security policies are not allowing to disable NLA on the target server. Is there a workaround or a fix available to overcome this challenge and use remmina for accessing windows server s as well ?
Load modules from /nix/store/lgcy2rir2v4ygk9zs9hh4qidyrzw206r-remmina-1.4.30/lib/remmina/plugins
Remmina plugin kwallet (type=Secret) has been registered, but is not yet initialized/activated. The initialization order is 1000.
Remmina plugin glibsecret (type=Secret) has been registered, but is not yet initialized/activated. The initialization order is 2000.
[glibsecret] unable to get secret service: Error calling StartServiceByName for org.freedesktop.secrets: Process org.freedesktop.secrets exited with status 1
imo it would be cleaner to backport this instead of lowering the default security for everyone.
In the next ubuntu version I think the will be an updated remmina, so if we decide to lower the default level in 22.04 with a sru, we must not forget to drop that in kosmic.
The only other applications that uses libfreerdp directly I know of are libguac-client-rdp0 and krdc, but I think they will also adopt as soon as it will be obvious that such a setting is needed for a successful connection to older OSes
t2t-exe some questions:
is the error message exactly the one mentioned here?
what version is the target rdp server (Windows7, Windows 10, Windows Server 2019, ..)?
since you use a new remmina version, what is the tls security level set to?
I can confirm that the remmina-next PPA (currently offering version 1.4.27) provides a TLS Security Level drop down in the Advanced tab and that by choosing the option "0 - Windows 7 compatible" works to connect to a Windows Server 2008 R2 (which does not have ssl3 enabled) from an Ubuntu 22.04.1 client as per:
I've been using Remmina to connect to my RDP server across the internet. When I first connected to the server, I had to accept the certificate. I have not had to do that since the first time I connected.
I have not changed any software configurations or even made any recent updates on either the server or the client device. This is consistent among other client devices that have also been used to connect to this server.
If this had been a man-in-the-middle attack, and I had accepted the cert and logged in, the attacker would then have not only my login credentials, but also have full capturing ability for my session, and any future sessions in which I connect to the intercept server.
Of course, there is the slight chance that I have connected to an intercept server, and the attacker managed to either update the cert on my server between the time I logged-in, and the time I retrieved the server cert. Or perhaps the intercept server edited the graphic data being sent to my client RDP viewer, to match the fingerprint of the intercept server. Though I perceive these to be highly unlikely.
Hi, I got vnc4server running on Jetson Nano. How do I need to change the xstartup file so that I can get the desktop rather than the gray screen? Also, on NoMachine only if a HDMI cable is plugged in the display slot it loads the desktop even without being connected to a monitor.
I have installed Remmina on both desktop and laptop. Not sure what you mean what kine of server am I running on my desktop. I do have the freerdp server installed. I am not sure but maybe I need to install a VPN Connection. Just not sure as all I can find about Remmina is either for Windows or is just plain outdated or gibberish. I only wish to know the proper way to setup a internet connection for remote access between computers using Remmina.
Ensure that both the client (running Remmina) and the VNC server are connected to the network and can communicate with each other.
Also verify that there are no firewall restrictions blocking the VNC connection. Firewall is too often cause of many issues. Unfortunately, there is no universal way to check and confirm this, it will all depend on your OS.
If your VNC server is running Linux, you can check if UFW is running on it by using this command:
Double-check the VNC server settings to ensure they are correctly configured. Verify that the VNC server is running and configured to accept incoming connections.
Sometimes, it could be something funny as using the wrong IP, port or password. Make sure you are using the correct information to make a connection.
Ensure that you are using the latest versions of Remmina and the VNC server software.
Outdated software can have compatibility issues or bugs that can cause connection problems. Update both Remmina and the VNC server software to their latest stable releases.
Sometimes its really that simple while we tend to overcomplicate it and scratch our heads for days.
RDP is widely used for Windows remote connections, but you can also access and interact with the graphical user interface of a remote Linux server by using a tool like xrdp, an open-source implementation of the RDP server.
In this tutorial, you will install and configure an RDP server using xrdp on a Ubuntu 22.04 server and access it using an RDP client from your local machine. You will understand how to establish access to a remote Linux server by configuring and using an RDP connection.
By default, the username and password parameters are set to ask, which means the user will be prompted to enter their username and password to connect over RDP. Parameters, such as name, username, and password, can be modified if necessary. For the initial RDP connection to the server, the default configuration will suffice.
Hi, thanks for this excellent work.is there a way to always send output to remote/client screen?(sometimes sub-windows open on server screen, instead of desired remote screensteps to repeat - VS-code runs on serversI open vscode on remote/client screen, it opens properly on remote screen then using vs-code I open directory, the directory selector screen open on server.
Hi, connection from Windows 10 (using Windows Remote Desktop Connection) to the CentOS 7 server is working.
Now, how to configure audio playing is forwarded to the RDP client? In the client the option is switched on. Is there something to be setup on the server? What exactly?
Now the tricky bit is getting to a remote server to change the certificate that is stopping you from connecting remotely. I got around this by install freerdp-X11 and using a terminal to connect whilst ignoring the certificate errors.
Virtual Network Computing (VNC) enables you to access a remote computer via a graphical desktop, and run remote graphical applications. VNC is platform-independent and accesses the remote machine from any operating system. This chapter describes how to connect to a VNC server with the desktop clients vncviewer and Remmina, and how to operate a VNC server.
A one-time session is initiated by the remote client. It starts a graphical login screen on the server. This way you can choose the user which starts the session and, if supported by the login manager, the desktop environment. When you terminate the client connection to such a VNC session, all applications started within that session will be terminated, too. One-time VNC sessions cannot be shared, but it is possible to have multiple sessions on a single host at the same time.
0aad45d008
Reply all
Reply to author
Forward
0 new messages