Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Remote access to my Lunix box from XP (yea yea, i know!)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Networking & Security
View previous topic :: View next topic  
Author Message
laborde
n00b
n00b


Joined: 23 Apr 2004
Posts: 3

PostPosted: Fri Apr 23, 2004 5:03 am    Post subject: Remote access to my Lunix box from XP (yea yea, i know!) Reply with quote

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 :roll: .

How do you install a VNC like program on that box? I have read it does not work.

Thanks in advance!
Back to top
View user's profile Send private message
iswm
Tux's lil' helper
Tux's lil' helper


Joined: 10 Jan 2004
Posts: 139
Location: Tucson, AZ

PostPosted: Fri Apr 23, 2004 5:06 am    Post subject: Reply with quote

Run SSH on the Linux box, and use PuTTY on the Windows box to access it.
Back to top
View user's profile Send private message
Nossie
Apprentice
Apprentice


Joined: 19 Apr 2002
Posts: 181

PostPosted: Fri Apr 23, 2004 6:59 am    Post subject: Reply with quote

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 :(
Back to top
View user's profile Send private message
dvc5
Guru
Guru


Joined: 06 Dec 2003
Posts: 433
Location: Sunnyvale, California

PostPosted: Fri Apr 23, 2004 7:31 am    Post subject: Reply with quote

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. :D
Code:
ssh -X username@host

_________________
#define NULL rand() /*heh heh heh */

Green Is Good
Back to top
View user's profile Send private message
skyfw
n00b
n00b


Joined: 13 Feb 2004
Posts: 7

PostPosted: Fri Apr 23, 2004 11:59 pm    Post subject: Reply with quote

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
View user's profile Send private message
Twink
Apprentice
Apprentice


Joined: 06 Dec 2002
Posts: 178
Location: New Zealand

PostPosted: Sat Apr 24, 2004 2:03 am    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Networking & Security All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum