Re: [Ltsp-discuss] how-to forward arbitrary ports from client to server?

2011-01-08 Thread Xavier Brochard
Hi Gadi Everything is very clear now, thank you for this great explanation! my best, xavier Le dimanche 9 janvier 2011 00:01:05 Gideon Romm, vous avez écrit : > Xavier, > > rdesktop is simply a command-line rdp client for Linux. The "rdesktop > screen script" in LTSP just makes it easy to run rd

Re: [Ltsp-discuss] how-to forward arbitrary ports from client to server?

2011-01-08 Thread Gideon Romm
Xavier, rdesktop is simply a command-line rdp client for Linux. The "rdesktop screen script" in LTSP just makes it easy to run rdesktop in fullscreen mode instead of LDM. Since rdesktop is already in the chroot and localapps is already enabled by default, you can run "ltsp-localapps rdesktop"

Re: [Ltsp-discuss] how-to forward arbitrary ports from client to server?

2011-01-08 Thread Xavier Brochard
I wasn't clear: I thought that this kind of setup works only if I use a rdesktop screen session on the client. Second point: what if I want to put the virtualized windows on its own network? as resktop work as a local app I will need to setup a route on the server? thanks xavier Le samedi 8

Re: [Ltsp-discuss] how-to forward arbitrary ports from client to server?

2011-01-08 Thread Xavier Brochard
Thank you very much Gadi! I thought rdp wouldn't work because the ltsp client will use linux, and access only one windows app (seamlessly) by rdp. Will it work in this case? xavier Le vendredi 7 janvier 2011 22:15:43 Gideon Romm, vous avez écrit : > Or, much easier: > > Run: > > ltsp-localapp

Re: [Ltsp-discuss] how-to forward arbitrary ports from client to server?

2011-01-07 Thread Gideon Romm
Or, much easier: Run: ltsp-localapps rdesktop -r comport Done. -Gadi On Fri, Jan 7, 2011 at 3:39 PM, Xavier Brochard wrote: > Hello > > I need to forward serial, parallel and usb ports from one ltsp client to a > virtualized Windows system setup on the ltsp server. > > My idea is to forw

[Ltsp-discuss] how-to forward arbitrary ports from client to server?

2011-01-07 Thread Xavier Brochard
Hello I need to forward serial, parallel and usb ports from one ltsp client to a virtualized Windows system setup on the ltsp server. My idea is to forward the ports to a tcp ports, like for a printer device, with the jetpipe ltsp utility. Then, I forward the port to a device in the virtualiz