/etc/openvpn
.conf if you want to use /etc/init.d/openvpn script to run openvpn on Linux
client.ovpn on one client as
...
proto tcp
;proto udp
...
...
remote kabru.eecs.umich.edu 1194
remote localhost 1194
;remote my-server-2 1194
...
putty or any other ssh client supporting ssh tunneling
# ssh -v -g -C -N -2 -L 1194:localhost:1194 uniqname@kabru.eecs.umich.edu
% ssh -v -g -C -N -2 -L 3389:numeric.ip.of.vm:3389 your_id@kabru.eecs.umich.edu
% ssh -v -g -C -N -2 -L 3390:numeric.ip.of.vm:3389 your_id@kabru.eecs.umich.edu