DRC wrote:
> Unfortunately, no.  If you are only able to set up the connection from
> work, then how did you get the above example to work?  That example
> requires you to be able to SSh into proxy_machine from home.  I could
> understand your need to establish a reverse connection if proxy_machine
> was not allowing SSh.  If that is the case, then you would have to
> manually use ssh with the -L argument to create the tunnels in reverse.
>  For instance:
> 
> 
> Example 2:
> 
> vgl_server: ssh -X -L4242:localhost:4242 proxy_machine
> 
> proxy_machine: ssh -X -L4242:localhost:4242 home
> 
> home: vglclient
> 
> vgl_server: vglrun glxspheres

Actually, now that I think about this further, it wouldn't work, because
you can't create the X11 tunnel in reverse.  However, using TurboVNC, as
I posted in Example 3, should work, and is really a better solution for
WAN use anyhow.


------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
VirtualGL-Users mailing list
VirtualGL-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/virtualgl-users

Reply via email to