Remote Desktop Viewer

General support questions
alexus
Posts: 19
Joined: 2014/10/31 16:17:07

Remote Desktop Viewer

Post by alexus » 2014/10/31 16:24:19

I'm trying to use "Remote Desktop Viewer" to connect to remote server.
I opened "Remote Desktop Viewer", switched "Protocol" to "RDP" then entered my "Host" and my "Username" and clicked "Connect".

Code: Select all

gnome-session: Password: connected to uftwfbkpsvr02:3389
gnome-session: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
gnome-session: @           WARNING: CERTIFICATE NAME MISMATCH!           @
gnome-session: @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
gnome-session: The hostname used for this connection (XXXXX)
gnome-session: does not match the name given in the certificate:
gnome-session: XXXXX
gnome-session: A valid certificate for the wrong name should NOT be trusted!
gnome-session: Certificate details:
gnome-session: Subject: CN = XXXXX
gnome-session: Issuer: CN = XXXXX
gnome-session: Thumbprint: 53:7b:c6:f6:b9:60:65:67:44:ea:06:56:c8:63:5b:a0:a1:6c:de
gnome-session: The above X.509 certificate could not be verified, possibly because you do not have the CA certificate in your certificate store, or the certificate has expired. Please look at the documentation on how to create local certificate store for a private CA.
gnome-session: Do you trust the above certificate? (Y/N)
gnome-session: Error: Could not read answer from stdin.
gnome-session: SSL_write: Failure in SSL library (protocol error?)
gnome-session: Authentication failure, check credentials.
gnome-session: If credentials are valid, the NTLMSSP implementation may be to blame.
What am I missing? What am I doing wrong?
Please advise.
Thank you!

User avatar
igorek24
Posts: 90
Joined: 2013/11/13 06:11:37

Re: Remote Desktop Viewer

Post by igorek24 » 2014/10/31 17:29:51

Why don't you use Remmina?

Code: Select all

yum –y install remmina remmina-plugin-rdp
and if you need VNC

Code: Select all

yum –y install remmina-plugin-vnc
or install remmin with all plugins RDP, VNC, NX, XDMCP and SSH

Code: Select all

yum –y install remmina remmina-plugin-*

alexus
Posts: 19
Joined: 2014/10/31 16:17:07

Re: Remote Desktop Viewer

Post by alexus » 2014/10/31 18:35:26

igorek24 wrote:Why don't you use Remmina?

Code: Select all

yum –y install remmina remmina-plugin-rdp
and if you need VNC

Code: Select all

yum –y install remmina-plugin-vnc
or install remmin with all plugins RDP, VNC, NX, XDMCP and SSH

Code: Select all

yum –y install remmina remmina-plugin-*
Why can't I use "Remote Desktop Viewer" instead?

Code: Select all

[alexus@wcmisdlin02 ~]$ sudo yum install remmina remmina-plugin-rdp
[sudo] password for alexus: 
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.atlanticmetro.net
 * extras: mirrors.lga7.us.voxel.net
 * updates: mirrors.lga7.us.voxel.net
No package remmina available.
No package remmina-plugin-rdp available.
Error: Nothing to do
[alexus@wcmisdlin02 ~]$
"remmina" is part of which repo?

User avatar
igorek24
Posts: 90
Joined: 2013/11/13 06:11:37

Re: Remote Desktop Viewer

Post by igorek24 » 2014/10/31 21:02:16

Remmina is in nux-dextop repo. I couldn't connect to anything with "Remote Desktop Viewer" but Remmina is bullet proved, at least for me. Another option that I like, would be freerdp but its all trrminal

Exemple:

Code: Select all

xfreerdp -z --disable-wallpaper -u MyUsername -a 32 -g 1152x864  192.168.1.100
Image
Image
Image

Hope this helps.

jimj
Posts: 93
Joined: 2014/10/01 05:34:57

Re: Remote Desktop Viewer

Post by jimj » 2014/11/04 05:44:11

alexus wrote:I'm trying to use "Remote Desktop Viewer" to connect to remote server.
I opened "Remote Desktop Viewer", switched "Protocol" to "RDP" then entered my "Host" and my "Username" and clicked "Connect".
What am I missing? What am I doing wrong?
Please advise.
Thank you!
To expand on igorek24's xfreerdp answer:
  • "Applications->Utilities->Remote Desktop Viewer" really runs "vinagre"
  • vinagre may not work to connect to a Windows box because it doesn't show a certificate warning to you, it just dies silently. As you've seen you can view the error by running vinagre from the command line, but it doesn't let you answer the cert warning question.
  • vinagre is actually just acting as a frontend to the xfreerdp client. If you run xfreerdp from the command line you can answer the cert warning and connect.

alexus
Posts: 19
Joined: 2014/10/31 16:17:07

Re: Remote Desktop Viewer

