Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
yum install qemu-kvm qemu-img libvirt libvirt-python libvirt-client virt-install virt-viewer bridge-utils

Start libvirt:

Code Block
languagebash
systemctl start libvirtd


Networking

We use bridge networking API. Things you need to do is:

...