Installation (KVM)

From vwiki
Revision as of 09:28, 14 February 2018 by Sstrutt (talk | contribs) (WIP)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Prerequisites

This guide assumes you have a working Ubuntu Server with one physical NIC that will used for networking to the host server, and also for a bridged network for guest virtual machines.

Ensure your server has CPU's that support hardware virtualisation, you should get one output of flags per CPU (which will include either svm or vmx)

 egrep '(vmx|svm)' /proc/cpuinfo

Installation

Install using the following command

apt-get install qemu-kvm libvirt-bin virtinst bridge-utils cpu-checker

Networking