SRT210 Lab 2
yum install qemu-kvm qemu-img virt-manager libvirt libvirt-python \ libvirt-client virt-install virt-viewer bridge-utils
To disable and remove firewalld, issue the following commands: systemctl disable firewalld systemctl stop firewalld yum remove firewalld
To install and enable the IPTables services, issue the following commands: yum install iptables-services systemctl enable iptables systemctl start iptables