View previous topic :: View next topic |
Author |
Message |
laborde n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
![](images/avatars/10506980934088a458b0594.gif)
Joined: 23 Apr 2004 Posts: 3
|
Posted: Fri Apr 23, 2004 5:03 am Post subject: Remote access to my Lunix box from XP (yea yea, i know!) |
|
|
Yes I know... but I host my web on a linux box and do not have a monitor plugged in. My daily home PC is XP .
How do you install a VNC like program on that box? I have read it does not work.
Thanks in advance! |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
iswm Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
![](images/avatars/21377351414080976855e76.gif)
Joined: 10 Jan 2004 Posts: 139 Location: Tucson, AZ
|
Posted: Fri Apr 23, 2004 5:06 am Post subject: |
|
|
Run SSH on the Linux box, and use PuTTY on the Windows box to access it. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Nossie Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/203815782640771f64e9eab.jpg)
Joined: 19 Apr 2002 Posts: 181
|
Posted: Fri Apr 23, 2004 6:59 am Post subject: |
|
|
If you just want to be able to log into a shell on the linux box, use ssh.
If you want to export a X display... well I don't have any experience with that, but it should be possible...
Not much help, I know ![Sad :(](images/smiles/icon_sad.gif) |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
dvc5 Guru
![Guru Guru](/images/ranks/rank_rect_3.gif)
![](images/avatars/15114199553fd22474768a4.gif)
Joined: 06 Dec 2003 Posts: 433 Location: Sunnyvale, California
|
Posted: Fri Apr 23, 2004 7:31 am Post subject: |
|
|
VNC should work quite nicely on a linux box. If not, you can always enable X forwarding in ssh (check /etc/ssh/sshd_config) and use a program like cygwin on your windows machine. Once you have cygwin installed (assuming you chose all packages during the install), you can just type "startx" in the cygwin shell and login to your linux box from one of the terminals that appears.
Code: | ssh -X username@host |
_________________ #define NULL rand() /*heh heh heh */
Green Is Good |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
skyfw n00b
![n00b n00b](/images/ranks/rank_rect_0.gif)
Joined: 13 Feb 2004 Posts: 7
|
Posted: Fri Apr 23, 2004 11:59 pm Post subject: |
|
|
Code: |
emerge -s vnc
emerge -pv <whatever the search gave you>
emerge -v <same as above>
|
I'm not in Linux right now, but I think it's the TightVNC package. Then just add vncserver to rc-update and your VNC server will start up on boot.
Just grab either RealVNC or TightVNC ( or pretty much any other VNC client ) for your XP box.
Also if you want to do the X over SSH method, there is a X-win32 client that can connect to X servers in windows, but I think it requires a license. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Twink Apprentice
![Apprentice Apprentice](/images/ranks/rank_rect_2.gif)
![](images/avatars/15523925833f1f323a88b20.gif)
Joined: 06 Dec 2002 Posts: 178 Location: New Zealand
|
Posted: Sat Apr 24, 2004 2:03 am Post subject: |
|
|
installing cygwin on your windows box gives you alot of linux utils (ls, ssh, grep) and it even comes with xfree, which you can run, then ssh into your linux box and forward all applications to run on your display instead. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|