> The ability to shadow sessions on different LTS networks over a WAN link.  For
> example, say I have 5 LTS networks located in different cities... I would like
> to be able to shadow sessions in our local office *and/or* in remote
> offices...
> 
> Is this gonna require additional coding, or is it capable now?
> 


*** You can do so now. Simply supply the ip-address of the workstation
(assuming x0rfbserver is running on it). If the workstation uses a private
non-routable ip then tunnel the session via SSH to the ltsp server (or use
IP-SEC tunnels) either way encryption gives pretty good security. The way
I do it over a WAN is use SSH tunnelling. So suppose you have a
workstation on private ip: 192.168.0.10. The LTSP server has a public ip
of: 200.200.200.1 (it also has a private ip of course). Then using SSH you
would:

ssh -L 5900:192.168.0.10:5900 -X -C -l <username> 200.200.200.1

<username> is ANY valid user you can log into on the LTSP server.

Then on YOUR workstation (from where you issued the SSH command). You
would open another xterm window then type:

xrfbviewer 127.0.0.1:0
(or use vncviewer if you prefer).

It looks like you are trying to connect to an x0rfbserver on your machine
(ie localhost), but actually the connection is tunnelled over to the LTSP
machine which ends up at 192.168.0.10 (with the -L 5900:192.168.0.10:5900
option of SSH).










> Doing it via an email with a link (app?), this should be possible, as long as
> the firewalls are set up properly, no?
> 
> Thanks
> 
> Charles
> 
> 
> _______________________________________________________________
> 
> Don't miss the 2002 Sprint PCS Application Developer's Conference
> August 25-28 in Las Vegas - 
>http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink
> 
> _____________________________________________________________________
> 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.openprojects.net
> 


_______________________________________________________________

Don't miss the 2002 Sprint PCS Application Developer's Conference
August 25-28 in Las Vegas - 
http://devcon.sprintpcs.com/adp/index.cfm?source=osdntextlink

_____________________________________________________________________
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.openprojects.net

Reply via email to