LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Remote Viewing (https://www.linuxquestions.org/questions/linux-general-1/remote-viewing-365290/)

Mow 09-20-2005 01:12 PM

Remote Viewing
 
Okay here is my problem, I need to have the visual output of one machine come up on another machine across the network. I am unable to use remote tools to do so due to company standards.

I thought I have seen a comman that would do this but am drawing a blank. Here is a summary of what I need:

PC1 running Red Hat processes things and displays a nice graphical output. I need to have PC1 display that graphical output on PC2 that is on the same network but a couple floors away. And I can't use any remote control tools to accomplish this. Is this possible?

kilgoretrout 09-20-2005 03:33 PM

Well, you can't remotely view what is on a distant computer w/o some "remote control tools" unless you are using that term in some unusual way. What exactly do you mean by "remote control tools" ?

cs-cam 09-21-2005 04:22 AM

Do you have physical access to PC1? If so, either at regular intervals using cron or when the specific job is complete, have it take a screenshot using either imagemagick or fbgrab and then cp that to a directory that is available as a network share or run a light http daemon on PC1 to allow PC2 access.

It's the long way around the problem for sure but it'd work in a pinch :)

Mow 09-21-2005 07:06 AM

Quote:

Originally posted by kilgoretrout
Well, you can't remotely view what is on a distant computer w/o some "remote control tools" unless you are using that term in some unusual way. What exactly do you mean by "remote control tools" ?
There was a question in one of the Linux certs that I took that had a command that ported the display to another PC. And I'm forgetting the command (and wording my question poorly).





Quote:

Do you have physical access to PC1? If so, either at regular intervals using cron or when the specific job is complete, have it take a screenshot using either imagemagick or fbgrab and then cp that to a directory that is available as a network share or run a light http daemon on PC1 to allow PC2 access.
Yes and that's a great idea. I'll have to see if that gets us what we need. Thanks. I'd still rather do what I originally asked but like you said your idea will work in a pinch.

kilgoretrout 09-21-2005 11:50 AM

You can get text mode remote access with ssh and type "startx" at the prompt to bring up a gui. SSH on PC1 has to be properly configured to allow this and the port has to be open, usually port 22. The X server on PC1 can also be configured to allow gui remote logins and there are nice tools like TightVNC to give better performance and easier setup for remote gui access.
If you are remembering some command line remote login, you're probably thinking of ssh. If your company has a policy against remote tools, they probably don't want an ssh daemon running on PC1 and port 22 may be closed.


Mow 09-21-2005 12:07 PM

Yeah that is another great idea, but I think I'm really handcuffed. What I may have to do is tell them to buy a proper KVM and do it that way.


All times are GMT -5. The time now is 06:52 PM.