1752578 Members
4355 Online
108788 Solutions
New Discussion юеВ

Virtual Network Connect

 
Arthur Henry
New Member

Virtual Network Connect

I have a dl380 g3 running Linux. I want to remotely access it from my laptop running windows is that possible?
4 REPLIES 4
Alzhy
Honored Contributor

Re: Virtual Network Connect

graphically?
you mean VNC?

On Linux Host:

vncpasswd (set password)
vncserver :99
vncserver -kill :99
cd ~/.vnc
vi xstarup
change last line to :
gnome-session &
vncserver :99


Now on your WIndows or any other Web Browser:

http://yourlinux.dom.com:5899


Hope this helps.
Hakuna Matata.
Arthur Henry
New Member

Re: Virtual Network Connect

graphically? yes
you mean VNC? yes

I need to login into the linux server and export it onto the windows server.


Alzhy
Honored Contributor

Re: Virtual Network Connect

Then the above recipe should work sir.

No need to even install a VNC Viewer on your Widnows machine.
Hakuna Matata.
Arthur Henry
New Member

Re: Virtual Network Connect

Thank You for the quick reponse i will try it.