Difficulty: Moderately Challenging
Things You’ll Need:
- Computer with Linux
- Computer with Windows
Step1
Ensure that rdesktop is installed on the Linux machine. Most later variants of Linux and Unix include a build of rdesktop.
Step2
On the Windows PC, browse to the System Properties. This can be done by going to the Start button, selecting Settings, clicking on Control Panel and double-clicking on the System icon.
Step3
Make sure that “Allow users to connect remotely to this computer” is checked under the Remote tab in the window that appears. This will ensure that the remote desktop protocol will respond to request on the machine you want to connect to.
Step4
Set up authorized users on the Windows XP PC by pressing the Select Remote Users button. This will give you a prompt where you can add local users the list of authorized users. Remember that users in the administrators group on the local PC are automatically authorized on the PC.
Step5
Return to the Linux PC.
Step6
Open up the BASH terminal. This can be found at the bar on the bottom of the desktop in the Gnome and KDE interfaces. If you’re operating a non-Gnome or non-KDE variant, search the home menu for "xterm."
Step7
Type the command “rdesktop [IP]”, where [IP] is the IP address of the Windows machine you want to connect to. If you do not know the IP address, go back to the Windows PC, open a command prompt (Start, Run, type "CMD" and press Enter), and type “ipconfig” to find out.
Step8
Enter the credentials of the local machine in the log-in screen that appears.