Post by alexus » 2014/12/03 16:28:14

Nux's version of Remmina - The GTK+ Remote Desktop Client is very old and has the problems, that have been fixed months ago with Remmina 1.1.X or Remmina 1.2.X.

Code: Select all

[alexus@wcmisdlin02 ~]$ rpm -qa | grep ^remmina
remmina-1.0.0-8.el7.nux.x86_64
remmina-plugins-rdp-1.0.0-8.el7.nux.x86_64
[alexus@wcmisdlin02 ~]$ cat /etc/redhat-release 
CentOS Linux release 7.0.1406 (Core) 
[alexus@wcmisdlin02 ~]$ 
Anyone tried following? Compile on Fedora 20 · FreeRDP/Remmina Wiki.

User avatar
Nux
Posts: 37
Joined: 2013/11/08 12:37:05
Location: Delta Quadrant

Re: Remote Desktop Viewer

Post by Nux » 2014/12/03 19:10:05

Remmina doesn't have enough problems for someone to drop me a line requesting updates. :-)

I'll see what I can do.

Later edit: newer remmina requires newer freerdp, newer freerdp requires overwriting Base, no can do. Remmina 1.0 works reasonably well in my experience though.
--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

alexus
Posts: 19
Joined: 2014/10/31 16:17:07

Re: Remote Desktop Viewer

Post by alexus » 2014/12/03 19:34:34

Nux wrote:Remmina doesn't have enough problems for someone to drop me a line requesting updates. :-)

I'll see what I can do.

Later edit: newer remmina requires newer freerdp, newer freerdp requires overwriting Base, no can do. Remmina 1.0 works reasonably well in my experience though.
au contraire mon frère Help -> About = 0.9.99.1 not even 1.0

I have to click on "Resize the window to fit remote resolution" to see my RDP session. · Issue #387 · FreeRDP/Remmina

Code: Select all

[alexus@wcmisdlin02 ~]$ rpm -q freerdp
freerdp-1.0.2-5.el7.x86_64
[alexus@wcmisdlin02 ~]$ 
I'm sure a lot of users would LOVE to get newer version of Remmina (The GTK+ Remote Desktop Client).

User avatar
Nux
Posts: 37
Joined: 2013/11/08 12:37:05
Location: Delta Quadrant

Re: Remote Desktop Viewer

Post by Nux » 2014/12/05 19:41:28

Ok, mon frere, try this out and let me know if it helps (zero testing done):
http://li.nux.ro/download/nux/tmp/remmina-el7/
--
Sent from the Delta quadrant using Borg technology!

Nux!
www.nux.ro

alexus
Posts: 19
Joined: 2014/10/31 16:17:07

Re: Remote Desktop Viewer

Post by alexus » 2014/12/08 15:53:10

Nux wrote:Ok, mon frere, try this out and let me know if it helps (zero testing done):
http://li.nux.ro/download/nux/tmp/remmina-el7/
I'm unable to do update:

Code: Select all

[root@wcmisdlin02 ~]# tail -6 /etc/yum.repos.d/nux-dextop.repo 
[nux-dextop-tmp]
name=Nux.Ro RPMs for general desktop use - temp
baseurl=http://li.nux.ro/download/nux/tmp/remmina-el7/
enable=0
gpgcheck=1
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-nux.ro
[root@wcmisdlin02 ~]# yum --enablerepo=nux-dextop-tmp update remmina remmina-plugins-rdp
Loaded plugins: fastestmirror, langpacks
Loading mirror speeds from cached hostfile
 * base: mirror.solarvps.com
 * epel: epel.mirror.constant.com
 * extras: mirrors.advancedhosters.com
 * updates: mirror.web-ster.com
