Howto Access via ssh a Virtualbox Guest machine

By default, the network connection in VirtualBox is set to NAT (Network Address Translation), that is every packet coming from the Guest machine is modified so that it seems as it has come from the Host machine. In this way it’s easy for the Guest machine to connect to all the rest of the network (the internet included) but nobody can start a connection with the Guest Machine since it’s hidden behind the Host one.

This blog post describes a technique to route incoming connections to VirtualBox guest instances in order to enable for example SSH and sshfs connections

Related posts:

  1. Seamless Windows Applications on Ubuntu Linux Using VirtualBox
  2. How to Mount a Remote Filesystem Using SSH and sshfs
  3. Howto Wiretap – Sniff Network Traffic
  4. Xen Howto: Install Windows
  5. Opening and Forwarding Ports To A VirtualBox-based Guest
  6. Browse Faster Using a Local DNS Cache
  7. Ubuntu Howto: Install Xen
  8. Howto Install Windows XP / Vista on Xen
  9. Howto: Install Windows Vista Fonts in Ubuntu
  10. Installing Xen on Debian Etch 4.0

Popular Related Items »

Leave a Comment