Computer ForumsComputers  

Go Back   Computer Forums > PC Technology Zone > Linux, BSD, other *nixes & Open Source Software

Reply
 
LinkBack Thread Tools Display Modes
Old 09-06-2008, 05:06 PM   #1 (permalink)
Junior Techie
 
Join Date: Jun 2006
Posts: 43
Default How Do I set up remoted desktop between 2 linux boxes?

I am Running Fedora 9, and want to be able to access my computer running Knoppix remotely. How Do I do this? I heard of a program called NoMachine NX, but I don't know how to set it up. any Links to tutorials? thank you
__________________
-Filya Baranov
Filya_Baranov is offline   Reply With Quote
Old 09-06-2008, 05:09 PM   #2 (permalink)
call me... tater salad
 
Saxon's Avatar
 
Join Date: Feb 2007
Posts: 3,755
Default Re: How Do I set up remoted desktop between 2 linux boxes?

NoMachine NX - Support: Documents
__________________
8GB DDR2 800, Asus M2N-SLI, AMD 4200+ X2, 500GB SATA + 250 SATA, Asus 8500GTS silent 512mb,
Debian Linux, FreeBSD7, Solaris.

Isaac is coming...

Saxon is online now   Reply With Quote
Old 09-06-2008, 05:15 PM   #3 (permalink)
Junior Techie
 
Join Date: Jun 2006
Posts: 43
Default Re: How Do I set up remoted desktop between 2 linux boxes?

I understand how to install it. But I am talking about how to configure it so I could connect to my PC.
__________________
-Filya Baranov
Filya_Baranov is offline   Reply With Quote
Old 09-06-2008, 05:29 PM   #4 (permalink)
call me... tater salad
 
Saxon's Avatar
 
Join Date: Feb 2007
Posts: 3,755
Default Re: How Do I set up remoted desktop between 2 linux boxes?

Its in the documentation NoMachine NX - Documentation: Configuration
__________________
8GB DDR2 800, Asus M2N-SLI, AMD 4200+ X2, 500GB SATA + 250 SATA, Asus 8500GTS silent 512mb,
Debian Linux, FreeBSD7, Solaris.

Isaac is coming...

Saxon is online now   Reply With Quote
Old 09-14-2008, 12:35 PM   #5 (permalink)
Monster Techie
 
Join Date: Sep 2005
Posts: 1,075
Send a message via AIM to Jayce
Default Re: How Do I set up remoted desktop between 2 linux boxes?

wouldn't rdesktop work?

in command line just type rdesktop 192.168.ipof.knoppixmachine

I don't know if you need to install it, though. I don't recall installing it on my Ubuntu machine.
Jayce is offline   Reply With Quote
Old 09-14-2008, 01:01 PM   #6 (permalink)
True Techie
 
Join Date: Aug 2007
Location: Portugal
Posts: 174
Default Re: How Do I set up remoted desktop between 2 linux boxes?

You also have vnc. It works very well, both on windows and linux machines.
farinha is offline   Reply With Quote
Old 09-16-2008, 10:38 PM   #7 (permalink)
Junior Techie
 
Join Date: Aug 2008
Posts: 40
Default Re: How Do I set up remoted desktop between 2 linux boxes?

As far as nomachine goes, just install the server and the required files on the host machine, and just download and install the client on the machine you wish to connect to the server.

Just enter the ip address, username and password, and nomachine takes care of the rest.

It works the same way if you're connecting from a windows box to a linux box or vice versa.
AngeloR is offline   Reply With Quote
Old 10-03-2008, 01:31 AM   #8 (permalink)
Newb Techie
 
Join Date: Oct 2008
Posts: 5
Default Re: How Do I set up remoted desktop between 2 linux boxes?

you need absolutely ZERO external programs.

The XServer was designed to be remotely usable.
Actually the connection you have to your own xserver is done through tcp/ip so it practically makes no difference at all if your screen is at your basement, your mouse in timbuktu and the keyboard on the himalayas as long as they have internet connection.

You can actually start remotely the entire kde/gnome whatever you want remotely by just telneting to your machine and starting xwindows with a DISPLAY variable setup to your current local linux box (which has a configure .xhost to accept x connections from your remote pc) like "startx -DISPLAY:your.current.local.ip."

But, for obvious performance reasons we never do that. We simply start X at the local machine and then fire up applications from the remote machine with the display variable aswell (you could just set the enviroment variable "DISPLAY" the the ip so you don't have to retype it).

So, in simple form:
You are on pc B (IP B.B.B.B)at work and you have xwindows running and want to to startup an app from your pc at home named A (IP A.A.A.A) and use it's interface on the screen of your pc B.
Assuming you have telnet or rsh or prefferably ssh running on A.

1) Add A.A.A.A to the allowed list for your xserver. If I remember correctly it's "xhost +A.A.A.A". Read "manpage xhost" to be sure.

Then telnet/ssh to machine A and after logging in simply type:
#/some/path/to/Xapp-executable -DISPLAY:B.B.B.B

That's it.

If box B is windows you can either use one of the proprietary (and unneccessary) Xservers for windows or try cygwin (which is best since it's actually Xwindows compiled for windows).

A problem that may appear is the speed. If I remember correctly Xserver is not famed for it's compression of the data it transmit, but that's meh for simple stuff.
I still remember when all the uni pc's where filtered for "badboy" sites and the only thing you had to do was remotely start mozilla from the central server so I could browse all the furry porn I wanted.
nonickch is offline   Reply With Quote
Old 10-05-2008, 12:31 AM   #9 (permalink)
Monster Techie
 
Join Date: Nov 2006
Location: Illinois, USA
Posts: 1,328
Default Re: How Do I set up remoted desktop between 2 linux boxes?

I'd just use VNC if I were you, it's well accepted, easy to set up, and easy to access from the client end. I run a VNC server on my home desktop, my college desktop, and my old laptop (also at college, in my desk drawer). I'd run one on my main laptop, but since it's my primary PC, I change OS'es often and it's sometimes off. You can configure VNC for a LAN or Internet use, have a password to access systems, and even transfer files (some VNC servers/clients support file transfer, but not all do, and some transfer differently). It allows you to remote-control your PC, see your remote desktop, and access remote files. If your VNC client doesn't support file transfer, you can use the remote control function to set up a shared folder or FTP share on the remote PC and then access locally on your local PC.

I use VNC to check up on my home PC (FTP and HTTP server as well), view my home PC's webcam, and even run programs (ahem, Mr Torrence isn't allowed to enter my college, though he's always welcome at home, I can FTP stuff from home to school easily though).
__________________

CalcProgrammer1 is offline   Reply With Quote
Old 10-06-2008, 10:01 AM   #10 (permalink)
Monster Techie
 
Join Date: Sep 2005
Posts: 1,075
Send a message via AIM to Jayce
Default Re: How Do I set up remoted desktop between 2 linux boxes?

VNC easily usable between XP-to-Ubuntu + Ubuntu-to-XP?
Jayce is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Useful list of Linux websites. tribalsun Linux, BSD, other *nixes & Open Source Software 33 11-30-2008 12:35 AM
Intel Readies Desktop Penryn Models maroon1 Building, Buying, or Upgrading High Performance PC Systems 2 08-30-2007 01:50 PM
Want to make the move to Linux for good...advice? BoysNightOut Linux, BSD, other *nixes & Open Source Software 25 05-16-2007 11:40 AM
Dell to finally ship PCs with Linux Osiris Linux, BSD, other *nixes & Open Source Software 7 05-13-2007 04:54 AM
Google Desktop Goes Mac Osiris Apple, Mac OS , and Power PC 1 04-06-2007 01:18 PM


All times are GMT -5. The time now is 10:21 PM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0