Operating System - Linux
1820260 Members
2776 Online
109622 Solutions
New Discussion юеВ

How to see the local console of the remote linux machine

 
Thomas Varghese_1
Occasional Contributor

How to see the local console of the remote linux machine

I have been using Windows Netmeeting for connecting to a remote windows computer and see the local console of that machine.

Recently I switched to RH Linux and I tried VNC for similar kind of remote connectivity. But with VNC, I can't get the local console of the remote machine because while connecting through VNCVIWER, I can connect only to a different displaynumber. Like if the local console is at hostname:0 [hostname:displaynumber], while connecting through vncclient I can connect only to hostname:1 or above.

Is there anyway I can see the local console of the remote linux machine using vnc or some other software/method so that the person sitting infront of the remote machine's monitor and myself can get the same console.

Thanks in advance

Thomas
7 REPLIES 7
Steven E. Protter
Exalted Contributor

Re: How to see the local console of the remote linux machine

Thats a security feature on the Linux machine itself. Getting console privledges is considered a security hazard and Red Hat by default doesn't allow remote console.

You can set up linuxconf to run in a browser on port 98, but thats not what you want. Looking for an answer for you.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
Jerome Henry
Honored Contributor

Re: How to see the local console of the remote linux machine

It works well of course if your VNC server is running its shell under X, which is whar we turned to here. Have them log in with X, and there open a shell.

J
You can lean only on what resists you...
Balaji N
Honored Contributor

Re: How to see the local console of the remote linux machine

are u talking of just console.

then why not just start a script(man 1 script) window on your server and you do a tail of it and view what the other guy is doing.

but this is not a good option if the other guy uses stuff like vi, etc for editing. ur tail will be garbled.

if it is just the commands and outputs, this is one of the best.

-balaji
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Thomas Varghese_1
Occasional Contributor

Re: How to see the local console of the remote linux machine

I would like to see the graphical console display "hostname:0" from a remote location.

thanks and regards
Thomas
Balaji N
Honored Contributor

Re: How to see the local console of the remote linux machine

why is not vnc working ?

any specific issues?
Its Always Important To Know, What People Think Of You. Then, Of Course, You Surprise Them By Giving More.
Andrew Cowan
Honored Contributor

Re: How to see the local console of the remote linux machine

Hi Thomas,

If you configure "syslog" to send all console alerts to a file, then you actually don't have that much need to get to the physical console.
To be secure you should always login with your own user (preferably using SSH) then "su" to root.

The other way to acheive display :0 is to login via text display, "su" to root, then set the $DISPLAY to the IP address of your remote pc, then push the display to your pc using "startx".

Andrew
Dave Falloon
Trusted Contributor

Re: How to see the local console of the remote linux machine

A few months ago I was asked to find a program that would allow our sales people to demo software to potential customers in Taiwan/Japan/India/etc. I wanted to use VNC but VNC does not handle 10 people viewing the same desktop very well. I searched around and found a program called Spacecruiser from oridus software. It has worked fairly well for us although it is proprietary and kind of pricey. That said it is a useful alternative if you do not like running VNC. It runs like any other X app, a little window opens up with some controls. You would have to configure it to immediately give you control over the users desktop, but that is pretty easy to do its an option in the menu.

Try it out, I am sure you can get an eval copy from their sales people.

I hope that helps,

Dave
Clothes make the man, Naked people have little to no effect on society