Open main menu

CDOT Wiki β

SRT210 Lab 2

Revision as of 16:11, 9 January 2019 by Andrew (talk | contribs) (Created page with "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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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