Rdesktop is widely available and is included in packages for most major distributions, such as Mandrake, Red Hat, and Debian. As always, your best bet is to use your distribution's package manager to find and install rdesktop. You can obtain and install the source code on most any Linux system. Special GUIs are available for rdesktop. For instance, Mandrake offers RFBdrake, which allows you to graphically start rdesktop sessions. RFBdrake lets you connect Linux machines when run in server mode, as well. The rdesktop program is available for free at rdesktop.org. The source package is only about 80 KB, so it makes for a quick download. Once you have rdesktop on your system, you just need to uncompress and install the software. Running the following commands should be enough to get you started: tar xpfz rdesktop-1.1.0.tar.gz
cd rdesktop-1.1.0
./configure
make
make install
This point of the installation is a good time to configure any firewalls that may be in the path of communication. By default, rdesktop will use TCP port 3389 to connect to a Windows machine. You will need to open this port, but limiting access to specific IP addresses or subnets is a good idea. Since this port allows remote access to your server, you'll want to keep it secured. Always make sure that you have rdesktop prompt for a password, especially if the system in question is connected to the Internet.