Resolving Dependencies
--> Running transaction check
---> Package remmina.x86_64 0:1.0.0-8.el7.nux will be updated
---> Package remmina.x86_64 0:1.1.1-2.git.efb7b5f.el7.nux will be an update
--> Processing Dependency: libappindicator3.so.1()(64bit) for package: remmina-1.1.1-2.git.efb7b5f.el7.nux.x86_64
---> Package remmina-plugins-rdp.x86_64 0:1.0.0-8.el7.nux will be updated
---> Package remmina-plugins-rdp.x86_64 0:1.1.1-2.git.efb7b5f.el7.nux will be an update
--> Processing Dependency: libfreerdp-rail.so.1.2()(64bit) for package: remmina-plugins-rdp-1.1.1-2.git.efb7b5f.el7.nux.x86_64
--> Processing Dependency: libfreerdp-locale.so.1.2()(64bit) for package: remmina-plugins-rdp-1.1.1-2.git.efb7b5f.el7.nux.x86_64
--> Processing Dependency: libfreerdp-gdi.so.1.2()(64bit) for package: remmina-plugins-rdp-1.1.1-2.git.efb7b5f.el7.nux.x86_64
--> Processing Dependency: libfreerdp-core.so.1.2()(64bit) for package: remmina-plugins-rdp-1.1.1-2.git.efb7b5f.el7.nux.x86_64
--> Processing Dependency: libfreerdp-codec.so.1.2()(64bit) for package: remmina-plugins-rdp-1.1.1-2.git.efb7b5f.el7.nux.x86_64
--> Processing Dependency: libfreerdp-client.so.1.2()(64bit) for package: remmina-plugins-rdp-1.1.1-2.git.efb7b5f.el7.nux.x86_64
--> Running transaction check
---> Package freerdp-libs.x86_64 0:1.0.2-5.el7 will be updated
--> Processing Dependency: freerdp-libs(x86-64) = 1.0.2-5.el7 for package: freerdp-1.0.2-5.el7.x86_64
--> Processing Dependency: libfreerdp-cache.so.1.0()(64bit) for package: freerdp-1.0.2-5.el7.x86_64
--> Processing Dependency: libfreerdp-channels.so.1.0()(64bit) for package: freerdp-1.0.2-5.el7.x86_64
--> Processing Dependency: libfreerdp-codec.so.1.0()(64bit) for package: freerdp-1.0.2-5.el7.x86_64
--> Processing Dependency: libfreerdp-core.so.1.0()(64bit) for package: freerdp-1.0.2-5.el7.x86_64
--> Processing Dependency: libfreerdp-gdi.so.1.0()(64bit) for package: freerdp-1.0.2-5.el7.x86_64
--> Processing Dependency: libfreerdp-kbd.so.1.0()(64bit) for package: freerdp-1.0.2-5.el7.x86_64
--> Processing Dependency: libfreerdp-rail.so.1.0()(64bit) for package: freerdp-1.0.2-5.el7.x86_64
--> Processing Dependency: libfreerdp-utils.so.1.0()(64bit) for package: freerdp-1.0.2-5.el7.x86_64
---> Package freerdp-libs.x86_64 1:1.2.0-0.2.beta.1.el7.nux will be obsoleting
--> Processing Dependency: libwinpr(x86-64) = 1:1.2.0-0.2.beta.1.el7.nux for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-wtsapi.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-winsock.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-utils.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-thread.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-sysinfo.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-synch.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-sspi.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-smartcard.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-rpc.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-registry.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-pool.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-path.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-nt.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-library.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-io.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-interlocked.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-input.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-heap.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-handle.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-file.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-error.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-environment.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-dsparse.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-crypto.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
--> Processing Dependency: libwinpr-crt.so.1.1()(64bit) for package: 1:freerdp-libs-1.2.0-0.2.beta.1.el7.nux.x86_64
---> Package freerdp-plugins.x86_64 0:1.0.2-5.el7 will be obsoleted
---> Package libappindicator-gtk3.x86_64 0:12.10.0-3.el7.nux will be installed
--> Processing Dependency: libindicator3.so.7()(64bit) for package: libappindicator-gtk3-12.10.0-3.el7.nux.x86_64
--> Processing Dependency: libdbusmenu-gtk3.so.4()(64bit) for package: libappindicator-gtk3-12.10.0-3.el7.nux.x86_64
--> Processing Dependency: libdbusmenu-glib.so.4()(64bit) for package: libappindicator-gtk3-12.10.0-3.el7.nux.x86_64
--> Running transaction check
---> Package freerdp.x86_64 0:1.0.2-5.el7 will be updated
---> Package freerdp.x86_64 1:1.2.0-0.2.beta.1.el7.nux will be an update
---> Package libappindicator-gtk3.x86_64 0:12.10.0-3.el7.nux will be installed
--> Processing Dependency: libdbusmenu-gtk3.so.4()(64bit) for package: libappindicator-gtk3-12.10.0-3.el7.nux.x86_64
--> Processing Dependency: libdbusmenu-glib.so.4()(64bit) for package: libappindicator-gtk3-12.10.0-3.el7.nux.x86_64
---> Package libindicator-gtk3.x86_64 0:12.10.1-2.el7.nux will be installed
---> Package libwinpr.x86_64 1:1.2.0-0.2.beta.1.el7.nux will be installed
--> Finished Dependency Resolution
Error: Package: libappindicator-gtk3-12.10.0-3.el7.nux.x86_64 (nux-dextop-tmp)
           Requires: libdbusmenu-gtk3.so.4()(64bit)
Error: Package: libappindicator-gtk3-12.10.0-3.el7.nux.x86_64 (nux-dextop-tmp)
           Requires: libdbusmenu-glib.so.4()(64bit)
 You could try using --skip-broken to work around the problem
 You could try running: rpm -Va --nofiles --nodigest
[root@wcmisdlin02 ~]# 

Post Reply