> We'd like the VM to be able to initiate a connection back to our
> server that 
> would give us SSH access to the VM.

If you only need SSH, than it would be much simplier to
use a reverse SSH tunnel. Just share your public-keys or
build your public key in the VM-image and start it with
somthing like:

ssh -R 2048:localhost:22 u...@yourserver.tld &

Now you can connect your VM by connecting to
yourserver on port 2048...

bye, Bastian


------------------------------------------------------------------------------
EMC VNX: the world's simplest storage, starting under $10K
The only unified storage solution that offers unified management 
Up to 160% more powerful than alternatives and 25% more efficient. 
Guaranteed. http://p.sf.net/sfu/emc-vnx-dev2dev
_______________________________________________
Vtun-Users mailing list
Vtun-Users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/vtun-users

Reply via email to