Since we all seem to be working on the same task I thought I might mention what I have discovered thus far. I am working with VNC. I am able to use ssh to go from one W2Kp workstation through the e-smith host and then to the other e-smith host and then pass through to the remote W2Kp workstation by addressing its non-routeable IP. I do this by:
ssh -g -L 5901:windows2:5900 linux2
once this is done the remote e-smith server asks for a password and the connection is complete. I then start the VNC viewer on the remote workstation and nothing happens. The documentation mentions also enabling port 5800. However, I haven't figured out how or what it does. I would assume, and that usually gets me in trouble, that port 5800 is used for the screen echos of the remote workstation. If you have any ideas or observations let me know. If you haven't already looked at the VND site it is located at:
http://www.uk.research.att.com/vnc/index.htmlJerry