Fedora Linux Support Community & Resources Center

Go Back   FedoraForum.org > Fedora 17/18 > Using Fedora
FedoraForum Search

Forgot Password? Join Us!

Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum.

Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old 24th October 2010, 09:16 PM
Palooka Offline
Registered User
 
Join Date: May 2009
Posts: 148
linuxfedorafirefox
Question Remote Control Windows 7 from Fedora?

My daughter is away at university. She has an internet connected Windows 7
PC at home, behind a domestic router. I would like to control her screen
and mouse occasionally (over the Internet) from my Fedora 13/14 box, so as to
help her out with the inevitable Windows issues.

There is no data of a particularly sensitive nature on her PC, and it
would not be a problem if it involved a telephone call in advance on each
occasion, to arrange for her to start the server or whatever.

It's not particularly important whether or not she could view the local
screen while I am controlling the PC.

What is important is performance of screen updates - her connection
(although broadband) can be a bit slow at times.

Can anyone recommend a straightforward and reliable method to do this? I
am quite happy digging through documentation.

I have Googled, and there seem to be many alternative approaches.

Is VNC the way to go (and if so, which one)? Or something else?

Thanks,
Palooka
Reply With Quote
  #2  
Old 24th October 2010, 11:36 PM
John5342 Online
Registered User
 
Join Date: Jan 2008
Location: /dev/darkness
Posts: 103
windows_7chrome
Re: Remote Control Windows 7 from Fedora?

rdesktop is an application that speaks Windows's own native desktop sharing protocol so it only has to be enabled rather than installing stuff. I found it fairly responsive even over dialup when i last used it to log into Windows XP. Unfortunately i am stuck on a Windows machine today but google should tell you how to get started.
__________________
F15 x86_64 - AMD FX60 - 4GB DDR - 4x 1TB RAID0 - 2x 9800GX2
F15 x86_64 - AMD64 X2 3800+ - 1GB DDR - 2x 750GB - 7800GT
OOKernel OS - AG2 GCU - 32TB ARAM - 1TB PRAM - AG1 TCU
Reply With Quote
  #3  
Old 25th October 2010, 12:00 AM
Doug G Offline
Registered User
 
Join Date: Jul 2005
Posts: 640
linuxfedorafirefox
Re: Remote Control Windows 7 from Fedora?

I use tightvnc on windows, and generally have the remote user make the connection, I set my viewer in listen mode and have them attach their vnc server to a listening viewer. That way I only have my own firewall to mess with.
__________________
======
Doug G
======
Reply With Quote
  #4  
Old 25th October 2010, 08:36 PM
Sicinthemind's Avatar
Sicinthemind Offline
Registered User
 
Join Date: May 2009
Location: Tampa, FL, previously Chicago, IL
Posts: 137
windows_98_nt_2000firefox
Re: Remote Control Windows 7 from Fedora?

Quote:
Originally Posted by Palooka View Post
My daughter is away at university. She has an internet connected Windows 7
PC at home, behind a domestic router. I would like to control her screen
and mouse occasionally (over the Internet) from my Fedora 13/14 box, so as to
help her out with the inevitable Windows issues.

There is no data of a particularly sensitive nature on her PC, and it
would not be a problem if it involved a telephone call in advance on each
occasion, to arrange for her to start the server or whatever.

It's not particularly important whether or not she could view the local
screen while I am controlling the PC.

What is important is performance of screen updates - her connection
(although broadband) can be a bit slow at times.

Can anyone recommend a straightforward and reliable method to do this? I
am quite happy digging through documentation.

I have Googled, and there seem to be many alternative approaches.

Is VNC the way to go (and if so, which one)? Or something else?

Thanks,
Palooka
rdesktop... great... everyone should open RDP on their networks to the world. But terminal sessions in Windows 7 cause crashes for some reason. Whenever I RDP to my Windows 7 box... I can't login at the local system... it hangs infinite until I hard cycle the box.

VNC is old... slow... and not even worth it. I've lost respect for VNC's poor unencrypted latency... Even on a LAN it's connection is garbage...

LogMeIn is faster + uses 256AES TLS/SSL communication. Like SSH... good encryption with good compression, fairly good responses. Ok... think of VNC at normal rates... LogMeIn works faster than VNC without disabling wallpaper and user interface goodies, and disabling the display accelerator. Beat that...

Http://www.logmein.com - Install LogMeIn on her computer with a free account and free-license(reduced features)
Since you probably haven't even tried it, use logmein trial of LogMeIn Central which allows you to pre-configure an installation on the web interface. Then send her the link that it provides after you've created your automatic installation wizard. All she needs to do is put her name in the box... run a test installation for yourself so you know what to tell her. This currently only INSTALLS on Mac and Windows but you can manage from Linux using Fire Fox browser. See my SS.
LogMeIn Central allows for IT Departments to work together from Multiple Email logins instead of a single login...

