About me I've been a computer programmer since I first started typing in program listings on a Commodore Vic 20 when I was about 8. My hobbies include electronics, CNC manufacturing, photography, beer and winemaking.
I live with my wife and lots of left-over parts from unfinished projects in Lincoln, Nebraska, USA.]
Blog
26 June 2008, 14:37 UTCHow to tunnel vmware over ssh
Make sure that vmware works on the local network, and install the vmware
software on the remote machine.
To create the tunnel, run a command like ssh -N -L9021:localhost:902
vmware-server, then enter localhost:9021 in the vmware
"connect to host" dialog. The tunnel will remain available until the ssh
connection is closed.
How to tunnel vmware over ssh
Make sure that vmware works on the local network, and install the vmware software on the remote machine.
To create the tunnel, run a command like ssh -N -L9021:localhost:902 vmware-server, then enter localhost:9021 in the vmware "connect to host" dialog. The tunnel will remain available until the ssh connection is closed.
All older entries
Website Copyright © 2004-2024 Jeff Epler