Most of the networks I work on allow (me) ssh connections. This makes for extreemely simple tunneling (if I use the Unix viewer) with the "-via " parameter.
The "-via <viahostname>" parameter tells the vncviewer to start an ssh connection from localhost to <viahostname>, and from there to forward to the normal "host:port" values. This allows for the "host" part to be resolved on the ssh-server.
The end result is soooooo elegant....
To connect to host "Mathew" at my brother's office is as simple as
It would be nice if this option was supported on Ultra.vncviewer -via office.somedomain.com mathew:0
Jerry