KVM

From Blue-IT.org Wiki

Revision as of 13:17, 29 October 2013 by Apos (talk | contribs) (Created page with "== Migration from VirtualBox to KVM == This boils down to # converting the images from vbox to qcow # creating and configuring a new kvm-guest # adding some NAT-fu (see next s...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Migration from VirtualBox to KVM

This boils down to

  1. converting the images from vbox to qcow
  2. creating and configuring a new kvm-guest
  3. adding some NAT-fu (see next section)



Accessing services on KVM guests behind a NAT

I am referring to this article:

which ist mentioned in the libvirt wiki:

I installed the qemu-python script of the first articel under ubuntu 12.04 LTS, which worked like expected.

So I can access a port in the virtualmachine-guest with the IP/Port of the host (!). From within the host, it is possible to reach the