My central trial expired... it's kind of sad now that I can't just deploy with the automated install but I still have free... ANYWHERE access to my systems when I need them. Uses port 443... so it's allowed from ANY network. I can goto a library and manage the servers at work.. It's sweet.

Now you need the Admin password for the system(Central SAVES THEM FOR YOU, single-sign on style, I now have to re-enter them each session)
Two Options

Option 1
Send her a ONE line command to copy and paste into command prompt so you can log in with logmein. She will need to elevate command prompt and runas administrator, by right clicking cmd and run as administrator.
net user yourname P@ssw0rd /add /active:yes & net localgroup administrators yourname /add
Option 2
If not, just ask her for her password if she trusts you enough, then you don't even have to worry about that junk.

Then use yourname with the password. IT will let her know when you connect.

__________________
Steve Kline - RHCSA, MCITP: Server Admin

Last edited by Sicinthemind; 25th October 2010 at 08:57 PM.
Reply With Quote
  #5  
Old 25th October 2010, 08:41 PM
steelaworkn's Avatar
steelaworkn Offline
Registered User
 
Join Date: Dec 2008
Location: Pacific Northwest
Age: 46
Posts: 1,090
linuxfedorafirefox
Re: Remote Control Windows 7 from Fedora?

You could set up Windows in a Virtual Machine and then you would most likely have no problems.
__________________
My setup:

Intel DP35DP MB; Nvidia 440 2 gig Video Card; 8 gigs of ram; Intel Core Duo 2.20 gig; Hp Officejet Pro L7580; LVM F18 64bit using 3 320g HDs and a nice LG 22 in. Monitor.
Reply With Quote
  #6  
Old 25th October 2010, 09:36 PM
Doug G Offline
Registered User
 
Join Date: Jul 2005
Posts: 640
windows_7firefox
Re: Remote Control Windows 7 from Fedora?

I don't think posting a screenshot in a spam post for logmein is very useful. Just sayin..

VNC works very well on properly configured computers and networks.
__________________
======
Doug G
======
Reply With Quote
  #7  
Old 26th October 2010, 02:12 AM
Sicinthemind's Avatar
Sicinthemind Offline
Registered User
 
Join Date: May 2009
Location: Tampa, FL, previously Chicago, IL
Posts: 137
windows_7ie
Re: Remote Control Windows 7 from Fedora?

Quote:
Originally Posted by Doug G View Post
I don't think posting a screenshot in a spam post for logmein is very useful. Just sayin..

VNC works very well on properly configured computers and networks.
Well not many people have heard of LogMeIn and know nothing about it... yet everyone asks how they can access their systems at home using ports that are allowed via firewalls. That's my response, so yes, throw your stone and call it spam but if it helps 300-1000 people who are google searching for tools for remoting linux to Windows... I'm fine with that.

VNC doesn't work very well, it's very slow. I have better I/O responses across 10mbps internet connections than I do from a single 24-port gigabit switch with 3 ports being used with 2x 1m Cat5e cables... Plus it's encrypted traffic, and I don't have to pay for it. Some of the features are cool but for home systems, I don't need to spend $65/year per machine.

Thank you for your criticism, but if it works, I'll share it. I just posted the screen shot to prove it works.
__________________
Steve Kline - RHCSA, MCITP: Server Admin

Last edited by Sicinthemind; 26th October 2010 at 02:15 AM.
Reply With Quote
  #8  
Old 26th October 2010, 11:50 AM
TheIceMan Offline
Registered User
 
Join Date: Jul 2005
Posts: 73
linuxopera
Re: Remote Control Windows 7 from Fedora?

for occasionally connection use TEAMVIEWER which need no configuration and it's portable
it's has a linux client and it's for over routers and NAT as well.
Reply With Quote
  #9  
Old 27th October 2010, 03:57 AM
Doug G Offline
Registered User
 
Join Date: Jul 2005
Posts: 640
windows_7firefox
Re: Remote Control Windows 7 from Fedora?

Logmein is also an excellent remote control package. Last time I checked though there was only a beta command-line client for linux, maybe there is a full release version now, I may try it out again.

I really don't like in-line images in forum posts, as you can tell they bug me
__________________
======
Doug G
======
Reply With Quote
Reply

Tags
control, fedora, remote, windows

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How to configure irDa and remote control on Dell Studio 1535 (Fedora 10) gesser Hardware & Laptops 6 12th September 2010 09:33 PM
Ultimate Linux Remote Control (Wiimote on Fedora) Valent Guides & Solutions (No Questions) 0 20th July 2009 09:26 AM
How to enable remote control on Fedora 8 rccw Using Fedora 2 28th December 2007 07:03 AM
Remote Control Fedora 4 Box peter5898 Using Fedora 2 28th August 2006 01:40 AM


Current GMT-time: 08:43 (Tuesday, 21-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat