On Tue, 18 May 2004 11:00:41 -0500, George Patton
<(E-Mail Removed)> wrote:
> I need to move some servers to an unattended location and haven't been
> pleased with the methods for remote administration that have come to
> mind so far:
>
> Solution #1: XDMCP, pcanywhere, vnc, etc.
Does PC Anywhere even have a Linux version? If not, then that won't
work. I wouldn't trust XDMCP over the Internet either.
It kind of sounds like you might think X works like the Windows GUI
where you somehow need to copy the display to the remote station. It is
actually very different. X is a client-server system that inherently
supports what you're trying to do. The X server needs to be running on
the machine you sit in front of but not necessarily on the machine
running the app. All that the remote machine needs is the X libraries
which are a lot "lighter" than the X server itself.
So my first suggestion would be SSH. It gives you an encrypted command
line and you can also run X apps on the remote machine and forward the
display back to your workstation. This is actually a lot easier than it
sounds, just a one-time setup. You will need to run an X server on the
machine you're sitting in front of but there is no need at all for an X
server on the remote machine.
Your Linux distro probably already has SSH included. If you will be
administering from Windows, I'd google for "Cygwin". It provides an
Unix enviornment on top of Windows that includes an X server and SSH.
If you're using Linux or another Unix then all you need to do is install
SSH since you probably have an X server.
FWIW, another possibility would be something like Webmin. That lets you
do many admin tasks using a web browser. Don't forget to use https!
Finally, you really don't need all the "stuff". Just a command line
running over SSH is quite sufficient once you learn the ropes.
> Solution #3: KVM over IP. Problem: I've priced out KVM switches with a
> network interface and they appear to be too expensive ($1500+).
Indeed. That might be the only answer if you want to be able to change
BIOS settings and such. Short of that it is probably overkill.
--
-| Bob Hauck
-| To Whom You Are Speaking
-|
http://www.haucks.org/