of 3) › Install libvirt and KVM packages. › Edit libvirt’s QEMU configuration file, “/etc/libvirt/ qemu.conf”, as follows to enable libvirt to create tun/tap devices in the host machine. cgroup_device_acl = [ ”/dev/null", "/dev/full", "/dev/zero", "/dev/random", "/dev/urandom", "/dev/ptmx", "/dev/kvm", "/dev/kqemu", "/dev/rtc", "/dev/hpet", "/dev/net/tun" ] apt-get install -y qemu-kvm libvirt-bin