LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Networking
User Name
Password
Linux - Networking This forum is for any issue related to networks or networking.
Routing, network cards, OSI, etc. Anything is fair game.

Notices


Reply
  Search this Thread
Old 04-14-2012, 05:02 AM   #1
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Rep: Reputation: Disabled
Linux guest RDP into Windows server?


Anyone know if it is possible to use a Linux guest of some sort to connect to a Windows 2008 R2 server gui desktop via RDP?

The Win 2008 server is actually a Hyper-V server hosting a number of Win 7 VMs and I would like to be able access these from other Linux workstations on the network, in fact I wonder if it is possible to RDP directly to the Win 7 VM.

I am suggesting RDP because it is built-in to Windows so should just work from that side without introducing any additional complications. Guessing that the Linux guest would need at least Samba client working to allow it to see the Windows machines on the network.

As an aside, and before someone suggests it, I have given up trying to host the Win 7 machines on a Linux server using QEMU-KVM for the moment because there are just too many not fully working issues at the moment. Will try that again in six months time when there may be more solutions around.

Thanks,
Nick
 
Old 04-14-2012, 05:39 AM   #2
descendant_command
Senior Member
 
Registered: Mar 2012
Posts: 1,876

Rep: Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643Reputation: 643
Quote:
Originally Posted by Nick_C View Post
Anyone know if it is possible to use a Linux guest of some sort to connect to a Windows 2008 R2 server gui desktop via RDP?
Yes, there are plenty of RDP clients - have a search in your package manager.
Quote:
The Win 2008 server is actually a Hyper-V server hosting a number of Win 7 VMs and I would like to be able access these from other Linux workstations on the network, in fact I wonder if it is possible to RDP directly to the Win 7 VM.
VM or real is irrelevant, they are all just another machine on the network.
Quote:
I am suggesting RDP because it is built-in to Windows so should just work from that side without introducing any additional complications. Guessing that the Linux guest would need at least Samba client working to allow it to see the Windows machines on the network.
Only if you are wanting to do smb filesharing with them from your linux box.
Quote:
As an aside, and before someone suggests it, I have given up trying to host the Win 7 machines on a Linux server using QEMU-KVM for the moment because there are just too many not fully working issues at the moment. Will try that again in six months time when there may be more solutions around.

Thanks,
Nick
 
Old 04-14-2012, 08:47 AM   #3
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Original Poster
Rep: Reputation: Disabled
Thanks for the info
 
Old 04-27-2012, 02:30 PM   #4
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Original Poster
Rep: Reputation: Disabled
In this install of openSUSE I notice that it has freeRDP client already installed. Problem is I cannot see how to actually run this, is the freeRDP executable actually called something different?

Nick
 
Old 04-27-2012, 10:16 PM   #5
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
Last I heard, the newest RDP on server 2008 was a different deal/version and I am not sure I totally agree that it can be connected to. Since it is closed source the linux rdp can only connect to some older versions.

I could be wrong on all that too.
 
Old 04-28-2012, 02:04 AM   #6
btmiller
Senior Member
 
Registered: May 2004
Location: In the DC 'burbs
Distribution: Arch, Scientific Linux, Debian, Ubuntu
Posts: 4,290

Rep: Reputation: 378Reputation: 378Reputation: 378Reputation: 378
Ages ago, when I still actually had to use Windows for more than just games , I used a program called rdesktop to connect via RDP. According to their web site, it supports server 2008 R2.
 
Old 04-28-2012, 08:26 AM   #7
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Original Poster
Rep: Reputation: Disabled
Thanks for the info. Just discovered that openSUSE has Reminna RDP client already installed. Works fine connecting by IP number but not by host name.

Nick
 
Old 04-28-2012, 04:24 PM   #8
jamrock
Member
 
Registered: Jan 2003
Location: Kingston, Jamaica
Posts: 444

Rep: Reputation: 41
If you can connect by i.p. address but not by name, you most likely have a name resolution problem. Can you ping the server from your Linux machine by name? Can you ping it by i.p. address?

Have you configured your Linux machine to use a DNS server?
 
Old 04-29-2012, 06:37 AM   #9
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Original Poster
Rep: Reputation: Disabled
Quote:
Originally Posted by jamrock View Post
If you can connect by i.p. address but not by name, you most likely have a name resolution problem. Can you ping the server from your Linux machine by name? Can you ping it by i.p. address?

Have you configured your Linux machine to use a DNS server?
Can ping by IP address but not by name. No specific DNS server configured. I was under the impression that this name resolution was be looked after by NetBIOS, is that not correct?

Nick
 
Old 04-29-2012, 02:38 PM   #10
jefro
Moderator
 
Registered: Mar 2008
Posts: 21,982

Rep: Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625Reputation: 3625
https://www.zulius.com/how-to/resolv...es-from-linux/
 
Old 04-30-2012, 05:20 AM   #11
Nick_C
Member
 
Registered: Jan 2012
Location: London, England, UK
Distribution: CentOS 6, CentOS 7
Posts: 299

Original Poster
Rep: Reputation: Disabled
Fixed thanks
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Trying to setup CentOS 4.8 Server to receive RDP from Windows clients nchokie96 Linux - Newbie 6 01-25-2012 07:53 AM
Server 2008 on Xen - Can RDP from Linux, not from Windows IMNOboist Linux - Virtualization and Cloud 1 08-16-2011 04:22 PM
RDP to Windows XP guest on kvm constantly reconnecting after logon St. Even Linux - Virtualization and Cloud 3 03-29-2011 12:40 AM
Trying to connect to a VirtualBox Windows guest through RDP ErEn Linux - Networking 1 04-03-2010 03:45 PM
RDP - Linux to Windows vonedaddy Linux - Networking 1 10-19-2004 09:14 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Networking

All times are GMT -5. The time now is 05:48 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration