On Thu, Mar 16, 2017 at 11:12 PM, <the...@sys-concept.com> wrote: > > So, instead of getting into trouble of making disk-less node I figure it out > my Atom (small box) can access Main server via X2GO. I tested it on my local > network and speed wise it works OK. Buy my computer is much faster than the > Atom. So after upgrade I'll see how it will run. All boxes have gigabit > network cards. >
While this would certainly work, you should also consider using a windows technology like rdp/citrix to connect directly from the client to the VM guest. That might actually give you better performance. It is analogous to running a linux VM in a window and typing into its console, vs running a linux VM headless and using ssh to connect to it. Ssh is probably going to give you a more integrated experience and better performance, because you're not virtualizing a console with minimal support for stuff like the clipboard/etc. -- Rich