<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.10.1">
</HEAD>
<BODY>
Hi,<BR>
<BR>
I always use freenx for remote administration.<BR>
It's far superior to the built in remote desktop and much much faster!<BR>
<BR>
<BR>
See this thread for installation: <A HREF="http://ubuntuforums.org/showthread.php?t=97277&highlight=freenx">http://ubuntuforums.org/showthread.php?t=97277&highlight=freenx</A><BR>
<BR>
Regards,<BR>
<BR>
Roelof.<BR>
<BR>
Thu, 2006-04-13 at 09:48 +0100, Clive Menzies wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Thanks Craig</FONT>
<FONT COLOR="#000000">I've been trying to set up vncserver on Ubuntu for quite a while and</FONT>
<FONT COLOR="#000000">never realised it's there by default ... d'oh</FONT>
<FONT COLOR="#000000">Another little victory on the road to absolute knowledge :)</FONT>
<FONT COLOR="#000000">It was really, annoying being able to support windows users remotely but</FONT>
<FONT COLOR="#000000">not Ubuntu.</FONT>
<FONT COLOR="#000000">Regards</FONT>
<FONT COLOR="#000000">Clive</FONT>
<FONT COLOR="#000000">On (13/04/06 15:32), Craig Hagerman wrote:</FONT>
<FONT COLOR="#000000">> On 4/13/06, Duncan Lithgow <<A HREF="mailto:dlithgow@gmail.com">dlithgow@gmail.com</A>> wrote:</FONT>
<FONT COLOR="#000000">> > I've just about finished setting up a computer with Ubuntu Breezy for</FONT>
<FONT COLOR="#000000">> > some friends. This is the first computer they've had to use, so I'm</FONT>
<FONT COLOR="#000000">> > expecting it'll be hard going for them.</FONT>
<FONT COLOR="#000000">> ></FONT>
<FONT COLOR="#000000">> > I need something I can install so I can log into their machine from</FONT>
<FONT COLOR="#000000">> > mine and do any administrator tasks we can't work out over the phone.</FONT>
<FONT COLOR="#000000">> > Could someone tell me what to use? I'm new to this part of Ubuntu.</FONT>
<FONT COLOR="#000000">> ></FONT>
<FONT COLOR="#000000">> > Duncan</FONT>
<FONT COLOR="#000000">> ></FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> I do this all the time with a machine at my parent's house. I use ssh</FONT>
<FONT COLOR="#000000">> to log in via the command line for most stuff (updating/ upgrading,</FONT>
<FONT COLOR="#000000">> checking log files etc). You just have to make sure that the ssh</FONT>
<FONT COLOR="#000000">> daemon (sshd) is running on the server and any router/ firewall is set</FONT>
<FONT COLOR="#000000">> to allow / forward the relevant port (default 22).</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> If you want to actually see the desktop and manipulate things as if</FONT>
<FONT COLOR="#000000">> you were there turn on the VPN server built into Ubuntu. (I think you</FONT>
<FONT COLOR="#000000">> find it under System > Preferences > Remote Desktop. Click on "allow</FONT>
<FONT COLOR="#000000">> others to view desktop" and "allow others to control desktop". Also</FONT>
<FONT COLOR="#000000">> click "require the user to enter this password" and chose a good</FONT>
<FONT COLOR="#000000">> password for yourself. DON'T click the one about requiring</FONT>
<FONT COLOR="#000000">> confirmation. (This means your friends will have to be sitting at the</FONT>
<FONT COLOR="#000000">> computer and OK your VNC session.)</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> System > Administration > Login Window</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> I use VNCviewer as a client on my mac, and tightVNC as a client on a</FONT>
<FONT COLOR="#000000">> Linux or Windows machine. There WILL BE a lag. You move the mouse and</FONT>
<FONT COLOR="#000000">> it jerks over to where you want it after a short lag. I find it</FONT>
<FONT COLOR="#000000">> acceptable for what I need to do though.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> You can also do something called X11 forwarding, but I think either</FONT>
<FONT COLOR="#000000">> ssh command line or VNC would be easier. With X11forwarding you have</FONT>
<FONT COLOR="#000000">> to edit the ssh config file (mine is at /etc/ssh/sshd_config). Do a</FONT>
<FONT COLOR="#000000">> google search for "X11 Forwarding using ssh" for more information.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> Finally, I would recommend that you install webmin on the computer in</FONT>
<FONT COLOR="#000000">> question. As long as it is running apache this will work very well as </FONT>
<FONT COLOR="#000000">> way to remotely administer the machine. You don't have to use command</FONT>
<FONT COLOR="#000000">> line options as with ssh, and you don't have to deal with the lag (or</FONT>
<FONT COLOR="#000000">> freaking out your friends by taking over the desktop) as with VNC.</FONT>
<FONT COLOR="#000000">> Install and set up apache (or apache2), then install the latest</FONT>
<FONT COLOR="#000000">> version of webmin (<A HREF="http://www.webmin.com">www.webmin.com</A>) and set that up with a good</FONT>
<FONT COLOR="#000000">> password. As another poster mentioend you can get a domain name from</FONT>
<FONT COLOR="#000000">> dyndns.com or another such organization so that you can use a domain</FONT>
<FONT COLOR="#000000">> name for a dynamic IP address.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> Log in to webmin on your friend's machine at</FONT>
<FONT COLOR="#000000">> https://<servername>:10000 Note it is secure - https NOT http) and</FONT>
<FONT COLOR="#000000">> then add in some 3rd party modules relevant to what you want to</FONT>
<FONT COLOR="#000000">> control. Go to Webmin > Webmin Configuration > Webmin Modules. Select,</FONT>
<FONT COLOR="#000000">> then click on little elipse (...) beside "standard modules from</FONT>
<FONT COLOR="#000000">> <A HREF="http://www.webmin.com">www.webmin.com</A>". This pops up a windows with a long list of modules.</FONT>
<FONT COLOR="#000000">> You can read about them at webmin.com if they aren't obvious. You can</FONT>
<FONT COLOR="#000000">> install TONS of modules that allow you to remotely administer almost</FONT>
<FONT COLOR="#000000">> anything via a simple, quick-loading web page.</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> Hope this helps,</FONT>
<FONT COLOR="#000000">> </FONT>
<FONT COLOR="#000000">> Craig</FONT>
<FONT COLOR="#000000">-- </FONT>
<FONT COLOR="#000000"><A HREF="http://www.clivemenzies.co.uk">www.clivemenzies.co.uk</A> ...</FONT>
<FONT COLOR="#000000">...strategies for business</FONT>
</PRE>
</BLOCKQUOTE>
</BODY>
</HTML>