> I'm in Jeremie, Haiti setting up a satellite internet connection and
> computer lab at a local school. I'd like to be able to remotely administer
> each of the machines in the lab from the US since there is nobody locally
> to do it. The satellite modem's IP is dynamic, and each of the machines on
> the network is assigned an IP using DHCP from a DLink router. Any ideas on
> how this could be possible? We're using the Personal Desktop install from
> the LTSP 4.2.0 disks. Any help would be much appreciated since we're
> heading back to the states in 2 days.

I don't know of anything ready-made, just some general steps that could
be used.

For a good experience you would probably need to change the setup to
non-static IPs (and use dyndns.org or something similar to overcome the
dynamic IP of the modem).

But to get it working on dynamic, through router etc.: You could rely on
reverse SSH tunnelling. You then need somebody on the inside to initiate
the link (possibly a script that they can run locally when they need
assistance), and a static IP on the other side (US). See "man ssh",
under the -R switch, and do some searching on ssh reverse tunnelling as
well.

So on A (haiti) you run:

ssh -R 22:localhost:2022 -l myusername B_ip

and for as the long as the link is up, you can, sitting at B, do

ssh -p 2022 localhost

...to login via SSH on A.

That gives you shell access. To get graphical access, you then need to
set up some desktop remoting technology over the reverse SSH link -
either NX/FreeNX or VNC (I think VNC is easier to set up).

// Dag Sverre




-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_____________________________________________________________________
Ltsp-discuss mailing list.   To un-subscribe, or change prefs, goto:
      https://lists.sourceforge.net/lists/listinfo/ltsp-discuss
For additional LTSP help,   try #ltsp channel on irc.freenode.net

Reply via email to